From f36a37123151971493ff190e1292098a07d5894a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=86=9B?= <510423039@qq.com> Date: Sat, 4 Sep 2021 14:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E9=9B=86=E6=88=90identiyserver?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=EF=BC=8Ccap=EF=BC=8Changfire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AbpCapConsumerServiceSelector.cs | 4 +- .../AbpCapServiceCollectionExtensions.cs | 2 +- ...ionManagement.Application.Contracts.csproj | 2 +- .../Dtos/PagingNotificationListInput.cs | 10 + .../ICommandNotificationAppService.cs | 8 + .../Notifications/INotificationAppService.cs | 20 - .../IQueryNotificationAppService.cs | 61 +- ....NotificationManagement.Application.csproj | 1 - ...NotificationManagementApplicationModule.cs | 2 - .../CommandNotificationAppService.cs | 12 +- ...atedNotificationDistributedEventHandler.cs | 32 + .../Notifications/NotificationAppService.cs | 12 +- .../QueryNotificationAppService.cs | 112 +- .../Dtos/PagingNotificationListOutput.cs | 13 + .../NotificationDomainAutoMapperProfile.cs | 15 + .../NotificationManagementDbProperties.cs | 2 +- .../Notifications/Aggregates/Notification.cs | 6 +- .../IDapperNotificationRepository.cs | 50 + .../Notifications/NotificationManager.cs | 63 +- ...ationManagement.EntityFrameworkCore.csproj | 1 + .../INotificationManagementDbContext.cs | 4 + .../NotificationManagementDbContext.cs | 6 +- ...agementDbContextModelCreatingExtensions.cs | 19 +- .../DapperNotificationRepository.cs | 159 + ...Name.NotificationManagement.HttpApi.csproj | 1 + .../Notifications/NotificationController.cs | 65 + .../Samples/SampleController.cs | 33 - ...ProjectNamePermissionDefinitionProvider.cs | 64 +- .../Permissions/ProjectNamePermissions.cs | 65 +- ...CompanyName.ProjectName.Application.csproj | 1 + .../ProjectNameApplicationModule.cs | 4 +- .../Roles/RoleAppService.cs | 9 +- .../appsettings.json | 2 +- .../Localization/ProjectName/en.json | 10 +- .../Localization/ProjectName/zh-Hans.json | 17 +- .../ProjectNameDomainSharedModule.cs | 2 +- .../CompanyName.ProjectName.Domain.csproj | 1 + .../ProjectNameDomainModule.cs | 4 +- .../ProjectNameMigrationsDbContext.cs | 8 +- ...ner.cs => 20210903085042_Init.Designer.cs} | 599 +- ...3172555_Init.cs => 20210903085042_Init.cs} | 985 +- ...ectNameMigrationsDbContextModelSnapshot.cs | 597 +- ...ame.ProjectName.EntityFrameworkCore.csproj | 1 + .../ProjectNameDbContext.cs | 5 +- .../ProjectNameEntityFrameworkCoreModule.cs | 4 +- ...ompanyName.ProjectName.HttpApi.Host.csproj | 4 + .../Logs/logs.txt | 77912 ++++++++++++++++ .../ProjectNameHttpApiHostModule.cs | 138 +- .../appsettings.json | 18 +- .../CompanyName.ProjectName.HttpApi.csproj | 1 + .../IdentityServers/ApiResourceController.cs | 6 + .../IdentityServers/ApiScopeController.cs | 6 + .../IdentityServers/ClientController.cs | 14 + .../IdentityResourceController.cs | 6 + .../Controllers/Systems/AuditLogController.cs | 10 +- .../Controllers/Systems/RoleController.cs | 3 +- .../Controllers/Systems/UserController.cs | 7 +- .../ProjectNameHttpApiModule.cs | 4 +- vben271/.env | 4 +- vben271/package-lock.json | 104 +- vben271/package.json | 1 + .../components/Table/src/hooks/useColumns.ts | 2 +- {vue3 => vben271}/src/hooks/web/useSignalR.ts | 26 +- .../header/components/notify/NoticeList.vue | 130 +- .../default/header/components/notify/data.ts | 193 +- .../header/components/notify/index.vue | 45 +- vben271/src/layouts/default/header/index.vue | 40 +- vben271/src/locales/lang/en/common.ts | 17 +- vben271/src/locales/lang/en/routes/admin.ts | 67 +- vben271/src/locales/lang/zh-CN/common.ts | 10 +- .../src/locales/lang/zh-CN/routes/admin.ts | 16 +- vben271/src/router/routes/modules/admin.ts | 25 +- .../router/routes/modules/identityServer.ts | 24 +- vben271/src/services/ServiceProxies.ts | 625 + vben271/src/services/ServiceProxyBase.ts | 4 +- vben271/src/views/admin/auditLog/AuditLog.ts | 8 +- vben271/src/views/admin/roles/AbpRole.vue | 54 +- .../views/admin/roles/PermissionAbpRole.vue | 32 +- vben271/src/views/admin/users/AbpUser.ts | 68 +- vben271/src/views/admin/users/AbpUser.vue | 67 +- vben271/src/views/admin/users/EditAbpUser.vue | 17 +- .../apiResources/ApiResources.ts | 38 +- .../apiResources/ApiResources.vue | 29 +- .../apiResources/CreateApiResource.vue | 6 +- .../apiResources/EditApiResources.vue | 10 +- .../identityServers/apiScopes/ApiScopes.ts | 47 +- .../identityServers/apiScopes/ApiScopes.vue | 49 +- .../apiScopes/CreateApiScope.vue | 14 +- .../apiScopes/EditApiScope.vue | 26 +- .../identityServers/clients/ClientUri.vue | 31 +- .../views/identityServers/clients/Clients.ts | 40 +- .../views/identityServers/clients/Clients.vue | 44 +- .../identityServers/clients/CreateClient.vue | 16 +- .../clients/EditClientBasic.vue | 7 +- .../CreateIdentityResource.vue | 10 +- .../EditIdentityResources.vue | 2 +- .../identityResources/IdentityResources.ts | 42 +- .../identityResources/IdentityResources.vue | 55 +- vue3/.editorconfig | 19 - vue3/.env | 9 - vue3/.env.development | 32 - vue3/.env.devtext | 32 - vue3/.env.production | 38 - vue3/.env.staging | 29 - vue3/.eslintignore | 15 - vue3/.eslintrc.js | 76 - vue3/.gitignore | 28 - vue3/.gitpod.yml | 6 - vue3/.prettierignore | 9 - vue3/.stylelintignore | 3 - vue3/.yarnclean | 48 - vue3/Dockerfile | 9 - vue3/_nginx/default.conf | 34 - vue3/_nginx/env.js | 15 - vue3/_nginx/nginx.conf | 33 - vue3/build/config/themeConfig.ts | 77 - vue3/build/constant.ts | 6 - vue3/build/generate/generateModifyVars.ts | 37 - vue3/build/generate/icon/index.ts | 72 - vue3/build/getConfigFileName.ts | 9 - vue3/build/script/buildConf.ts | 44 - vue3/build/script/postBuild.ts | 23 - vue3/build/utils.ts | 71 - vue3/build/vite/optimizer.ts | 21 - vue3/build/vite/plugin/compress.ts | 35 - vue3/build/vite/plugin/hmr.ts | 21 - vue3/build/vite/plugin/html.ts | 42 - vue3/build/vite/plugin/imagemin.ts | 34 - vue3/build/vite/plugin/index.ts | 82 - vue3/build/vite/plugin/mock.ts | 19 - vue3/build/vite/plugin/pwa.ts | 34 - vue3/build/vite/plugin/styleImport.ts | 22 - vue3/build/vite/plugin/svgSprite.ts | 17 - vue3/build/vite/plugin/theme.ts | 65 - vue3/build/vite/plugin/visualizer.ts | 17 - vue3/build/vite/plugin/windicss.ts | 12 - vue3/build/vite/proxy.ts | 34 - vue3/commitlint.config.js | 57 - vue3/components.md | 37 - vue3/index.html | 166 - vue3/mock/_createProductionServer.ts | 18 - vue3/mock/_util.ts | 45 - vue3/mock/demo/account.ts | 54 - vue3/mock/demo/select-demo.ts | 25 - vue3/mock/demo/system.ts | 151 - vue3/mock/demo/table-demo.ts | 38 - vue3/mock/sys/menu.ts | 177 - vue3/mock/sys/user.ts | 93 - vue3/nswag/nswag.json | 74 - vue3/nswag/refresh.bat | 1 - vue3/nswag/templates/AxiosClient.liquid | 92 - vue3/nswag/templates/File.liquid | 160 - vue3/package-lock.json | 15643 ---- vue3/package.json | 147 - vue3/postcss.config.js | 5 - vue3/prettier.config.js | 20 - vue3/public/favicon.ico | Bin 16958 -> 0 bytes vue3/public/resource/img/logo.png | Bin 124431 -> 0 bytes vue3/public/resource/img/pwa-192x192.png | Bin 12205 -> 0 bytes vue3/public/resource/img/pwa-512x512.png | Bin 52656 -> 0 bytes vue3/public/resource/tinymce/langs/en.js | 419 - vue3/public/resource/tinymce/langs/zh_CN.js | 389 - .../ui/oxide-dark/content.inline.min.css | 239 - .../skins/ui/oxide-dark/content.min.css | 235 - .../ui/oxide-dark/content.mobile.min.css | 17 - .../tinymce/skins/ui/oxide-dark/skin.min.css | 875 - .../skins/ui/oxide-dark/skin.mobile.min.css | 239 - .../skins/ui/oxide/content.inline.min.css | 239 - .../tinymce/skins/ui/oxide/content.min.css | 235 - .../skins/ui/oxide/content.mobile.min.css | 17 - .../skins/ui/oxide/fonts/tinymce-mobile.woff | Bin 4624 -> 0 bytes .../tinymce/skins/ui/oxide/skin.min.css | 875 - .../skins/ui/oxide/skin.mobile.min.css | 239 - vue3/src/App.vue | 33 - vue3/src/api/model/baseModel.ts | 9 - vue3/src/api/sys/menu.ts | 14 - vue3/src/api/sys/model/menuModel.ts | 23 - vue3/src/api/sys/model/uploadModel.ts | 5 - vue3/src/api/sys/model/userModel.ts | 43 - vue3/src/api/sys/upload.ts | 22 - vue3/src/api/sys/user.ts | 60 - vue3/src/assets/Global/index.ts | 56 - vue3/src/assets/icons/download-count.svg | 1 - vue3/src/assets/icons/dynamic-avatar-1.svg | 1 - vue3/src/assets/icons/dynamic-avatar-2.svg | 1 - vue3/src/assets/icons/dynamic-avatar-3.svg | 1 - vue3/src/assets/icons/dynamic-avatar-4.svg | 1 - vue3/src/assets/icons/dynamic-avatar-5.svg | 1 - vue3/src/assets/icons/dynamic-avatar-6.svg | 1 - vue3/src/assets/icons/moon.svg | 16 - vue3/src/assets/icons/sun.svg | 42 - vue3/src/assets/icons/test.svg | 21 - vue3/src/assets/icons/total-sales.svg | 1 - vue3/src/assets/icons/transaction.svg | 1 - vue3/src/assets/icons/visit-count.svg | 1 - vue3/src/assets/images/demo.png | Bin 33342 -> 0 bytes vue3/src/assets/images/header.jpg | Bin 16880 -> 0 bytes vue3/src/assets/images/logo.png | Bin 124431 -> 0 bytes vue3/src/assets/svg/illustration.svg | 1 - vue3/src/assets/svg/login-bg-dark.svg | 19 - vue3/src/assets/svg/login-bg.svg | 17 - vue3/src/assets/svg/login-box-bg.svg | 1 - vue3/src/assets/svg/net-error.svg | 1 - vue3/src/assets/svg/no-data.svg | 1 - vue3/src/assets/svg/preview/p-rotate.svg | 1 - vue3/src/assets/svg/preview/resume.svg | 1 - vue3/src/assets/svg/preview/scale.svg | 1 - vue3/src/assets/svg/preview/unrotate.svg | 1 - vue3/src/assets/svg/preview/unscale.svg | 1 - vue3/src/components/Application/index.ts | 15 - .../Application/src/AppDarkModeToggle.vue | 90 - .../Application/src/AppLocalePicker.vue | 85 - .../components/Application/src/AppLogo.vue | 107 - .../Application/src/AppProvider.vue | 82 - .../Application/src/search/AppSearch.vue | 33 - .../src/search/AppSearchFooter.vue | 64 - .../src/search/AppSearchKeyItem.vue | 13 - .../Application/src/search/AppSearchModal.vue | 290 - .../Application/src/search/useMenuSearch.ts | 166 - .../Application/src/useAppContext.ts | 17 - vue3/src/components/Authority/index.ts | 4 - .../components/Authority/src/Authority.vue | 46 - vue3/src/components/Authority/src/index.vue | 47 - vue3/src/components/Basic/index.ts | 8 - vue3/src/components/Basic/src/BasicArrow.vue | 93 - vue3/src/components/Basic/src/BasicHelp.vue | 114 - vue3/src/components/Basic/src/BasicTitle.vue | 85 - vue3/src/components/Batchattributequery.vue | 128 - vue3/src/components/Button/index.ts | 9 - .../src/components/Button/src/BasicButton.vue | 40 - .../Button/src/PopConfirmButton.vue | 55 - vue3/src/components/Button/src/props.ts | 19 - vue3/src/components/ClickOutSide/index.ts | 4 - .../ClickOutSide/src/ClickOutSide.vue | 26 - .../src/components/ClickOutSide/src/index.vue | 26 - vue3/src/components/CodeEditor/index.ts | 6 - .../components/CodeEditor/src/CodeEditor.vue | 52 - .../CodeEditor/src/codemirror/CodeMirror.vue | 120 - .../CodeEditor/src/codemirror/codeMirror.ts | 21 - .../CodeEditor/src/codemirror/codemirror.css | 539 - .../src/json-preview/JsonPreview.vue | 14 - vue3/src/components/Container/index.ts | 10 - .../Container/src/LazyContainer.vue | 145 - .../Container/src/ScrollContainer.vue | 93 - .../src/collapse/CollapseContainer.vue | 122 - .../Container/src/collapse/CollapseHeader.vue | 38 - vue3/src/components/Container/src/types.ts | 17 - vue3/src/components/Container/src/typing.ts | 17 - vue3/src/components/ContextMenu/index.ts | 3 - .../ContextMenu/src/ContextMenu.vue | 207 - .../ContextMenu/src/createContextMenu.ts | 75 - .../src/components/ContextMenu/src/index.less | 60 - vue3/src/components/ContextMenu/src/index.tsx | 115 - vue3/src/components/ContextMenu/src/props.ts | 26 - vue3/src/components/ContextMenu/src/types.ts | 35 - vue3/src/components/ContextMenu/src/typing.ts | 35 - vue3/src/components/CountDown/index.ts | 6 - .../components/CountDown/src/CountButton.vue | 62 - .../CountDown/src/CountdownInput.vue | 51 - .../components/CountDown/src/useCountdown.ts | 51 - vue3/src/components/CountTo/index.ts | 4 - vue3/src/components/CountTo/src/CountTo.vue | 110 - vue3/src/components/CountTo/src/index.vue | 159 - vue3/src/components/CountTo/src/props.ts | 27 - vue3/src/components/Cropper/index.ts | 7 - .../components/Cropper/src/AvatarCropper.vue | 15 - .../components/Cropper/src/CopperModal.vue | 281 - vue3/src/components/Cropper/src/Cropper.vue | 184 - .../components/Cropper/src/CropperAvatar.vue | 162 - vue3/src/components/Cropper/src/index.vue | 130 - vue3/src/components/Cropper/src/typing.ts | 8 - vue3/src/components/Description/index.ts | 6 - .../Description/src/Description.vue | 181 - vue3/src/components/Description/src/index.vue | 162 - vue3/src/components/Description/src/props.ts | 25 - vue3/src/components/Description/src/types.ts | 53 - vue3/src/components/Description/src/typing.ts | 50 - .../Description/src/useDescription.ts | 28 - vue3/src/components/Drawer/index.ts | 6 - .../src/components/Drawer/src/BasicDrawer.vue | 256 - .../Drawer/src/components/DrawerFooter.vue | 82 - .../Drawer/src/components/DrawerHeader.vue | 74 - vue3/src/components/Drawer/src/props.ts | 44 - vue3/src/components/Drawer/src/typing.ts | 194 - vue3/src/components/Drawer/src/useDrawer.ts | 161 - vue3/src/components/Dropdown/index.ts | 5 - vue3/src/components/Dropdown/src/Dropdown.vue | 107 - vue3/src/components/Dropdown/src/types.ts | 11 - vue3/src/components/Dropdown/src/typing.ts | 9 - vue3/src/components/Excel/index.ts | 8 - vue3/src/components/Excel/src/Export2Excel.ts | 59 - .../components/Excel/src/ExportExcelModal.vue | 91 - .../components/Excel/src/ExportExcelModel.vue | 91 - vue3/src/components/Excel/src/ImportExcel.vue | 126 - vue3/src/components/Excel/src/types.ts | 31 - vue3/src/components/Excel/src/typing.ts | 27 - vue3/src/components/FlowChart/index.ts | 4 - .../components/FlowChart/src/FlowChart.vue | 157 - .../FlowChart/src/FlowChartToolbar.vue | 162 - .../FlowChart/src/adpterForTurbo.ts | 75 - vue3/src/components/FlowChart/src/config.ts | 96 - vue3/src/components/FlowChart/src/enum.ts | 11 - vue3/src/components/FlowChart/src/types.ts | 14 - .../FlowChart/src/useFlowContext.ts | 17 - vue3/src/components/Form/index.ts | 13 - vue3/src/components/Form/src/BasicForm.vue | 338 - vue3/src/components/Form/src/componentMap.ts | 77 - .../Form/src/components/ApiSelect.vue | 149 - .../Form/src/components/ApiTreeSelect.vue | 86 - .../Form/src/components/FormAction.vue | 134 - .../Form/src/components/FormItem.vue | 366 - .../Form/src/components/RadioButtonGroup.vue | 57 - .../Form/src/components/TableMoreSelect.vue | 238 - .../Form/src/components/TableSelect.vue | 239 - vue3/src/components/Form/src/helper.ts | 72 - .../components/Form/src/hooks/useAdvanced.ts | 165 - .../components/Form/src/hooks/useAutoFocus.ts | 40 - .../Form/src/hooks/useComponentRegister.ts | 11 - vue3/src/components/Form/src/hooks/useForm.ts | 121 - .../Form/src/hooks/useFormContext.ts | 17 - .../Form/src/hooks/useFormEvents.ts | 260 - .../Form/src/hooks/useFormValues.ts | 108 - .../Form/src/hooks/useLabelWidth.ts | 39 - vue3/src/components/Form/src/props.ts | 104 - vue3/src/components/Form/src/types/form.ts | 219 - .../src/components/Form/src/types/formItem.ts | 91 - vue3/src/components/Form/src/types/hooks.ts | 6 - vue3/src/components/Form/src/types/index.ts | 115 - vue3/src/components/Icon/README.md | 7 - vue3/src/components/Icon/data/icons.data.ts | 793 - vue3/src/components/Icon/index.ts | 7 - vue3/src/components/Icon/src/Icon.vue | 121 - vue3/src/components/Icon/src/IconPicker.vue | 203 - vue3/src/components/Icon/src/SvgIcon.vue | 65 - vue3/src/components/Icon/src/index.vue | 118 - vue3/src/components/Loading/index.ts | 5 - vue3/src/components/Loading/src/Loading.vue | 67 - .../components/Loading/src/createLoading.ts | 65 - vue3/src/components/Loading/src/index.vue | 69 - vue3/src/components/Loading/src/types.ts | 10 - vue3/src/components/Loading/src/typing.ts | 10 - vue3/src/components/Loading/src/useLoading.ts | 43 - vue3/src/components/Markdown/index.ts | 5 - vue3/src/components/Markdown/src/Markdown.vue | 143 - vue3/src/components/Markdown/src/index.vue | 130 - vue3/src/components/Markdown/src/types.ts | 4 - vue3/src/components/Markdown/src/typing.ts | 4 - vue3/src/components/Menu/index.ts | 3 - vue3/src/components/Menu/src/BasicMenu.vue | 167 - .../Menu/src/components/BasicMenuItem.vue | 34 - .../Menu/src/components/BasicSubMenuItem.vue | 55 - .../Menu/src/components/MenuItemContent.vue | 34 - vue3/src/components/Menu/src/index.less | 74 - vue3/src/components/Menu/src/props.ts | 55 - vue3/src/components/Menu/src/types.ts | 25 - vue3/src/components/Menu/src/useOpenKeys.ts | 83 - vue3/src/components/Modal/index.ts | 8 - vue3/src/components/Modal/src/BasicModal.vue | 239 - .../components/Modal/src/components/Modal.tsx | 26 - .../Modal/src/components/ModalClose.vue | 106 - .../Modal/src/components/ModalFooter.vue | 40 - .../Modal/src/components/ModalHeader.vue | 21 - .../Modal/src/components/ModalWrapper.vue | 169 - .../components/Modal/src/hooks/useModal.ts | 162 - .../Modal/src/hooks/useModalContext.ts | 16 - .../Modal/src/hooks/useModalDrag.ts | 107 - .../Modal/src/hooks/useModalFullScreen.ts | 43 - vue3/src/components/Modal/src/index.less | 128 - vue3/src/components/Modal/src/props.ts | 83 - vue3/src/components/Modal/src/types.ts | 206 - vue3/src/components/Modal/src/typing.ts | 209 - vue3/src/components/Page/index.ts | 7 - vue3/src/components/Page/src/PageFooter.vue | 50 - vue3/src/components/Page/src/PageWrapper.vue | 176 - vue3/src/components/Preview/index.ts | 2 - .../src/components/Preview/src/Functional.vue | 436 - vue3/src/components/Preview/src/Preview.vue | 94 - vue3/src/components/Preview/src/functional.ts | 20 - vue3/src/components/Preview/src/index.vue | 94 - vue3/src/components/Preview/src/typing.ts | 30 - vue3/src/components/Qrcode/index.ts | 5 - vue3/src/components/Qrcode/src/Qrcode.vue | 105 - vue3/src/components/Qrcode/src/drawCanvas.ts | 29 - vue3/src/components/Qrcode/src/drawLogo.ts | 88 - vue3/src/components/Qrcode/src/index.vue | 101 - vue3/src/components/Qrcode/src/qrcodePlus.ts | 4 - vue3/src/components/Qrcode/src/toCanvas.ts | 10 - vue3/src/components/Qrcode/src/types.ts | 33 - vue3/src/components/Qrcode/src/typing.ts | 38 - vue3/src/components/Scrollbar/index.ts | 8 - .../components/Scrollbar/src/Scrollbar.vue | 207 - vue3/src/components/Scrollbar/src/bar.ts | 110 - vue3/src/components/Scrollbar/src/index.vue | 207 - vue3/src/components/Scrollbar/src/types.d.ts | 18 - vue3/src/components/Scrollbar/src/util.ts | 50 - vue3/src/components/SimpleMenu/index.ts | 2 - .../components/SimpleMenu/src/SimpleMenu.vue | 160 - .../SimpleMenu/src/SimpleMenuTag.vue | 68 - .../SimpleMenu/src/SimpleSubMenu.vue | 113 - .../SimpleMenu/src/components/Menu.vue | 158 - .../src/components/MenuCollapseTransition.vue | 78 - .../SimpleMenu/src/components/MenuItem.vue | 107 - .../SimpleMenu/src/components/SubMenuItem.vue | 334 - .../SimpleMenu/src/components/menu.less | 309 - .../SimpleMenu/src/components/types.ts | 25 - .../SimpleMenu/src/components/useMenu.ts | 84 - .../src/components/useSimpleMenuContext.ts | 18 - vue3/src/components/SimpleMenu/src/index.less | 77 - vue3/src/components/SimpleMenu/src/types.ts | 5 - .../components/SimpleMenu/src/useOpenKeys.ts | 50 - vue3/src/components/StrengthMeter/index.ts | 4 - .../StrengthMeter/src/StrengthMeter.vue | 142 - .../components/StrengthMeter/src/index.vue | 145 - vue3/src/components/Table/index.ts | 10 - vue3/src/components/Table/src/BasicTable.vue | 409 - vue3/src/components/Table/src/componentMap.ts | 34 - .../src/components/EditTableHeaderIcon.vue | 16 - .../Table/src/components/ExpandIcon.tsx | 23 - .../Table/src/components/HeaderCell.vue | 48 - .../Table/src/components/TableAction.vue | 204 - .../Table/src/components/TableFooter.vue | 94 - .../Table/src/components/TableHeader.vue | 81 - .../Table/src/components/TableImg.vue | 85 - .../Table/src/components/TableTitle.vue | 53 - .../src/components/editable/CellComponent.ts | 33 - .../src/components/editable/EditableCell.vue | 423 - .../Table/src/components/editable/helper.ts | 28 - .../Table/src/components/editable/index.ts | 55 - .../src/components/settings/ColumnSetting.vue | 450 - .../components/settings/FullScreenSetting.vue | 38 - .../src/components/settings/RedoSetting.vue | 33 - .../src/components/settings/SizeSetting.vue | 64 - .../Table/src/components/settings/index.vue | 66 - vue3/src/components/Table/src/const.ts | 28 - .../components/Table/src/hooks/useColumns.ts | 326 - .../Table/src/hooks/useCustomRow.ts | 92 - .../Table/src/hooks/useDataSource.ts | 285 - .../components/Table/src/hooks/useLoading.ts | 21 - .../Table/src/hooks/usePagination.tsx | 73 - .../Table/src/hooks/useRowSelection.ts | 114 - .../components/Table/src/hooks/useTable.ts | 149 - .../Table/src/hooks/useTableContext.ts | 22 - .../Table/src/hooks/useTableExpand.ts | 58 - .../Table/src/hooks/useTableFooter.ts | 57 - .../Table/src/hooks/useTableForm.ts | 48 - .../Table/src/hooks/useTableHeader.ts | 54 - .../Table/src/hooks/useTableScroll.ts | 189 - .../Table/src/hooks/useTableStyle.ts | 17 - vue3/src/components/Table/src/props.ts | 129 - vue3/src/components/Table/src/types/column.ts | 198 - .../Table/src/types/componentType.ts | 12 - .../components/Table/src/types/pagination.ts | 99 - vue3/src/components/Table/src/types/table.ts | 442 - .../components/Table/src/types/tableAction.ts | 26 - vue3/src/components/Time/index.ts | 4 - vue3/src/components/Time/src/Time.vue | 108 - vue3/src/components/Time/src/index.vue | 109 - vue3/src/components/Tinymce/index.ts | 4 - vue3/src/components/Tinymce/src/Editor.vue | 330 - vue3/src/components/Tinymce/src/ImgUpload.vue | 96 - vue3/src/components/Tinymce/src/helper.ts | 81 - vue3/src/components/Tinymce/src/tinymce.ts | 13 - vue3/src/components/Transition/index.ts | 27 - .../Transition/src/CollapseTransition.vue | 78 - .../Transition/src/CreateTransition.tsx | 73 - .../Transition/src/ExpandTransition.ts | 89 - vue3/src/components/Tree/index.ts | 5 - vue3/src/components/Tree/src/Tree.vue | 463 - vue3/src/components/Tree/src/TreeHeader.vue | 164 - vue3/src/components/Tree/src/TreeIcon.ts | 17 - vue3/src/components/Tree/src/enum.ts | 8 - vue3/src/components/Tree/src/index.vue | 406 - vue3/src/components/Tree/src/props.ts | 83 - vue3/src/components/Tree/src/types.ts | 42 - vue3/src/components/Tree/src/typing.ts | 54 - vue3/src/components/Tree/src/useTree.ts | 173 - vue3/src/components/Upload/index.ts | 4 - .../src/components/Upload/src/BasicUpload.vue | 124 - vue3/src/components/Upload/src/FileList.less | 31 - vue3/src/components/Upload/src/FileList.tsx | 72 - vue3/src/components/Upload/src/FileList.vue | 104 - vue3/src/components/Upload/src/ThumbUrl.vue | 29 - .../src/components/Upload/src/UploadModal.vue | 323 - .../Upload/src/UploadPreviewModal.vue | 99 - vue3/src/components/Upload/src/data.tsx | 153 - vue3/src/components/Upload/src/helper.ts | 27 - vue3/src/components/Upload/src/props.ts | 75 - vue3/src/components/Upload/src/types.ts | 55 - vue3/src/components/Upload/src/typing.ts | 55 - vue3/src/components/Upload/src/useUpload.ts | 54 - vue3/src/components/Verify/index.ts | 7 - .../src/components/Verify/src/DragVerify.less | 87 - vue3/src/components/Verify/src/DragVerify.tsx | 283 - vue3/src/components/Verify/src/DragVerify.vue | 375 - vue3/src/components/Verify/src/ImgRotate.less | 51 - vue3/src/components/Verify/src/ImgRotate.tsx | 172 - vue3/src/components/Verify/src/ImgRotate.vue | 221 - vue3/src/components/Verify/src/props.ts | 87 - vue3/src/components/Verify/src/types.ts | 14 - vue3/src/components/Verify/src/typing.ts | 14 - vue3/src/components/VirtualScroll/index.ts | 4 - .../VirtualScroll/src/VirtualScroll.vue | 190 - .../components/VirtualScroll/src/index.less | 18 - .../components/VirtualScroll/src/index.tsx | 152 - .../src/components/VirtualScroll/src/props.ts | 27 - vue3/src/components/registerGlobComp.ts | 19 - vue3/src/dcomponents/NumericalInterval.vue | 36 - vue3/src/dcomponents/TableMoreSelect.vue | 270 - vue3/src/dcomponents/UploadOss.vue | 238 - vue3/src/dcomponents/oss.ts | 12 - vue3/src/design/ant/btn.less | 218 - vue3/src/design/ant/index.less | 59 - vue3/src/design/ant/input.less | 24 - vue3/src/design/ant/pagination.less | 96 - vue3/src/design/ant/table.less | 76 - vue3/src/design/color.less | 133 - vue3/src/design/config.less | 2 - vue3/src/design/index.less | 44 - vue3/src/design/public.less | 51 - vue3/src/design/tailwind.css | 4 - vue3/src/design/theme.less | 36 - vue3/src/design/transition/base.less | 18 - vue3/src/design/transition/fade.less | 81 - vue3/src/design/transition/index.less | 10 - vue3/src/design/transition/scale.less | 21 - vue3/src/design/transition/scroll.less | 67 - vue3/src/design/transition/slide.less | 39 - vue3/src/design/transition/zoom.less | 27 - vue3/src/design/var/breakpoint.less | 33 - vue3/src/design/var/easing.less | 18 - vue3/src/design/var/index.less | 39 - vue3/src/directives/clickOutside.ts | 86 - vue3/src/directives/index.ts | 11 - vue3/src/directives/loading.ts | 41 - vue3/src/directives/permission.ts | 32 - vue3/src/directives/repeatClick.ts | 31 - vue3/src/directives/ripple/index.less | 21 - vue3/src/directives/ripple/index.ts | 191 - vue3/src/enums/appEnum.ts | 48 - vue3/src/enums/breakpointEnum.ts | 28 - vue3/src/enums/cacheEnum.ts | 31 - vue3/src/enums/exceptionEnum.ts | 27 - vue3/src/enums/httpEnum.ts | 31 - vue3/src/enums/menuEnum.ts | 50 - vue3/src/enums/pageEnum.ts | 10 - vue3/src/enums/roleEnum.ts | 7 - vue3/src/enums/sizeEnum.ts | 19 - .../hooks/batchAttribute/batchAttribute.ts | 245 - vue3/src/hooks/component/useFormItem.ts | 53 - vue3/src/hooks/component/usePageContext.ts | 18 - vue3/src/hooks/core/onMountedOrActivated.ts | 18 - vue3/src/hooks/core/useAttrs.ts | 39 - vue3/src/hooks/core/useContext.ts | 45 - vue3/src/hooks/core/useExpose.ts | 9 - vue3/src/hooks/core/useLockFn.ts | 19 - vue3/src/hooks/core/useRefs.ts | 15 - vue3/src/hooks/core/useTimeout.ts | 45 - vue3/src/hooks/event/useBreakpoint.ts | 89 - vue3/src/hooks/event/useEventListener.ts | 60 - .../hooks/event/useIntersectionObserver.ts | 48 - vue3/src/hooks/event/useScroll.ts | 65 - vue3/src/hooks/event/useScrollTo.ts | 59 - vue3/src/hooks/event/useWindowSizeFn.ts | 36 - vue3/src/hooks/setting/index.ts | 30 - vue3/src/hooks/setting/useHeaderSetting.ts | 105 - vue3/src/hooks/setting/useMenuSetting.ts | 166 - .../hooks/setting/useMultipleTabSetting.ts | 28 - vue3/src/hooks/setting/useRootSetting.ts | 95 - .../src/hooks/setting/useTransitionSetting.ts | 31 - vue3/src/hooks/usevalidate.ts | 91 - vue3/src/hooks/web/useAppInject.ts | 10 - vue3/src/hooks/web/useContentHeight.ts | 147 - vue3/src/hooks/web/useContextMenu.ts | 12 - vue3/src/hooks/web/useCopyToClipboard.ts | 69 - vue3/src/hooks/web/useDesign.ts | 22 - vue3/src/hooks/web/useECharts.ts | 114 - vue3/src/hooks/web/useFullContent.ts | 28 - vue3/src/hooks/web/useI18n.ts | 55 - vue3/src/hooks/web/useLockPage.ts | 72 - vue3/src/hooks/web/useMessage.tsx | 123 - vue3/src/hooks/web/usePage.ts | 56 - vue3/src/hooks/web/usePagination.ts | 34 - vue3/src/hooks/web/usePermission.ts | 94 - vue3/src/hooks/web/useScript.ts | 41 - vue3/src/hooks/web/useSortable.ts | 21 - vue3/src/hooks/web/useTabs.ts | 95 - vue3/src/hooks/web/useTitle.ts | 29 - vue3/src/hooks/web/useWatermark.ts | 100 - vue3/src/layouts/default/content/index.vue | 53 - .../default/content/useContentContext.ts | 19 - .../default/content/useContentViewHeight.ts | 42 - vue3/src/layouts/default/feature/index.vue | 80 - vue3/src/layouts/default/footer/index.vue | 75 - .../layouts/default/header/MultipleHeader.vue | 126 - .../default/header/components/Breadcrumb.vue | 209 - .../default/header/components/ErrorAction.vue | 48 - .../default/header/components/FullScreen.vue | 37 - .../default/header/components/index.ts | 14 - .../header/components/lock/LockModal.vue | 118 - .../header/components/notify/NoticeList.vue | 12 - .../default/header/components/notify/data.ts | 59 - .../header/components/notify/index.vue | 13 - .../user-dropdown/ChangePassword.vue | 91 - .../components/user-dropdown/DropMenuItem.vue | 26 - .../header/components/user-dropdown/index.vue | 163 - vue3/src/layouts/default/header/index.less | 190 - vue3/src/layouts/default/header/index.vue | 216 - vue3/src/layouts/default/index.vue | 79 - vue3/src/layouts/default/menu/index.vue | 199 - .../src/layouts/default/menu/useLayoutMenu.ts | 112 - .../layouts/default/setting/SettingDrawer.tsx | 431 - .../setting/components/InputNumberItem.vue | 57 - .../default/setting/components/SelectItem.vue | 76 - .../setting/components/SettingFooter.vue | 99 - .../default/setting/components/SwitchItem.vue | 67 - .../setting/components/ThemeColorPicker.vue | 89 - .../default/setting/components/TypePicker.vue | 178 - .../default/setting/components/index.ts | 8 - vue3/src/layouts/default/setting/enum.ts | 156 - vue3/src/layouts/default/setting/handler.ts | 174 - vue3/src/layouts/default/setting/index.vue | 26 - vue3/src/layouts/default/sider/DragBar.vue | 66 - .../src/layouts/default/sider/LayoutSider.vue | 179 - vue3/src/layouts/default/sider/MixSider.vue | 582 - vue3/src/layouts/default/sider/index.vue | 57 - .../layouts/default/sider/useLayoutSider.ts | 139 - .../default/tabs/components/FoldButton.vue | 40 - .../default/tabs/components/TabContent.vue | 68 - .../default/tabs/components/TabRedo.vue | 33 - vue3/src/layouts/default/tabs/index.less | 181 - vue3/src/layouts/default/tabs/index.vue | 147 - vue3/src/layouts/default/tabs/types.ts | 25 - .../layouts/default/tabs/useMultipleTabs.ts | 78 - .../layouts/default/tabs/useTabDropdown.ts | 139 - .../layouts/default/trigger/HeaderTrigger.vue | 25 - .../layouts/default/trigger/SiderTrigger.vue | 21 - vue3/src/layouts/default/trigger/index.vue | 22 - vue3/src/layouts/iframe/index.vue | 29 - vue3/src/layouts/iframe/useFrameKeepAlive.ts | 60 - vue3/src/layouts/page/index.vue | 70 - vue3/src/layouts/page/transition.ts | 33 - vue3/src/locales/helper.ts | 37 - vue3/src/locales/lang/en.ts | 13 - vue3/src/locales/lang/en/common.ts | 20 - vue3/src/locales/lang/en/component.ts | 128 - vue3/src/locales/lang/en/component/app.ts | 5 - .../locales/lang/en/component/countdown.ts | 4 - vue3/src/locales/lang/en/component/drawer.ts | 5 - vue3/src/locales/lang/en/component/excel.ts | 5 - vue3/src/locales/lang/en/component/form.ts | 8 - vue3/src/locales/lang/en/component/icon.ts | 5 - vue3/src/locales/lang/en/component/menu.ts | 3 - vue3/src/locales/lang/en/component/modal.ts | 4 - vue3/src/locales/lang/en/component/table.ts | 17 - vue3/src/locales/lang/en/component/time.ts | 9 - vue3/src/locales/lang/en/component/tree.ts | 9 - vue3/src/locales/lang/en/component/upload.ts | 33 - vue3/src/locales/lang/en/component/verify.ts | 9 - vue3/src/locales/lang/en/layout.ts | 114 - vue3/src/locales/lang/en/layout/footer.ts | 4 - vue3/src/locales/lang/en/layout/header.ts | 19 - .../src/locales/lang/en/layout/multipleTab.ts | 8 - vue3/src/locales/lang/en/layout/setting.ts | 84 - vue3/src/locales/lang/en/routes/README.MD | 1 - vue3/src/locales/lang/en/routes/admin.ts | 43 - vue3/src/locales/lang/en/routes/basic.ts | 4 - vue3/src/locales/lang/en/routes/dashboard.ts | 6 - vue3/src/locales/lang/en/routes/demo.ts | 197 - vue3/src/locales/lang/en/sys.ts | 104 - vue3/src/locales/lang/en/sys/api.ts | 21 - vue3/src/locales/lang/en/sys/app.ts | 5 - vue3/src/locales/lang/en/sys/errorLog.ts | 18 - vue3/src/locales/lang/en/sys/exception.ts | 11 - vue3/src/locales/lang/en/sys/lock.ts | 7 - vue3/src/locales/lang/en/sys/login.ts | 39 - vue3/src/locales/lang/zh_CN.ts | 13 - vue3/src/locales/lang/zh_CN/common.ts | 26 - vue3/src/locales/lang/zh_CN/component.ts | 133 - vue3/src/locales/lang/zh_CN/component/app.ts | 5 - .../locales/lang/zh_CN/component/countdown.ts | 4 - .../locales/lang/zh_CN/component/drawer.ts | 5 - .../src/locales/lang/zh_CN/component/excel.ts | 5 - vue3/src/locales/lang/zh_CN/component/form.ts | 8 - vue3/src/locales/lang/zh_CN/component/icon.ts | 5 - vue3/src/locales/lang/zh_CN/component/menu.ts | 3 - .../src/locales/lang/zh_CN/component/modal.ts | 4 - .../src/locales/lang/zh_CN/component/table.ts | 17 - vue3/src/locales/lang/zh_CN/component/time.ts | 9 - vue3/src/locales/lang/zh_CN/component/tree.ts | 8 - .../locales/lang/zh_CN/component/upload.ts | 33 - .../locales/lang/zh_CN/component/verify.ts | 9 - vue3/src/locales/lang/zh_CN/layout.ts | 114 - vue3/src/locales/lang/zh_CN/layout/footer.ts | 4 - vue3/src/locales/lang/zh_CN/layout/header.ts | 20 - .../locales/lang/zh_CN/layout/multipleTab.ts | 8 - vue3/src/locales/lang/zh_CN/layout/setting.ts | 83 - vue3/src/locales/lang/zh_CN/routes/README.MD | 1 - vue3/src/locales/lang/zh_CN/routes/admin.ts | 41 - vue3/src/locales/lang/zh_CN/routes/basic.ts | 4 - .../locales/lang/zh_CN/routes/dashboard.ts | 6 - vue3/src/locales/lang/zh_CN/routes/demo.ts | 188 - vue3/src/locales/lang/zh_CN/sys.ts | 98 - vue3/src/locales/lang/zh_CN/sys/api.ts | 21 - vue3/src/locales/lang/zh_CN/sys/app.ts | 5 - vue3/src/locales/lang/zh_CN/sys/errorLog.ts | 18 - vue3/src/locales/lang/zh_CN/sys/exception.ts | 10 - vue3/src/locales/lang/zh_CN/sys/lock.ts | 7 - vue3/src/locales/lang/zh_CN/sys/login.ts | 39 - vue3/src/locales/setupI18n.ts | 44 - vue3/src/locales/useLocale.ts | 72 - vue3/src/logics/error-handle/index.ts | 184 - vue3/src/logics/initAppConfig.ts | 84 - vue3/src/logics/mitt/routeChange.ts | 31 - vue3/src/logics/theme/dark.ts | 13 - vue3/src/logics/theme/index.ts | 17 - vue3/src/logics/theme/updateBackground.ts | 75 - vue3/src/logics/theme/updateColorWeak.ts | 9 - vue3/src/logics/theme/updateGrayMode.ts | 9 - vue3/src/logics/theme/util.ts | 11 - vue3/src/main.ts | 66 - vue3/src/router/constant.ts | 22 - vue3/src/router/guard/httpGuard.ts | 20 - vue3/src/router/guard/index.ts | 21 - vue3/src/router/guard/messageGuard.ts | 24 - vue3/src/router/guard/pageGuard.ts | 18 - vue3/src/router/guard/pageLoadingGuard.ts | 34 - vue3/src/router/guard/permissionGuard.ts | 71 - vue3/src/router/guard/progressGuard.ts | 22 - vue3/src/router/guard/scrollGuard.ts | 15 - vue3/src/router/guard/stateGuard.ts | 24 - vue3/src/router/helper/menuHelper.ts | 66 - vue3/src/router/helper/routeHelper.ts | 148 - vue3/src/router/index.ts | 33 - vue3/src/router/menus/index.ts | 100 - vue3/src/router/menus/modules/admin.ts | 48 - vue3/src/router/menus/modules/dashboard.ts | 16 - .../router/menus/modules/identityServer.ts | 44 - vue3/src/router/routes/basic.ts | 67 - vue3/src/router/routes/index.ts | 40 - vue3/src/router/routes/mainOut.ts | 22 - vue3/src/router/routes/modules/admin.ts | 38 - vue3/src/router/routes/modules/dashboard.ts | 28 - .../router/routes/modules/identityServer.ts | 53 - vue3/src/router/types.ts | 100 - vue3/src/services/ServiceProxies.ts | 13297 --- vue3/src/services/ServiceProxyBase.ts | 61 - vue3/src/settings/componentSetting.ts | 45 - vue3/src/settings/designSetting.ts | 48 - vue3/src/settings/encryptionSetting.ts | 13 - vue3/src/settings/localeSetting.ts | 29 - vue3/src/settings/projectSetting.ts | 86 - vue3/src/settings/siteSetting.ts | 8 - vue3/src/store/index.ts | 9 - vue3/src/store/modules/app.ts | 108 - vue3/src/store/modules/errorLog.ts | 77 - vue3/src/store/modules/locale.ts | 55 - vue3/src/store/modules/lock.ts | 59 - vue3/src/store/modules/multipleTab.ts | 296 - vue3/src/store/modules/permission.ts | 234 - vue3/src/store/modules/user.ts | 147 - vue3/src/utils/auth/index.ts | 26 - vue3/src/utils/cache/index.ts | 32 - vue3/src/utils/cache/memory.ts | 102 - vue3/src/utils/cache/persistent.ts | 137 - vue3/src/utils/cache/storageCache.ts | 114 - vue3/src/utils/cipher.ts | 55 - vue3/src/utils/color.ts | 151 - vue3/src/utils/dateUtil.ts | 20 - vue3/src/utils/domUtils.ts | 180 - vue3/src/utils/env.ts | 83 - vue3/src/utils/event/index.ts | 42 - .../utils/factory/createAsyncComponent.tsx | 63 - vue3/src/utils/file/base64Conver.ts | 41 - vue3/src/utils/file/download.ts | 99 - vue3/src/utils/helper/treeHelper.ts | 189 - vue3/src/utils/helper/tsxHelper.tsx | 35 - vue3/src/utils/http/axios/Axios.ts | 232 - vue3/src/utils/http/axios/axiosCancel.ts | 60 - vue3/src/utils/http/axios/axiosTransform.ts | 53 - vue3/src/utils/http/axios/checkStatus.ts | 80 - vue3/src/utils/http/axios/const.ts | 2 - vue3/src/utils/http/axios/helper.ts | 47 - vue3/src/utils/http/axios/index.ts | 244 - vue3/src/utils/http/axios/types.ts | 39 - vue3/src/utils/index.ts | 91 - vue3/src/utils/is.ts | 95 - vue3/src/utils/lib/chinaProvinceCityData.ts | 15032 --- vue3/src/utils/lib/echarts.ts | 53 - vue3/src/utils/log.ts | 9 - vue3/src/utils/mitt.ts | 101 - vue3/src/utils/propTypes.ts | 34 - vue3/src/utils/uuid.ts | 28 - vue3/src/views/admin/roles/AbpRole.ts | 209 - vue3/src/views/admin/roles/AbpRole.vue | 136 - vue3/src/views/admin/roles/CreateAbpRole.vue | 61 - vue3/src/views/admin/roles/EditAbpRole.vue | 77 - .../views/admin/roles/PermissionAbpRole.vue | 122 - vue3/src/views/admin/users/AbpUser.ts | 297 - vue3/src/views/admin/users/AbpUser.vue | 144 - vue3/src/views/admin/users/CreateAbpUser.vue | 136 - vue3/src/views/admin/users/EditAbpUser.vue | 155 - .../analysis/components/GrowCard.vue | 43 - .../analysis/components/SalesProductPie.vue | 69 - .../analysis/components/SiteAnalysis.vue | 46 - .../analysis/components/VisitAnalysis.vue | 146 - .../analysis/components/VisitAnalysisBar.vue | 62 - .../analysis/components/VisitRadar.vue | 106 - .../analysis/components/VisitSource.vue | 88 - .../dashboard/analysis/components/props.ts | 16 - vue3/src/views/dashboard/analysis/data.ts | 43 - vue3/src/views/dashboard/analysis/index.vue | 39 - .../workbench/components/DynamicInfo.vue | 37 - .../workbench/components/ProjectCard.vue | 35 - .../workbench/components/QuickNav.vue | 26 - .../workbench/components/SaleRadar.vue | 106 - .../workbench/components/WorkbenchHeader.vue | 37 - .../dashboard/workbench/components/data.ts | 156 - vue3/src/views/dashboard/workbench/index.vue | 54 - .../apiResources/ApiResources.ts | 121 - .../apiResources/ApiResources.vue | 93 - .../apiResources/CreateApiResource.vue | 61 - .../identityServers/apiScopes/ApiScopes.ts | 200 - .../identityServers/apiScopes/ApiScopes.vue | 120 - .../apiScopes/CreateApiScope.vue | 60 - .../apiScopes/EditApiScope.vue | 72 - .../views/identityServers/clients/Clients.ts | 326 - .../views/identityServers/clients/Clients.vue | 116 - .../identityServers/clients/CreateClient.vue | 61 - .../clients/EditClientBasic.vue | 156 - .../CreateIdentityResource.vue | 60 - .../EditIdentityResources.vue | 13 - .../identityResources/IdentityResources.ts | 184 - .../identityResources/IdentityResources.vue | 120 - vue3/src/views/sys/about/index.vue | 107 - vue3/src/views/sys/error-log/DetailModal.vue | 42 - vue3/src/views/sys/error-log/data.tsx | 67 - vue3/src/views/sys/error-log/index.vue | 117 - vue3/src/views/sys/exception/Exception.vue | 155 - vue3/src/views/sys/exception/index.ts | 1 - vue3/src/views/sys/iframe/FrameBlank.vue | 9 - vue3/src/views/sys/iframe/index.vue | 124 - vue3/src/views/sys/lock/LockPage.vue | 258 - vue3/src/views/sys/lock/index.vue | 20 - vue3/src/views/sys/lock/useNow.ts | 63 - .../views/sys/login/ForgetPasswordForm.vue | 89 - vue3/src/views/sys/login/Login.vue | 215 - vue3/src/views/sys/login/LoginForm.vue | 150 - vue3/src/views/sys/login/LoginFormTitle.vue | 35 - vue3/src/views/sys/login/MobileForm.vue | 82 - vue3/src/views/sys/login/QrCodeForm.vue | 50 - vue3/src/views/sys/login/RegisterForm.vue | 124 - vue3/src/views/sys/login/Sts.vue | 41 - vue3/src/views/sys/login/useLogin.ts | 172 - vue3/src/views/sys/redirect/index.vue | 26 - vue3/stylelint.config.js | 202 - vue3/test/server/api/app.js | 62 - vue3/test/server/api/package.json | 18 - vue3/test/server/api/yarn.lock | 574 - vue3/test/server/upload/README.md | 15 - vue3/test/server/upload/app.js | 102 - vue3/test/server/upload/package.json | 17 - vue3/test/server/upload/yarn.lock | 501 - vue3/test/server/websocket/README.md | 15 - vue3/test/server/websocket/app.js | 33 - vue3/test/server/websocket/package.json | 15 - vue3/test/server/websocket/yarn.lock | 376 - vue3/tsconfig.json | 42 - vue3/types/axios.d.ts | 44 - vue3/types/config.d.ts | 161 - vue3/types/global.d.ts | 101 - vue3/types/index.d.ts | 27 - vue3/types/module.d.ts | 22 - vue3/types/store.d.ts | 46 - vue3/types/utils.d.ts | 5 - vue3/types/vue-router.d.ts | 41 - vue3/vite.config.ts | 107 - vue3/windi.config.ts | 75 - vue3/yarn.lock | 10487 --- 878 files changed, 81739 insertions(+), 117350 deletions(-) create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/Dtos/PagingNotificationListInput.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/DistributedEventHandlers/CreatedNotificationDistributedEventHandler.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain.Shared/Notifications/Dtos/PagingNotificationListOutput.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/IDapperNotificationRepository.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/Notifications/DapperNotificationRepository.cs create mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Notifications/NotificationController.cs delete mode 100644 aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Samples/SampleController.cs rename aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/{20210813172555_Init.Designer.cs => 20210903085042_Init.Designer.cs} (79%) rename aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/{20210813172555_Init.cs => 20210903085042_Init.cs} (64%) rename {vue3 => vben271}/src/hooks/web/useSignalR.ts (68%) delete mode 100644 vue3/.editorconfig delete mode 100644 vue3/.env delete mode 100644 vue3/.env.development delete mode 100644 vue3/.env.devtext delete mode 100644 vue3/.env.production delete mode 100644 vue3/.env.staging delete mode 100644 vue3/.eslintignore delete mode 100644 vue3/.eslintrc.js delete mode 100644 vue3/.gitignore delete mode 100644 vue3/.gitpod.yml delete mode 100644 vue3/.prettierignore delete mode 100644 vue3/.stylelintignore delete mode 100644 vue3/.yarnclean delete mode 100644 vue3/Dockerfile delete mode 100644 vue3/_nginx/default.conf delete mode 100644 vue3/_nginx/env.js delete mode 100644 vue3/_nginx/nginx.conf delete mode 100644 vue3/build/config/themeConfig.ts delete mode 100644 vue3/build/constant.ts delete mode 100644 vue3/build/generate/generateModifyVars.ts delete mode 100644 vue3/build/generate/icon/index.ts delete mode 100644 vue3/build/getConfigFileName.ts delete mode 100644 vue3/build/script/buildConf.ts delete mode 100644 vue3/build/script/postBuild.ts delete mode 100644 vue3/build/utils.ts delete mode 100644 vue3/build/vite/optimizer.ts delete mode 100644 vue3/build/vite/plugin/compress.ts delete mode 100644 vue3/build/vite/plugin/hmr.ts delete mode 100644 vue3/build/vite/plugin/html.ts delete mode 100644 vue3/build/vite/plugin/imagemin.ts delete mode 100644 vue3/build/vite/plugin/index.ts delete mode 100644 vue3/build/vite/plugin/mock.ts delete mode 100644 vue3/build/vite/plugin/pwa.ts delete mode 100644 vue3/build/vite/plugin/styleImport.ts delete mode 100644 vue3/build/vite/plugin/svgSprite.ts delete mode 100644 vue3/build/vite/plugin/theme.ts delete mode 100644 vue3/build/vite/plugin/visualizer.ts delete mode 100644 vue3/build/vite/plugin/windicss.ts delete mode 100644 vue3/build/vite/proxy.ts delete mode 100644 vue3/commitlint.config.js delete mode 100644 vue3/components.md delete mode 100644 vue3/index.html delete mode 100644 vue3/mock/_createProductionServer.ts delete mode 100644 vue3/mock/_util.ts delete mode 100644 vue3/mock/demo/account.ts delete mode 100644 vue3/mock/demo/select-demo.ts delete mode 100644 vue3/mock/demo/system.ts delete mode 100644 vue3/mock/demo/table-demo.ts delete mode 100644 vue3/mock/sys/menu.ts delete mode 100644 vue3/mock/sys/user.ts delete mode 100644 vue3/nswag/nswag.json delete mode 100644 vue3/nswag/refresh.bat delete mode 100644 vue3/nswag/templates/AxiosClient.liquid delete mode 100644 vue3/nswag/templates/File.liquid delete mode 100644 vue3/package-lock.json delete mode 100644 vue3/package.json delete mode 100644 vue3/postcss.config.js delete mode 100644 vue3/prettier.config.js delete mode 100644 vue3/public/favicon.ico delete mode 100644 vue3/public/resource/img/logo.png delete mode 100644 vue3/public/resource/img/pwa-192x192.png delete mode 100644 vue3/public/resource/img/pwa-512x512.png delete mode 100644 vue3/public/resource/tinymce/langs/en.js delete mode 100644 vue3/public/resource/tinymce/langs/zh_CN.js delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide-dark/content.inline.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide-dark/content.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide-dark/content.mobile.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide-dark/skin.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide-dark/skin.mobile.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/content.inline.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/content.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/content.mobile.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/skin.min.css delete mode 100644 vue3/public/resource/tinymce/skins/ui/oxide/skin.mobile.min.css delete mode 100644 vue3/src/App.vue delete mode 100644 vue3/src/api/model/baseModel.ts delete mode 100644 vue3/src/api/sys/menu.ts delete mode 100644 vue3/src/api/sys/model/menuModel.ts delete mode 100644 vue3/src/api/sys/model/uploadModel.ts delete mode 100644 vue3/src/api/sys/model/userModel.ts delete mode 100644 vue3/src/api/sys/upload.ts delete mode 100644 vue3/src/api/sys/user.ts delete mode 100644 vue3/src/assets/Global/index.ts delete mode 100644 vue3/src/assets/icons/download-count.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-1.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-2.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-3.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-4.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-5.svg delete mode 100644 vue3/src/assets/icons/dynamic-avatar-6.svg delete mode 100644 vue3/src/assets/icons/moon.svg delete mode 100644 vue3/src/assets/icons/sun.svg delete mode 100644 vue3/src/assets/icons/test.svg delete mode 100644 vue3/src/assets/icons/total-sales.svg delete mode 100644 vue3/src/assets/icons/transaction.svg delete mode 100644 vue3/src/assets/icons/visit-count.svg delete mode 100644 vue3/src/assets/images/demo.png delete mode 100644 vue3/src/assets/images/header.jpg delete mode 100644 vue3/src/assets/images/logo.png delete mode 100644 vue3/src/assets/svg/illustration.svg delete mode 100644 vue3/src/assets/svg/login-bg-dark.svg delete mode 100644 vue3/src/assets/svg/login-bg.svg delete mode 100644 vue3/src/assets/svg/login-box-bg.svg delete mode 100644 vue3/src/assets/svg/net-error.svg delete mode 100644 vue3/src/assets/svg/no-data.svg delete mode 100644 vue3/src/assets/svg/preview/p-rotate.svg delete mode 100644 vue3/src/assets/svg/preview/resume.svg delete mode 100644 vue3/src/assets/svg/preview/scale.svg delete mode 100644 vue3/src/assets/svg/preview/unrotate.svg delete mode 100644 vue3/src/assets/svg/preview/unscale.svg delete mode 100644 vue3/src/components/Application/index.ts delete mode 100644 vue3/src/components/Application/src/AppDarkModeToggle.vue delete mode 100644 vue3/src/components/Application/src/AppLocalePicker.vue delete mode 100644 vue3/src/components/Application/src/AppLogo.vue delete mode 100644 vue3/src/components/Application/src/AppProvider.vue delete mode 100644 vue3/src/components/Application/src/search/AppSearch.vue delete mode 100644 vue3/src/components/Application/src/search/AppSearchFooter.vue delete mode 100644 vue3/src/components/Application/src/search/AppSearchKeyItem.vue delete mode 100644 vue3/src/components/Application/src/search/AppSearchModal.vue delete mode 100644 vue3/src/components/Application/src/search/useMenuSearch.ts delete mode 100644 vue3/src/components/Application/src/useAppContext.ts delete mode 100644 vue3/src/components/Authority/index.ts delete mode 100644 vue3/src/components/Authority/src/Authority.vue delete mode 100644 vue3/src/components/Authority/src/index.vue delete mode 100644 vue3/src/components/Basic/index.ts delete mode 100644 vue3/src/components/Basic/src/BasicArrow.vue delete mode 100644 vue3/src/components/Basic/src/BasicHelp.vue delete mode 100644 vue3/src/components/Basic/src/BasicTitle.vue delete mode 100644 vue3/src/components/Batchattributequery.vue delete mode 100644 vue3/src/components/Button/index.ts delete mode 100644 vue3/src/components/Button/src/BasicButton.vue delete mode 100644 vue3/src/components/Button/src/PopConfirmButton.vue delete mode 100644 vue3/src/components/Button/src/props.ts delete mode 100644 vue3/src/components/ClickOutSide/index.ts delete mode 100644 vue3/src/components/ClickOutSide/src/ClickOutSide.vue delete mode 100644 vue3/src/components/ClickOutSide/src/index.vue delete mode 100644 vue3/src/components/CodeEditor/index.ts delete mode 100644 vue3/src/components/CodeEditor/src/CodeEditor.vue delete mode 100644 vue3/src/components/CodeEditor/src/codemirror/CodeMirror.vue delete mode 100644 vue3/src/components/CodeEditor/src/codemirror/codeMirror.ts delete mode 100644 vue3/src/components/CodeEditor/src/codemirror/codemirror.css delete mode 100644 vue3/src/components/CodeEditor/src/json-preview/JsonPreview.vue delete mode 100644 vue3/src/components/Container/index.ts delete mode 100644 vue3/src/components/Container/src/LazyContainer.vue delete mode 100644 vue3/src/components/Container/src/ScrollContainer.vue delete mode 100644 vue3/src/components/Container/src/collapse/CollapseContainer.vue delete mode 100644 vue3/src/components/Container/src/collapse/CollapseHeader.vue delete mode 100644 vue3/src/components/Container/src/types.ts delete mode 100644 vue3/src/components/Container/src/typing.ts delete mode 100644 vue3/src/components/ContextMenu/index.ts delete mode 100644 vue3/src/components/ContextMenu/src/ContextMenu.vue delete mode 100644 vue3/src/components/ContextMenu/src/createContextMenu.ts delete mode 100644 vue3/src/components/ContextMenu/src/index.less delete mode 100644 vue3/src/components/ContextMenu/src/index.tsx delete mode 100644 vue3/src/components/ContextMenu/src/props.ts delete mode 100644 vue3/src/components/ContextMenu/src/types.ts delete mode 100644 vue3/src/components/ContextMenu/src/typing.ts delete mode 100644 vue3/src/components/CountDown/index.ts delete mode 100644 vue3/src/components/CountDown/src/CountButton.vue delete mode 100644 vue3/src/components/CountDown/src/CountdownInput.vue delete mode 100644 vue3/src/components/CountDown/src/useCountdown.ts delete mode 100644 vue3/src/components/CountTo/index.ts delete mode 100644 vue3/src/components/CountTo/src/CountTo.vue delete mode 100644 vue3/src/components/CountTo/src/index.vue delete mode 100644 vue3/src/components/CountTo/src/props.ts delete mode 100644 vue3/src/components/Cropper/index.ts delete mode 100644 vue3/src/components/Cropper/src/AvatarCropper.vue delete mode 100644 vue3/src/components/Cropper/src/CopperModal.vue delete mode 100644 vue3/src/components/Cropper/src/Cropper.vue delete mode 100644 vue3/src/components/Cropper/src/CropperAvatar.vue delete mode 100644 vue3/src/components/Cropper/src/index.vue delete mode 100644 vue3/src/components/Cropper/src/typing.ts delete mode 100644 vue3/src/components/Description/index.ts delete mode 100644 vue3/src/components/Description/src/Description.vue delete mode 100644 vue3/src/components/Description/src/index.vue delete mode 100644 vue3/src/components/Description/src/props.ts delete mode 100644 vue3/src/components/Description/src/types.ts delete mode 100644 vue3/src/components/Description/src/typing.ts delete mode 100644 vue3/src/components/Description/src/useDescription.ts delete mode 100644 vue3/src/components/Drawer/index.ts delete mode 100644 vue3/src/components/Drawer/src/BasicDrawer.vue delete mode 100644 vue3/src/components/Drawer/src/components/DrawerFooter.vue delete mode 100644 vue3/src/components/Drawer/src/components/DrawerHeader.vue delete mode 100644 vue3/src/components/Drawer/src/props.ts delete mode 100644 vue3/src/components/Drawer/src/typing.ts delete mode 100644 vue3/src/components/Drawer/src/useDrawer.ts delete mode 100644 vue3/src/components/Dropdown/index.ts delete mode 100644 vue3/src/components/Dropdown/src/Dropdown.vue delete mode 100644 vue3/src/components/Dropdown/src/types.ts delete mode 100644 vue3/src/components/Dropdown/src/typing.ts delete mode 100644 vue3/src/components/Excel/index.ts delete mode 100644 vue3/src/components/Excel/src/Export2Excel.ts delete mode 100644 vue3/src/components/Excel/src/ExportExcelModal.vue delete mode 100644 vue3/src/components/Excel/src/ExportExcelModel.vue delete mode 100644 vue3/src/components/Excel/src/ImportExcel.vue delete mode 100644 vue3/src/components/Excel/src/types.ts delete mode 100644 vue3/src/components/Excel/src/typing.ts delete mode 100644 vue3/src/components/FlowChart/index.ts delete mode 100644 vue3/src/components/FlowChart/src/FlowChart.vue delete mode 100644 vue3/src/components/FlowChart/src/FlowChartToolbar.vue delete mode 100644 vue3/src/components/FlowChart/src/adpterForTurbo.ts delete mode 100644 vue3/src/components/FlowChart/src/config.ts delete mode 100644 vue3/src/components/FlowChart/src/enum.ts delete mode 100644 vue3/src/components/FlowChart/src/types.ts delete mode 100644 vue3/src/components/FlowChart/src/useFlowContext.ts delete mode 100644 vue3/src/components/Form/index.ts delete mode 100644 vue3/src/components/Form/src/BasicForm.vue delete mode 100644 vue3/src/components/Form/src/componentMap.ts delete mode 100644 vue3/src/components/Form/src/components/ApiSelect.vue delete mode 100644 vue3/src/components/Form/src/components/ApiTreeSelect.vue delete mode 100644 vue3/src/components/Form/src/components/FormAction.vue delete mode 100644 vue3/src/components/Form/src/components/FormItem.vue delete mode 100644 vue3/src/components/Form/src/components/RadioButtonGroup.vue delete mode 100644 vue3/src/components/Form/src/components/TableMoreSelect.vue delete mode 100644 vue3/src/components/Form/src/components/TableSelect.vue delete mode 100644 vue3/src/components/Form/src/helper.ts delete mode 100644 vue3/src/components/Form/src/hooks/useAdvanced.ts delete mode 100644 vue3/src/components/Form/src/hooks/useAutoFocus.ts delete mode 100644 vue3/src/components/Form/src/hooks/useComponentRegister.ts delete mode 100644 vue3/src/components/Form/src/hooks/useForm.ts delete mode 100644 vue3/src/components/Form/src/hooks/useFormContext.ts delete mode 100644 vue3/src/components/Form/src/hooks/useFormEvents.ts delete mode 100644 vue3/src/components/Form/src/hooks/useFormValues.ts delete mode 100644 vue3/src/components/Form/src/hooks/useLabelWidth.ts delete mode 100644 vue3/src/components/Form/src/props.ts delete mode 100644 vue3/src/components/Form/src/types/form.ts delete mode 100644 vue3/src/components/Form/src/types/formItem.ts delete mode 100644 vue3/src/components/Form/src/types/hooks.ts delete mode 100644 vue3/src/components/Form/src/types/index.ts delete mode 100644 vue3/src/components/Icon/README.md delete mode 100644 vue3/src/components/Icon/data/icons.data.ts delete mode 100644 vue3/src/components/Icon/index.ts delete mode 100644 vue3/src/components/Icon/src/Icon.vue delete mode 100644 vue3/src/components/Icon/src/IconPicker.vue delete mode 100644 vue3/src/components/Icon/src/SvgIcon.vue delete mode 100644 vue3/src/components/Icon/src/index.vue delete mode 100644 vue3/src/components/Loading/index.ts delete mode 100644 vue3/src/components/Loading/src/Loading.vue delete mode 100644 vue3/src/components/Loading/src/createLoading.ts delete mode 100644 vue3/src/components/Loading/src/index.vue delete mode 100644 vue3/src/components/Loading/src/types.ts delete mode 100644 vue3/src/components/Loading/src/typing.ts delete mode 100644 vue3/src/components/Loading/src/useLoading.ts delete mode 100644 vue3/src/components/Markdown/index.ts delete mode 100644 vue3/src/components/Markdown/src/Markdown.vue delete mode 100644 vue3/src/components/Markdown/src/index.vue delete mode 100644 vue3/src/components/Markdown/src/types.ts delete mode 100644 vue3/src/components/Markdown/src/typing.ts delete mode 100644 vue3/src/components/Menu/index.ts delete mode 100644 vue3/src/components/Menu/src/BasicMenu.vue delete mode 100644 vue3/src/components/Menu/src/components/BasicMenuItem.vue delete mode 100644 vue3/src/components/Menu/src/components/BasicSubMenuItem.vue delete mode 100644 vue3/src/components/Menu/src/components/MenuItemContent.vue delete mode 100644 vue3/src/components/Menu/src/index.less delete mode 100644 vue3/src/components/Menu/src/props.ts delete mode 100644 vue3/src/components/Menu/src/types.ts delete mode 100644 vue3/src/components/Menu/src/useOpenKeys.ts delete mode 100644 vue3/src/components/Modal/index.ts delete mode 100644 vue3/src/components/Modal/src/BasicModal.vue delete mode 100644 vue3/src/components/Modal/src/components/Modal.tsx delete mode 100644 vue3/src/components/Modal/src/components/ModalClose.vue delete mode 100644 vue3/src/components/Modal/src/components/ModalFooter.vue delete mode 100644 vue3/src/components/Modal/src/components/ModalHeader.vue delete mode 100644 vue3/src/components/Modal/src/components/ModalWrapper.vue delete mode 100644 vue3/src/components/Modal/src/hooks/useModal.ts delete mode 100644 vue3/src/components/Modal/src/hooks/useModalContext.ts delete mode 100644 vue3/src/components/Modal/src/hooks/useModalDrag.ts delete mode 100644 vue3/src/components/Modal/src/hooks/useModalFullScreen.ts delete mode 100644 vue3/src/components/Modal/src/index.less delete mode 100644 vue3/src/components/Modal/src/props.ts delete mode 100644 vue3/src/components/Modal/src/types.ts delete mode 100644 vue3/src/components/Modal/src/typing.ts delete mode 100644 vue3/src/components/Page/index.ts delete mode 100644 vue3/src/components/Page/src/PageFooter.vue delete mode 100644 vue3/src/components/Page/src/PageWrapper.vue delete mode 100644 vue3/src/components/Preview/index.ts delete mode 100644 vue3/src/components/Preview/src/Functional.vue delete mode 100644 vue3/src/components/Preview/src/Preview.vue delete mode 100644 vue3/src/components/Preview/src/functional.ts delete mode 100644 vue3/src/components/Preview/src/index.vue delete mode 100644 vue3/src/components/Preview/src/typing.ts delete mode 100644 vue3/src/components/Qrcode/index.ts delete mode 100644 vue3/src/components/Qrcode/src/Qrcode.vue delete mode 100644 vue3/src/components/Qrcode/src/drawCanvas.ts delete mode 100644 vue3/src/components/Qrcode/src/drawLogo.ts delete mode 100644 vue3/src/components/Qrcode/src/index.vue delete mode 100644 vue3/src/components/Qrcode/src/qrcodePlus.ts delete mode 100644 vue3/src/components/Qrcode/src/toCanvas.ts delete mode 100644 vue3/src/components/Qrcode/src/types.ts delete mode 100644 vue3/src/components/Qrcode/src/typing.ts delete mode 100644 vue3/src/components/Scrollbar/index.ts delete mode 100644 vue3/src/components/Scrollbar/src/Scrollbar.vue delete mode 100644 vue3/src/components/Scrollbar/src/bar.ts delete mode 100644 vue3/src/components/Scrollbar/src/index.vue delete mode 100644 vue3/src/components/Scrollbar/src/types.d.ts delete mode 100644 vue3/src/components/Scrollbar/src/util.ts delete mode 100644 vue3/src/components/SimpleMenu/index.ts delete mode 100644 vue3/src/components/SimpleMenu/src/SimpleMenu.vue delete mode 100644 vue3/src/components/SimpleMenu/src/SimpleMenuTag.vue delete mode 100644 vue3/src/components/SimpleMenu/src/SimpleSubMenu.vue delete mode 100644 vue3/src/components/SimpleMenu/src/components/Menu.vue delete mode 100644 vue3/src/components/SimpleMenu/src/components/MenuCollapseTransition.vue delete mode 100644 vue3/src/components/SimpleMenu/src/components/MenuItem.vue delete mode 100644 vue3/src/components/SimpleMenu/src/components/SubMenuItem.vue delete mode 100644 vue3/src/components/SimpleMenu/src/components/menu.less delete mode 100644 vue3/src/components/SimpleMenu/src/components/types.ts delete mode 100644 vue3/src/components/SimpleMenu/src/components/useMenu.ts delete mode 100644 vue3/src/components/SimpleMenu/src/components/useSimpleMenuContext.ts delete mode 100644 vue3/src/components/SimpleMenu/src/index.less delete mode 100644 vue3/src/components/SimpleMenu/src/types.ts delete mode 100644 vue3/src/components/SimpleMenu/src/useOpenKeys.ts delete mode 100644 vue3/src/components/StrengthMeter/index.ts delete mode 100644 vue3/src/components/StrengthMeter/src/StrengthMeter.vue delete mode 100644 vue3/src/components/StrengthMeter/src/index.vue delete mode 100644 vue3/src/components/Table/index.ts delete mode 100644 vue3/src/components/Table/src/BasicTable.vue delete mode 100644 vue3/src/components/Table/src/componentMap.ts delete mode 100644 vue3/src/components/Table/src/components/EditTableHeaderIcon.vue delete mode 100644 vue3/src/components/Table/src/components/ExpandIcon.tsx delete mode 100644 vue3/src/components/Table/src/components/HeaderCell.vue delete mode 100644 vue3/src/components/Table/src/components/TableAction.vue delete mode 100644 vue3/src/components/Table/src/components/TableFooter.vue delete mode 100644 vue3/src/components/Table/src/components/TableHeader.vue delete mode 100644 vue3/src/components/Table/src/components/TableImg.vue delete mode 100644 vue3/src/components/Table/src/components/TableTitle.vue delete mode 100644 vue3/src/components/Table/src/components/editable/CellComponent.ts delete mode 100644 vue3/src/components/Table/src/components/editable/EditableCell.vue delete mode 100644 vue3/src/components/Table/src/components/editable/helper.ts delete mode 100644 vue3/src/components/Table/src/components/editable/index.ts delete mode 100644 vue3/src/components/Table/src/components/settings/ColumnSetting.vue delete mode 100644 vue3/src/components/Table/src/components/settings/FullScreenSetting.vue delete mode 100644 vue3/src/components/Table/src/components/settings/RedoSetting.vue delete mode 100644 vue3/src/components/Table/src/components/settings/SizeSetting.vue delete mode 100644 vue3/src/components/Table/src/components/settings/index.vue delete mode 100644 vue3/src/components/Table/src/const.ts delete mode 100644 vue3/src/components/Table/src/hooks/useColumns.ts delete mode 100644 vue3/src/components/Table/src/hooks/useCustomRow.ts delete mode 100644 vue3/src/components/Table/src/hooks/useDataSource.ts delete mode 100644 vue3/src/components/Table/src/hooks/useLoading.ts delete mode 100644 vue3/src/components/Table/src/hooks/usePagination.tsx delete mode 100644 vue3/src/components/Table/src/hooks/useRowSelection.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTable.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableContext.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableExpand.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableFooter.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableForm.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableHeader.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableScroll.ts delete mode 100644 vue3/src/components/Table/src/hooks/useTableStyle.ts delete mode 100644 vue3/src/components/Table/src/props.ts delete mode 100644 vue3/src/components/Table/src/types/column.ts delete mode 100644 vue3/src/components/Table/src/types/componentType.ts delete mode 100644 vue3/src/components/Table/src/types/pagination.ts delete mode 100644 vue3/src/components/Table/src/types/table.ts delete mode 100644 vue3/src/components/Table/src/types/tableAction.ts delete mode 100644 vue3/src/components/Time/index.ts delete mode 100644 vue3/src/components/Time/src/Time.vue delete mode 100644 vue3/src/components/Time/src/index.vue delete mode 100644 vue3/src/components/Tinymce/index.ts delete mode 100644 vue3/src/components/Tinymce/src/Editor.vue delete mode 100644 vue3/src/components/Tinymce/src/ImgUpload.vue delete mode 100644 vue3/src/components/Tinymce/src/helper.ts delete mode 100644 vue3/src/components/Tinymce/src/tinymce.ts delete mode 100644 vue3/src/components/Transition/index.ts delete mode 100644 vue3/src/components/Transition/src/CollapseTransition.vue delete mode 100644 vue3/src/components/Transition/src/CreateTransition.tsx delete mode 100644 vue3/src/components/Transition/src/ExpandTransition.ts delete mode 100644 vue3/src/components/Tree/index.ts delete mode 100644 vue3/src/components/Tree/src/Tree.vue delete mode 100644 vue3/src/components/Tree/src/TreeHeader.vue delete mode 100644 vue3/src/components/Tree/src/TreeIcon.ts delete mode 100644 vue3/src/components/Tree/src/enum.ts delete mode 100644 vue3/src/components/Tree/src/index.vue delete mode 100644 vue3/src/components/Tree/src/props.ts delete mode 100644 vue3/src/components/Tree/src/types.ts delete mode 100644 vue3/src/components/Tree/src/typing.ts delete mode 100644 vue3/src/components/Tree/src/useTree.ts delete mode 100644 vue3/src/components/Upload/index.ts delete mode 100644 vue3/src/components/Upload/src/BasicUpload.vue delete mode 100644 vue3/src/components/Upload/src/FileList.less delete mode 100644 vue3/src/components/Upload/src/FileList.tsx delete mode 100644 vue3/src/components/Upload/src/FileList.vue delete mode 100644 vue3/src/components/Upload/src/ThumbUrl.vue delete mode 100644 vue3/src/components/Upload/src/UploadModal.vue delete mode 100644 vue3/src/components/Upload/src/UploadPreviewModal.vue delete mode 100644 vue3/src/components/Upload/src/data.tsx delete mode 100644 vue3/src/components/Upload/src/helper.ts delete mode 100644 vue3/src/components/Upload/src/props.ts delete mode 100644 vue3/src/components/Upload/src/types.ts delete mode 100644 vue3/src/components/Upload/src/typing.ts delete mode 100644 vue3/src/components/Upload/src/useUpload.ts delete mode 100644 vue3/src/components/Verify/index.ts delete mode 100644 vue3/src/components/Verify/src/DragVerify.less delete mode 100644 vue3/src/components/Verify/src/DragVerify.tsx delete mode 100644 vue3/src/components/Verify/src/DragVerify.vue delete mode 100644 vue3/src/components/Verify/src/ImgRotate.less delete mode 100644 vue3/src/components/Verify/src/ImgRotate.tsx delete mode 100644 vue3/src/components/Verify/src/ImgRotate.vue delete mode 100644 vue3/src/components/Verify/src/props.ts delete mode 100644 vue3/src/components/Verify/src/types.ts delete mode 100644 vue3/src/components/Verify/src/typing.ts delete mode 100644 vue3/src/components/VirtualScroll/index.ts delete mode 100644 vue3/src/components/VirtualScroll/src/VirtualScroll.vue delete mode 100644 vue3/src/components/VirtualScroll/src/index.less delete mode 100644 vue3/src/components/VirtualScroll/src/index.tsx delete mode 100644 vue3/src/components/VirtualScroll/src/props.ts delete mode 100644 vue3/src/components/registerGlobComp.ts delete mode 100644 vue3/src/dcomponents/NumericalInterval.vue delete mode 100644 vue3/src/dcomponents/TableMoreSelect.vue delete mode 100644 vue3/src/dcomponents/UploadOss.vue delete mode 100644 vue3/src/dcomponents/oss.ts delete mode 100644 vue3/src/design/ant/btn.less delete mode 100644 vue3/src/design/ant/index.less delete mode 100644 vue3/src/design/ant/input.less delete mode 100644 vue3/src/design/ant/pagination.less delete mode 100644 vue3/src/design/ant/table.less delete mode 100644 vue3/src/design/color.less delete mode 100644 vue3/src/design/config.less delete mode 100644 vue3/src/design/index.less delete mode 100644 vue3/src/design/public.less delete mode 100644 vue3/src/design/tailwind.css delete mode 100644 vue3/src/design/theme.less delete mode 100644 vue3/src/design/transition/base.less delete mode 100644 vue3/src/design/transition/fade.less delete mode 100644 vue3/src/design/transition/index.less delete mode 100644 vue3/src/design/transition/scale.less delete mode 100644 vue3/src/design/transition/scroll.less delete mode 100644 vue3/src/design/transition/slide.less delete mode 100644 vue3/src/design/transition/zoom.less delete mode 100644 vue3/src/design/var/breakpoint.less delete mode 100644 vue3/src/design/var/easing.less delete mode 100644 vue3/src/design/var/index.less delete mode 100644 vue3/src/directives/clickOutside.ts delete mode 100644 vue3/src/directives/index.ts delete mode 100644 vue3/src/directives/loading.ts delete mode 100644 vue3/src/directives/permission.ts delete mode 100644 vue3/src/directives/repeatClick.ts delete mode 100644 vue3/src/directives/ripple/index.less delete mode 100644 vue3/src/directives/ripple/index.ts delete mode 100644 vue3/src/enums/appEnum.ts delete mode 100644 vue3/src/enums/breakpointEnum.ts delete mode 100644 vue3/src/enums/cacheEnum.ts delete mode 100644 vue3/src/enums/exceptionEnum.ts delete mode 100644 vue3/src/enums/httpEnum.ts delete mode 100644 vue3/src/enums/menuEnum.ts delete mode 100644 vue3/src/enums/pageEnum.ts delete mode 100644 vue3/src/enums/roleEnum.ts delete mode 100644 vue3/src/enums/sizeEnum.ts delete mode 100644 vue3/src/hooks/batchAttribute/batchAttribute.ts delete mode 100644 vue3/src/hooks/component/useFormItem.ts delete mode 100644 vue3/src/hooks/component/usePageContext.ts delete mode 100644 vue3/src/hooks/core/onMountedOrActivated.ts delete mode 100644 vue3/src/hooks/core/useAttrs.ts delete mode 100644 vue3/src/hooks/core/useContext.ts delete mode 100644 vue3/src/hooks/core/useExpose.ts delete mode 100644 vue3/src/hooks/core/useLockFn.ts delete mode 100644 vue3/src/hooks/core/useRefs.ts delete mode 100644 vue3/src/hooks/core/useTimeout.ts delete mode 100644 vue3/src/hooks/event/useBreakpoint.ts delete mode 100644 vue3/src/hooks/event/useEventListener.ts delete mode 100644 vue3/src/hooks/event/useIntersectionObserver.ts delete mode 100644 vue3/src/hooks/event/useScroll.ts delete mode 100644 vue3/src/hooks/event/useScrollTo.ts delete mode 100644 vue3/src/hooks/event/useWindowSizeFn.ts delete mode 100644 vue3/src/hooks/setting/index.ts delete mode 100644 vue3/src/hooks/setting/useHeaderSetting.ts delete mode 100644 vue3/src/hooks/setting/useMenuSetting.ts delete mode 100644 vue3/src/hooks/setting/useMultipleTabSetting.ts delete mode 100644 vue3/src/hooks/setting/useRootSetting.ts delete mode 100644 vue3/src/hooks/setting/useTransitionSetting.ts delete mode 100644 vue3/src/hooks/usevalidate.ts delete mode 100644 vue3/src/hooks/web/useAppInject.ts delete mode 100644 vue3/src/hooks/web/useContentHeight.ts delete mode 100644 vue3/src/hooks/web/useContextMenu.ts delete mode 100644 vue3/src/hooks/web/useCopyToClipboard.ts delete mode 100644 vue3/src/hooks/web/useDesign.ts delete mode 100644 vue3/src/hooks/web/useECharts.ts delete mode 100644 vue3/src/hooks/web/useFullContent.ts delete mode 100644 vue3/src/hooks/web/useI18n.ts delete mode 100644 vue3/src/hooks/web/useLockPage.ts delete mode 100644 vue3/src/hooks/web/useMessage.tsx delete mode 100644 vue3/src/hooks/web/usePage.ts delete mode 100644 vue3/src/hooks/web/usePagination.ts delete mode 100644 vue3/src/hooks/web/usePermission.ts delete mode 100644 vue3/src/hooks/web/useScript.ts delete mode 100644 vue3/src/hooks/web/useSortable.ts delete mode 100644 vue3/src/hooks/web/useTabs.ts delete mode 100644 vue3/src/hooks/web/useTitle.ts delete mode 100644 vue3/src/hooks/web/useWatermark.ts delete mode 100644 vue3/src/layouts/default/content/index.vue delete mode 100644 vue3/src/layouts/default/content/useContentContext.ts delete mode 100644 vue3/src/layouts/default/content/useContentViewHeight.ts delete mode 100644 vue3/src/layouts/default/feature/index.vue delete mode 100644 vue3/src/layouts/default/footer/index.vue delete mode 100644 vue3/src/layouts/default/header/MultipleHeader.vue delete mode 100644 vue3/src/layouts/default/header/components/Breadcrumb.vue delete mode 100644 vue3/src/layouts/default/header/components/ErrorAction.vue delete mode 100644 vue3/src/layouts/default/header/components/FullScreen.vue delete mode 100644 vue3/src/layouts/default/header/components/index.ts delete mode 100644 vue3/src/layouts/default/header/components/lock/LockModal.vue delete mode 100644 vue3/src/layouts/default/header/components/notify/NoticeList.vue delete mode 100644 vue3/src/layouts/default/header/components/notify/data.ts delete mode 100644 vue3/src/layouts/default/header/components/notify/index.vue delete mode 100644 vue3/src/layouts/default/header/components/user-dropdown/ChangePassword.vue delete mode 100644 vue3/src/layouts/default/header/components/user-dropdown/DropMenuItem.vue delete mode 100644 vue3/src/layouts/default/header/components/user-dropdown/index.vue delete mode 100644 vue3/src/layouts/default/header/index.less delete mode 100644 vue3/src/layouts/default/header/index.vue delete mode 100644 vue3/src/layouts/default/index.vue delete mode 100644 vue3/src/layouts/default/menu/index.vue delete mode 100644 vue3/src/layouts/default/menu/useLayoutMenu.ts delete mode 100644 vue3/src/layouts/default/setting/SettingDrawer.tsx delete mode 100644 vue3/src/layouts/default/setting/components/InputNumberItem.vue delete mode 100644 vue3/src/layouts/default/setting/components/SelectItem.vue delete mode 100644 vue3/src/layouts/default/setting/components/SettingFooter.vue delete mode 100644 vue3/src/layouts/default/setting/components/SwitchItem.vue delete mode 100644 vue3/src/layouts/default/setting/components/ThemeColorPicker.vue delete mode 100644 vue3/src/layouts/default/setting/components/TypePicker.vue delete mode 100644 vue3/src/layouts/default/setting/components/index.ts delete mode 100644 vue3/src/layouts/default/setting/enum.ts delete mode 100644 vue3/src/layouts/default/setting/handler.ts delete mode 100644 vue3/src/layouts/default/setting/index.vue delete mode 100644 vue3/src/layouts/default/sider/DragBar.vue delete mode 100644 vue3/src/layouts/default/sider/LayoutSider.vue delete mode 100644 vue3/src/layouts/default/sider/MixSider.vue delete mode 100644 vue3/src/layouts/default/sider/index.vue delete mode 100644 vue3/src/layouts/default/sider/useLayoutSider.ts delete mode 100644 vue3/src/layouts/default/tabs/components/FoldButton.vue delete mode 100644 vue3/src/layouts/default/tabs/components/TabContent.vue delete mode 100644 vue3/src/layouts/default/tabs/components/TabRedo.vue delete mode 100644 vue3/src/layouts/default/tabs/index.less delete mode 100644 vue3/src/layouts/default/tabs/index.vue delete mode 100644 vue3/src/layouts/default/tabs/types.ts delete mode 100644 vue3/src/layouts/default/tabs/useMultipleTabs.ts delete mode 100644 vue3/src/layouts/default/tabs/useTabDropdown.ts delete mode 100644 vue3/src/layouts/default/trigger/HeaderTrigger.vue delete mode 100644 vue3/src/layouts/default/trigger/SiderTrigger.vue delete mode 100644 vue3/src/layouts/default/trigger/index.vue delete mode 100644 vue3/src/layouts/iframe/index.vue delete mode 100644 vue3/src/layouts/iframe/useFrameKeepAlive.ts delete mode 100644 vue3/src/layouts/page/index.vue delete mode 100644 vue3/src/layouts/page/transition.ts delete mode 100644 vue3/src/locales/helper.ts delete mode 100644 vue3/src/locales/lang/en.ts delete mode 100644 vue3/src/locales/lang/en/common.ts delete mode 100644 vue3/src/locales/lang/en/component.ts delete mode 100644 vue3/src/locales/lang/en/component/app.ts delete mode 100644 vue3/src/locales/lang/en/component/countdown.ts delete mode 100644 vue3/src/locales/lang/en/component/drawer.ts delete mode 100644 vue3/src/locales/lang/en/component/excel.ts delete mode 100644 vue3/src/locales/lang/en/component/form.ts delete mode 100644 vue3/src/locales/lang/en/component/icon.ts delete mode 100644 vue3/src/locales/lang/en/component/menu.ts delete mode 100644 vue3/src/locales/lang/en/component/modal.ts delete mode 100644 vue3/src/locales/lang/en/component/table.ts delete mode 100644 vue3/src/locales/lang/en/component/time.ts delete mode 100644 vue3/src/locales/lang/en/component/tree.ts delete mode 100644 vue3/src/locales/lang/en/component/upload.ts delete mode 100644 vue3/src/locales/lang/en/component/verify.ts delete mode 100644 vue3/src/locales/lang/en/layout.ts delete mode 100644 vue3/src/locales/lang/en/layout/footer.ts delete mode 100644 vue3/src/locales/lang/en/layout/header.ts delete mode 100644 vue3/src/locales/lang/en/layout/multipleTab.ts delete mode 100644 vue3/src/locales/lang/en/layout/setting.ts delete mode 100644 vue3/src/locales/lang/en/routes/README.MD delete mode 100644 vue3/src/locales/lang/en/routes/admin.ts delete mode 100644 vue3/src/locales/lang/en/routes/basic.ts delete mode 100644 vue3/src/locales/lang/en/routes/dashboard.ts delete mode 100644 vue3/src/locales/lang/en/routes/demo.ts delete mode 100644 vue3/src/locales/lang/en/sys.ts delete mode 100644 vue3/src/locales/lang/en/sys/api.ts delete mode 100644 vue3/src/locales/lang/en/sys/app.ts delete mode 100644 vue3/src/locales/lang/en/sys/errorLog.ts delete mode 100644 vue3/src/locales/lang/en/sys/exception.ts delete mode 100644 vue3/src/locales/lang/en/sys/lock.ts delete mode 100644 vue3/src/locales/lang/en/sys/login.ts delete mode 100644 vue3/src/locales/lang/zh_CN.ts delete mode 100644 vue3/src/locales/lang/zh_CN/common.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/app.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/countdown.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/drawer.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/excel.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/form.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/icon.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/menu.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/modal.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/table.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/time.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/tree.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/upload.ts delete mode 100644 vue3/src/locales/lang/zh_CN/component/verify.ts delete mode 100644 vue3/src/locales/lang/zh_CN/layout.ts delete mode 100644 vue3/src/locales/lang/zh_CN/layout/footer.ts delete mode 100644 vue3/src/locales/lang/zh_CN/layout/header.ts delete mode 100644 vue3/src/locales/lang/zh_CN/layout/multipleTab.ts delete mode 100644 vue3/src/locales/lang/zh_CN/layout/setting.ts delete mode 100644 vue3/src/locales/lang/zh_CN/routes/README.MD delete mode 100644 vue3/src/locales/lang/zh_CN/routes/admin.ts delete mode 100644 vue3/src/locales/lang/zh_CN/routes/basic.ts delete mode 100644 vue3/src/locales/lang/zh_CN/routes/dashboard.ts delete mode 100644 vue3/src/locales/lang/zh_CN/routes/demo.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/api.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/app.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/errorLog.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/exception.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/lock.ts delete mode 100644 vue3/src/locales/lang/zh_CN/sys/login.ts delete mode 100644 vue3/src/locales/setupI18n.ts delete mode 100644 vue3/src/locales/useLocale.ts delete mode 100644 vue3/src/logics/error-handle/index.ts delete mode 100644 vue3/src/logics/initAppConfig.ts delete mode 100644 vue3/src/logics/mitt/routeChange.ts delete mode 100644 vue3/src/logics/theme/dark.ts delete mode 100644 vue3/src/logics/theme/index.ts delete mode 100644 vue3/src/logics/theme/updateBackground.ts delete mode 100644 vue3/src/logics/theme/updateColorWeak.ts delete mode 100644 vue3/src/logics/theme/updateGrayMode.ts delete mode 100644 vue3/src/logics/theme/util.ts delete mode 100644 vue3/src/main.ts delete mode 100644 vue3/src/router/constant.ts delete mode 100644 vue3/src/router/guard/httpGuard.ts delete mode 100644 vue3/src/router/guard/index.ts delete mode 100644 vue3/src/router/guard/messageGuard.ts delete mode 100644 vue3/src/router/guard/pageGuard.ts delete mode 100644 vue3/src/router/guard/pageLoadingGuard.ts delete mode 100644 vue3/src/router/guard/permissionGuard.ts delete mode 100644 vue3/src/router/guard/progressGuard.ts delete mode 100644 vue3/src/router/guard/scrollGuard.ts delete mode 100644 vue3/src/router/guard/stateGuard.ts delete mode 100644 vue3/src/router/helper/menuHelper.ts delete mode 100644 vue3/src/router/helper/routeHelper.ts delete mode 100644 vue3/src/router/index.ts delete mode 100644 vue3/src/router/menus/index.ts delete mode 100644 vue3/src/router/menus/modules/admin.ts delete mode 100644 vue3/src/router/menus/modules/dashboard.ts delete mode 100644 vue3/src/router/menus/modules/identityServer.ts delete mode 100644 vue3/src/router/routes/basic.ts delete mode 100644 vue3/src/router/routes/index.ts delete mode 100644 vue3/src/router/routes/mainOut.ts delete mode 100644 vue3/src/router/routes/modules/admin.ts delete mode 100644 vue3/src/router/routes/modules/dashboard.ts delete mode 100644 vue3/src/router/routes/modules/identityServer.ts delete mode 100644 vue3/src/router/types.ts delete mode 100644 vue3/src/services/ServiceProxies.ts delete mode 100644 vue3/src/services/ServiceProxyBase.ts delete mode 100644 vue3/src/settings/componentSetting.ts delete mode 100644 vue3/src/settings/designSetting.ts delete mode 100644 vue3/src/settings/encryptionSetting.ts delete mode 100644 vue3/src/settings/localeSetting.ts delete mode 100644 vue3/src/settings/projectSetting.ts delete mode 100644 vue3/src/settings/siteSetting.ts delete mode 100644 vue3/src/store/index.ts delete mode 100644 vue3/src/store/modules/app.ts delete mode 100644 vue3/src/store/modules/errorLog.ts delete mode 100644 vue3/src/store/modules/locale.ts delete mode 100644 vue3/src/store/modules/lock.ts delete mode 100644 vue3/src/store/modules/multipleTab.ts delete mode 100644 vue3/src/store/modules/permission.ts delete mode 100644 vue3/src/store/modules/user.ts delete mode 100644 vue3/src/utils/auth/index.ts delete mode 100644 vue3/src/utils/cache/index.ts delete mode 100644 vue3/src/utils/cache/memory.ts delete mode 100644 vue3/src/utils/cache/persistent.ts delete mode 100644 vue3/src/utils/cache/storageCache.ts delete mode 100644 vue3/src/utils/cipher.ts delete mode 100644 vue3/src/utils/color.ts delete mode 100644 vue3/src/utils/dateUtil.ts delete mode 100644 vue3/src/utils/domUtils.ts delete mode 100644 vue3/src/utils/env.ts delete mode 100644 vue3/src/utils/event/index.ts delete mode 100644 vue3/src/utils/factory/createAsyncComponent.tsx delete mode 100644 vue3/src/utils/file/base64Conver.ts delete mode 100644 vue3/src/utils/file/download.ts delete mode 100644 vue3/src/utils/helper/treeHelper.ts delete mode 100644 vue3/src/utils/helper/tsxHelper.tsx delete mode 100644 vue3/src/utils/http/axios/Axios.ts delete mode 100644 vue3/src/utils/http/axios/axiosCancel.ts delete mode 100644 vue3/src/utils/http/axios/axiosTransform.ts delete mode 100644 vue3/src/utils/http/axios/checkStatus.ts delete mode 100644 vue3/src/utils/http/axios/const.ts delete mode 100644 vue3/src/utils/http/axios/helper.ts delete mode 100644 vue3/src/utils/http/axios/index.ts delete mode 100644 vue3/src/utils/http/axios/types.ts delete mode 100644 vue3/src/utils/index.ts delete mode 100644 vue3/src/utils/is.ts delete mode 100644 vue3/src/utils/lib/chinaProvinceCityData.ts delete mode 100644 vue3/src/utils/lib/echarts.ts delete mode 100644 vue3/src/utils/log.ts delete mode 100644 vue3/src/utils/mitt.ts delete mode 100644 vue3/src/utils/propTypes.ts delete mode 100644 vue3/src/utils/uuid.ts delete mode 100644 vue3/src/views/admin/roles/AbpRole.ts delete mode 100644 vue3/src/views/admin/roles/AbpRole.vue delete mode 100644 vue3/src/views/admin/roles/CreateAbpRole.vue delete mode 100644 vue3/src/views/admin/roles/EditAbpRole.vue delete mode 100644 vue3/src/views/admin/roles/PermissionAbpRole.vue delete mode 100644 vue3/src/views/admin/users/AbpUser.ts delete mode 100644 vue3/src/views/admin/users/AbpUser.vue delete mode 100644 vue3/src/views/admin/users/CreateAbpUser.vue delete mode 100644 vue3/src/views/admin/users/EditAbpUser.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/GrowCard.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/SalesProductPie.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/SiteAnalysis.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/VisitAnalysis.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/VisitAnalysisBar.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/VisitRadar.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/VisitSource.vue delete mode 100644 vue3/src/views/dashboard/analysis/components/props.ts delete mode 100644 vue3/src/views/dashboard/analysis/data.ts delete mode 100644 vue3/src/views/dashboard/analysis/index.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/DynamicInfo.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/ProjectCard.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/QuickNav.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/SaleRadar.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/WorkbenchHeader.vue delete mode 100644 vue3/src/views/dashboard/workbench/components/data.ts delete mode 100644 vue3/src/views/dashboard/workbench/index.vue delete mode 100644 vue3/src/views/identityServers/apiResources/ApiResources.ts delete mode 100644 vue3/src/views/identityServers/apiResources/ApiResources.vue delete mode 100644 vue3/src/views/identityServers/apiResources/CreateApiResource.vue delete mode 100644 vue3/src/views/identityServers/apiScopes/ApiScopes.ts delete mode 100644 vue3/src/views/identityServers/apiScopes/ApiScopes.vue delete mode 100644 vue3/src/views/identityServers/apiScopes/CreateApiScope.vue delete mode 100644 vue3/src/views/identityServers/apiScopes/EditApiScope.vue delete mode 100644 vue3/src/views/identityServers/clients/Clients.ts delete mode 100644 vue3/src/views/identityServers/clients/Clients.vue delete mode 100644 vue3/src/views/identityServers/clients/CreateClient.vue delete mode 100644 vue3/src/views/identityServers/clients/EditClientBasic.vue delete mode 100644 vue3/src/views/identityServers/identityResources/CreateIdentityResource.vue delete mode 100644 vue3/src/views/identityServers/identityResources/EditIdentityResources.vue delete mode 100644 vue3/src/views/identityServers/identityResources/IdentityResources.ts delete mode 100644 vue3/src/views/identityServers/identityResources/IdentityResources.vue delete mode 100644 vue3/src/views/sys/about/index.vue delete mode 100644 vue3/src/views/sys/error-log/DetailModal.vue delete mode 100644 vue3/src/views/sys/error-log/data.tsx delete mode 100644 vue3/src/views/sys/error-log/index.vue delete mode 100644 vue3/src/views/sys/exception/Exception.vue delete mode 100644 vue3/src/views/sys/exception/index.ts delete mode 100644 vue3/src/views/sys/iframe/FrameBlank.vue delete mode 100644 vue3/src/views/sys/iframe/index.vue delete mode 100644 vue3/src/views/sys/lock/LockPage.vue delete mode 100644 vue3/src/views/sys/lock/index.vue delete mode 100644 vue3/src/views/sys/lock/useNow.ts delete mode 100644 vue3/src/views/sys/login/ForgetPasswordForm.vue delete mode 100644 vue3/src/views/sys/login/Login.vue delete mode 100644 vue3/src/views/sys/login/LoginForm.vue delete mode 100644 vue3/src/views/sys/login/LoginFormTitle.vue delete mode 100644 vue3/src/views/sys/login/MobileForm.vue delete mode 100644 vue3/src/views/sys/login/QrCodeForm.vue delete mode 100644 vue3/src/views/sys/login/RegisterForm.vue delete mode 100644 vue3/src/views/sys/login/Sts.vue delete mode 100644 vue3/src/views/sys/login/useLogin.ts delete mode 100644 vue3/src/views/sys/redirect/index.vue delete mode 100644 vue3/stylelint.config.js delete mode 100644 vue3/test/server/api/app.js delete mode 100644 vue3/test/server/api/package.json delete mode 100644 vue3/test/server/api/yarn.lock delete mode 100644 vue3/test/server/upload/README.md delete mode 100644 vue3/test/server/upload/app.js delete mode 100644 vue3/test/server/upload/package.json delete mode 100644 vue3/test/server/upload/yarn.lock delete mode 100644 vue3/test/server/websocket/README.md delete mode 100644 vue3/test/server/websocket/app.js delete mode 100644 vue3/test/server/websocket/package.json delete mode 100644 vue3/test/server/websocket/yarn.lock delete mode 100644 vue3/tsconfig.json delete mode 100644 vue3/types/axios.d.ts delete mode 100644 vue3/types/config.d.ts delete mode 100644 vue3/types/global.d.ts delete mode 100644 vue3/types/index.d.ts delete mode 100644 vue3/types/module.d.ts delete mode 100644 vue3/types/store.d.ts delete mode 100644 vue3/types/utils.d.ts delete mode 100644 vue3/types/vue-router.d.ts delete mode 100644 vue3/vite.config.ts delete mode 100644 vue3/windi.config.ts delete mode 100644 vue3/yarn.lock diff --git a/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapConsumerServiceSelector.cs b/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapConsumerServiceSelector.cs index edac83d6..09bcc232 100644 --- a/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapConsumerServiceSelector.cs +++ b/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapConsumerServiceSelector.cs @@ -14,7 +14,7 @@ namespace CompanyName.ProjectName.CAP { [Dependency(ServiceLifetime.Singleton, ReplaceServices = true)] [ExposeServices(typeof(IConsumerServiceSelector))] - public class BeeAbpCapConsumerServiceSelector : ConsumerServiceSelector + public class AbpCapConsumerServiceSelector : ConsumerServiceSelector { protected AbpDistributedEventBusOptions AbpDistributedEventBusOptions { get; } protected IServiceProvider ServiceProvider { get; } @@ -22,7 +22,7 @@ namespace CompanyName.ProjectName.CAP /// /// Creates a new . /// - public BeeAbpCapConsumerServiceSelector( + public AbpCapConsumerServiceSelector( IServiceProvider serviceProvider, IOptions distributedEventBusOptions) : base(serviceProvider) diff --git a/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapServiceCollectionExtensions.cs b/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapServiceCollectionExtensions.cs index 322e16a3..a67fc0e8 100644 --- a/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapServiceCollectionExtensions.cs +++ b/aspnet-core/frameworks/CAP/src/CompanyName.ProjectName.CAP/AbpCapServiceCollectionExtensions.cs @@ -14,7 +14,7 @@ namespace CompanyName.ProjectName.CAP Action capAction) { context.Services.AddCap(capAction); - context.Services.AddSingleton(); + context.Services.AddSingleton(); context.Services.AddSingleton(); return context; } diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/CompanyName.ProjectName.NotificationManagement.Application.Contracts.csproj b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/CompanyName.ProjectName.NotificationManagement.Application.Contracts.csproj index 9748b864..1295291f 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/CompanyName.ProjectName.NotificationManagement.Application.Contracts.csproj +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/CompanyName.ProjectName.NotificationManagement.Application.Contracts.csproj @@ -10,7 +10,7 @@ - + diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/Dtos/PagingNotificationListInput.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/Dtos/PagingNotificationListInput.cs new file mode 100644 index 00000000..53220359 --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/Dtos/PagingNotificationListInput.cs @@ -0,0 +1,10 @@ +using System; +using CompanyName.ProjectName.Extensions.Customs; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications.Dtos +{ + public class PagingNotificationListInput:PagingBase + { + + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/ICommandNotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/ICommandNotificationAppService.cs index cdf39d8a..132c360f 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/ICommandNotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/ICommandNotificationAppService.cs @@ -12,5 +12,13 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications /// /// Task SetReadAsync(SetReadInput input); + + /// + /// 创建一个消息 + /// 测试使用 + /// + /// + /// + Task CreateAsync(CreateNotificationInput input); } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs index fe0ebfc1..c2617707 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/INotificationAppService.cs @@ -12,25 +12,5 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications /// /// Task SendMessageAsync(string title, string content, MessageType messageType, List users); - - /// - /// 发送消息到客户端 - /// - /// - Task SendMessageToClientByUserIdAsync(SendNotificationDto sendNotificationDto, List userIds); - - /// - /// 发送消息到所有客户端 - /// - /// - Task SendMessageToAllClientAsync(SendNotificationDto sendNotificationDto); - - /// - /// 创建一个消息 - /// 测试使用 - /// - /// - /// - Task CreateAsync(CreateNotificationInput input); } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/IQueryNotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/IQueryNotificationAppService.cs index 535eff26..9a54599c 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/IQueryNotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application.Contracts/Notifications/IQueryNotificationAppService.cs @@ -1,30 +1,31 @@ -// using System.Threading; -// using System.Threading.Tasks; -// using Volo.Abp.Application.Services; -// using Volo.Abp.Application.Dtos; -// -// namespace CompanyName.ProjectName.NotificationManagement.Notifications -// { -// public interface IQueryNotificationAppService : IApplicationService -// { -// /// -// /// 分页获取用户普通文本消息 -// /// -// /// -// /// -// /// -// Task> GetPageTextNotificationByUserIdAsync( -// QueryTextNotificationInput input, -// CancellationToken cancellationToken = default); -// -// /// -// /// 分页获取广播消息 -// /// -// /// -// /// -// /// -// Task> GetPageBroadCastNotificationByUserIdAsync( -// QueryTextNotificationInput input, -// CancellationToken cancellationToken = default); -// } -// } \ No newline at end of file +using System.Threading; +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Volo.Abp.Application.Services; +using Volo.Abp.Application.Dtos; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications +{ + public interface IQueryNotificationAppService : IApplicationService + { + /// + /// 分页获取用户普通文本消息 + /// + /// + /// + /// + Task> GetPageTextNotificationByUserIdAsync( + PagingNotificationListInput listInput, + CancellationToken cancellationToken = default); + + /// + /// 分页获取广播消息 + /// + /// + /// + /// + Task> GetPageBroadCastNotificationByUserIdAsync( + PagingNotificationListInput listInput, + CancellationToken cancellationToken = default); + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/CompanyName.ProjectName.NotificationManagement.Application.csproj b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/CompanyName.ProjectName.NotificationManagement.Application.csproj index 9a12cf01..0c04a792 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/CompanyName.ProjectName.NotificationManagement.Application.csproj +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/CompanyName.ProjectName.NotificationManagement.Application.csproj @@ -12,7 +12,6 @@ - diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/NotificationManagementApplicationModule.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/NotificationManagementApplicationModule.cs index f5135d60..c89e5fcb 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/NotificationManagementApplicationModule.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/NotificationManagementApplicationModule.cs @@ -2,7 +2,6 @@ using Microsoft.Extensions.DependencyInjection; using Volo.Abp.AutoMapper; using Volo.Abp.Modularity; using Volo.Abp.Application; -using CompanyName.ProjectName.QueryManagement; using Microsoft.Extensions.Configuration; using Volo.Abp.AspNetCore.SignalR; @@ -13,7 +12,6 @@ namespace CompanyName.ProjectName.NotificationManagement typeof(NotificationManagementApplicationContractsModule), typeof(AbpDddApplicationModule), typeof(AbpAutoMapperModule), - typeof(QueryManagementDomainModule), typeof(AbpAspNetCoreSignalRModule) )] public class NotificationManagementApplicationModule : AbpModule diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/CommandNotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/CommandNotificationAppService.cs index 8000559e..10efd5d6 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/CommandNotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/CommandNotificationAppService.cs @@ -1,5 +1,6 @@ using System.Threading.Tasks; using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Volo.Abp.Users; namespace CompanyName.ProjectName.NotificationManagement.Notifications { @@ -7,14 +8,23 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications { private readonly NotificationManager _notificationManager; - public CommandNotificationAppService(NotificationManager notificationManager) + private readonly ICurrentUser _currentUser; + public CommandNotificationAppService(NotificationManager notificationManager, ICurrentUser currentUser) { _notificationManager = notificationManager; + _currentUser = currentUser; } public Task SetReadAsync(SetReadInput input) { return _notificationManager.SetReadAsync(input.Id, input.ReceiveId); } + + public async Task CreateAsync(CreateNotificationInput input) + { + if (_currentUser.Id != null) + await _notificationManager.CreateAsync(input.Title, input.Content, _currentUser.Id.Value, input.ReceiveIds, + input.MessageType); + } } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/DistributedEventHandlers/CreatedNotificationDistributedEventHandler.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/DistributedEventHandlers/CreatedNotificationDistributedEventHandler.cs new file mode 100644 index 00000000..4ac3f81c --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/DistributedEventHandlers/CreatedNotificationDistributedEventHandler.cs @@ -0,0 +1,32 @@ +using System.Linq; +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents; +using Volo.Abp.DependencyInjection; +using Volo.Abp.EventBus.Distributed; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEventHandlers +{ + /// + /// 创建消息事件处理 + /// + public class + CreatedNotificationDistributedEventHandler : IDistributedEventHandler, + ITransientDependency + { + private readonly INotificationAppService _hubAppService; + + public CreatedNotificationDistributedEventHandler(INotificationAppService hubAppService) + { + _hubAppService = hubAppService; + } + + public Task HandleEventAsync(CreatedNotificationDistributedEvent eventData) + { + return _hubAppService.SendMessageAsync( + eventData.NotificationEto.Title, + eventData.NotificationEto.Content, + eventData.NotificationEto.MessageType, + eventData.NotificationEto.NotificationSubscriptions.Select(e => e.ReceiveId.ToString()).ToList()); + } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/NotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/NotificationAppService.cs index 2bc488b6..2f11de40 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/NotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/NotificationAppService.cs @@ -49,7 +49,7 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications /// /// /// - public async Task SendMessageToClientByUserIdAsync(SendNotificationDto sendNotificationDto, + private async Task SendMessageToClientByUserIdAsync(SendNotificationDto sendNotificationDto, List users) { if (users is {Count: > 0}) @@ -65,16 +65,10 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications /// 广播消息 /// /// - public async Task SendMessageToAllClientAsync(SendNotificationDto sendNotificationDto) + private async Task SendMessageToAllClientAsync(SendNotificationDto sendNotificationDto) { await _hubContext.Clients.All.ReceiveBroadCastMessageAsync(sendNotificationDto); } - - - public async Task CreateAsync(CreateNotificationInput input) - { - await _notificationManager.CreateAsync(input.Title, input.Content, _currentUser.Id.Value, input.ReceiveIds, - input.MessageType); - } + } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/QueryNotificationAppService.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/QueryNotificationAppService.cs index 45e74a08..1884de55 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/QueryNotificationAppService.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Application/Notifications/QueryNotificationAppService.cs @@ -1,44 +1,68 @@ -// using System.Threading; -// using System.Threading.Tasks; -// using Bee.Abp.Dto; -// using Humanizer; -// using CompanyName.ProjectName.QueryManagement.Notifications; -// -// namespace CompanyName.ProjectName.NotificationManagement.Notifications -// { -// public class QueryNotificationAppService : NotificationManagementAppService,IQueryNotificationAppService -// { -// private readonly INotificationFreeSqlRepository _notificationFreeSqlRepository; -// -// public QueryNotificationAppService(INotificationFreeSqlRepository notificationFreeSqlRepository) -// { -// _notificationFreeSqlRepository = notificationFreeSqlRepository; -// } -// -// /// -// /// 分页获取用户普通文本消息 -// /// -// /// -// /// -// /// -// public Task> GetPageTextNotificationByUserIdAsync( -// QueryTextNotificationInput input, -// CancellationToken cancellationToken = default) -// { -// return _notificationFreeSqlRepository.GetPageTextNotificationByUserIdAsync(input, cancellationToken); -// } -// -// /// -// /// 分页获取广播消息 -// /// -// /// -// /// -// /// -// public Task> GetPageBroadCastNotificationByUserIdAsync( -// QueryTextNotificationInput input, -// CancellationToken cancellationToken = default) -// { -// return _notificationFreeSqlRepository.GetPageBroadCastNotificationByUserIdAsync(input, cancellationToken); -// } -// } -// } \ No newline at end of file +using System.Threading; +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Volo.Abp.Application.Dtos; +using Volo.Abp.Users; + + +namespace CompanyName.ProjectName.NotificationManagement.Notifications +{ + public class QueryNotificationAppService : NotificationManagementAppService, IQueryNotificationAppService + { + private readonly IDapperNotificationRepository _dapperNotificationRepository; + private readonly ICurrentUser _currentUser; + + public QueryNotificationAppService(IDapperNotificationRepository dapperNotificationRepository, ICurrentUser currentUser) + { + _dapperNotificationRepository = dapperNotificationRepository; + _currentUser = currentUser; + } + + /// + /// 分页获取用户普通文本消息 + /// + /// + /// + /// + public async Task> GetPageTextNotificationByUserIdAsync( + PagingNotificationListInput listInput, + CancellationToken cancellationToken = default) + { + if (!_currentUser.Id.HasValue) + { + return null; + } + + var totalCount = + await _dapperNotificationRepository.GetPageTextNotificationCountByUserIdAsync(_currentUser.Id.Value, cancellationToken); + var list = await _dapperNotificationRepository.GetPageTextNotificationByUserIdAsync(_currentUser.Id.Value, + listInput.PageSize, + listInput.SkipCount, cancellationToken); + return new PagedResultDto(totalCount, list); + } + + /// + /// 分页获取广播消息 + /// + /// + /// + /// + public async Task> GetPageBroadCastNotificationByUserIdAsync( + PagingNotificationListInput listInput, + CancellationToken cancellationToken = default) + { + if (!_currentUser.Id.HasValue) + { + return null; + } + + var totalCount = + await _dapperNotificationRepository.GetPageBroadCastNotificationCountByUserIdAsync(_currentUser.Id.Value, + cancellationToken); + var list = await _dapperNotificationRepository.GetPageBroadCastNotificationByUserIdAsync(_currentUser.Id.Value, + listInput.PageSize, + listInput.SkipCount, cancellationToken); + return new PagedResultDto(totalCount, list); + } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain.Shared/Notifications/Dtos/PagingNotificationListOutput.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain.Shared/Notifications/Dtos/PagingNotificationListOutput.cs new file mode 100644 index 00000000..9e357709 --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain.Shared/Notifications/Dtos/PagingNotificationListOutput.cs @@ -0,0 +1,13 @@ +using System; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications.Dtos +{ + public class PagingNotificationListOutput + { + public Guid Id { get; set; } + public string Title { get; set; } + public string Content { get; set; } + public DateTime CreationTime { get; set; } + public bool Read { get; set; } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs new file mode 100644 index 00000000..32621867 --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs @@ -0,0 +1,15 @@ +using AutoMapper; +using CompanyName.ProjectName.NotificationManagement.Notifications; +using CompanyName.ProjectName.NotificationManagement.Notifications.Etos; + +namespace CompanyName.ProjectName.NotificationManagement +{ + public class NotificationDomainAutoMapperProfile:Profile + { + public NotificationDomainAutoMapperProfile() + { + CreateMap(); + CreateMap(); + } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationManagementDbProperties.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationManagementDbProperties.cs index 23344944..be31c8be 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationManagementDbProperties.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/NotificationManagementDbProperties.cs @@ -4,7 +4,7 @@ namespace CompanyName.ProjectName.NotificationManagement { public static string DbTablePrefix { get; set; } = ""; - public static string DbSchema { get; set; } = "notification"; + public static string DbSchema { get; set; } = null; public const string ConnectionStringName = "NotificationManagement"; } diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/Aggregates/Notification.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/Aggregates/Notification.cs index 84c38cab..3aa9368a 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/Aggregates/Notification.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/Aggregates/Notification.cs @@ -119,7 +119,11 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications /// public void AddBroadCastNotificationSubscription(Guid notificationSubscriptionId, Guid receiveId) { - if (NotificationSubscriptions.Any(e => e.ReceiveId != receiveId)) + if (NotificationSubscriptions.Any(e => e.ReceiveId == receiveId)) + { + return; + } + else { var temp = new NotificationSubscription(notificationSubscriptionId, receiveId); temp.SetRead(); diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/IDapperNotificationRepository.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/IDapperNotificationRepository.cs new file mode 100644 index 00000000..7e93127b --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/IDapperNotificationRepository.cs @@ -0,0 +1,50 @@ +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Volo.Abp.DependencyInjection; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications +{ + public interface IDapperNotificationRepository : ITransientDependency + { + /// + /// 分页查询广播消息 + /// + /// + Task> GetPageBroadCastNotificationByUserIdAsync( + Guid userId, + int maxResultCount = 10, + int skipCount = 0, + CancellationToken cancellationToken = default); + + + /// + /// 获取广播消息总条数 + /// + /// + Task GetPageBroadCastNotificationCountByUserIdAsync( + Guid userId, + CancellationToken cancellationToken = default); + + + /// + /// 分页查询文本消息 + /// + /// + Task> GetPageTextNotificationByUserIdAsync( + Guid userId, + int maxResultCount = 10, + int skipCount = 0, + CancellationToken cancellationToken = default); + + /// + /// 获取文本息总条数 + /// + /// + Task GetPageTextNotificationCountByUserIdAsync( + Guid userId, + CancellationToken cancellationToken = default); + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/NotificationManager.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/NotificationManager.cs index 1b9797da..c62699fb 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/NotificationManager.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.Domain/Notifications/NotificationManager.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Threading.Tasks; using CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents; using CompanyName.ProjectName.NotificationManagement.Notifications.Etos; +using Volo.Abp.Users; namespace CompanyName.ProjectName.NotificationManagement.Notifications { @@ -11,13 +12,65 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications { private readonly INotificationRepository _notificationRepository; - public NotificationManager(INotificationRepository notificationRepository) + private readonly ICurrentUser _currentUser; + + public NotificationManager(INotificationRepository notificationRepository, ICurrentUser currentUser) { _notificationRepository = notificationRepository; - + _currentUser = currentUser; } + /// + /// 发送普通文本消息 + /// + /// + /// + public async Task SendCommonTextAsync(string title, string content, List receiveIds) + { + if (receiveIds is {Count: 0}) + { + throw new NotificationManagementDomainException("消息接收人不能为空"); + } + + var senderId = Guid.Empty; + if (_currentUser?.Id != null) + { + senderId = _currentUser.Id.Value; + } + + var entity = new Notification(GuidGenerator.Create(), title, content, MessageType.Text, senderId); + foreach (var item in receiveIds) + { + entity.AddNotificationSubscription(GuidGenerator.Create(), item); + } + + var notificationEto = ObjectMapper.Map(entity); + // 发送集成事件 + entity.AddCreatedNotificationDistributedEvent(new CreatedNotificationDistributedEvent(notificationEto)); + return entity = await _notificationRepository.InsertAsync(entity); + } + + /// + /// 发送广播消息 + /// + /// + /// + public async Task SendBroadCastTextAsync(string title, string content) + { + var senderId = Guid.Empty; + if (_currentUser?.Id != null) + { + senderId = _currentUser.Id.Value; + } + + var entity = new Notification(GuidGenerator.Create(), title, content, MessageType.BroadCast, senderId); + var notificationEto = ObjectMapper.Map(entity); + // 发送集成事件 + entity.AddCreatedNotificationDistributedEvent(new CreatedNotificationDistributedEvent(notificationEto)); + return entity = await _notificationRepository.InsertAsync(entity); + } + /// /// 新增消息 /// @@ -40,7 +93,7 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications if (receiveIds is {Count: > 0}) { receiveIds.ForEach(item => { entity.AddNotificationSubscription(GuidGenerator.Create(), item); }); - } + } } entity = await _notificationRepository.InsertAsync(entity); @@ -58,6 +111,7 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications public async Task SetReadAsync(Guid id, Guid receiveId) { var notification = await _notificationRepository.FindByIdAsync(id); + if (notification == null) throw new NotificationManagementDomainException(message: "消息不存在"); if (notification.MessageType == MessageType.BroadCast) { // 如果类型是广播消息,用户设置为已读,在插入一条数据 @@ -65,12 +119,11 @@ namespace CompanyName.ProjectName.NotificationManagement.Notifications } else { - if (notification == null) throw new NotificationManagementDomainException(message: "消息不存在"); var notificationSubscription = notification.NotificationSubscriptions.FirstOrDefault(e => e.ReceiveId == receiveId); if (notificationSubscription == null) throw new NotificationManagementDomainException(message: "当前用户未订阅该消息"); - notificationSubscription.SetRead(); + notificationSubscription.SetRead(); } await _notificationRepository.UpdateAsync(notification); diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.csproj b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.csproj index 9a0f8236..cc8a4111 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.csproj +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.csproj @@ -8,6 +8,7 @@ + diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/INotificationManagementDbContext.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/INotificationManagementDbContext.cs index 9184f5de..0911100c 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/INotificationManagementDbContext.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/INotificationManagementDbContext.cs @@ -1,3 +1,5 @@ +using CompanyName.ProjectName.NotificationManagement.Notifications; +using Microsoft.EntityFrameworkCore; using Volo.Abp.Data; using Volo.Abp.EntityFrameworkCore; @@ -9,5 +11,7 @@ namespace CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore /* Add DbSet for each Aggregate Root here. Example: * DbSet Questions { get; } */ + + DbSet Questions { get; set; } } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContext.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContext.cs index 4cb11194..645a2b9b 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContext.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContext.cs @@ -1,3 +1,4 @@ +using CompanyName.ProjectName.NotificationManagement.Notifications; using Microsoft.EntityFrameworkCore; using Volo.Abp.Data; using Volo.Abp.EntityFrameworkCore; @@ -16,12 +17,15 @@ namespace CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore { } - + public DbSet Questions { get; set; } + protected override void OnModelCreating(ModelBuilder builder) { base.OnModelCreating(builder); builder.ConfigureNotificationManagement(); } + + } } \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContextModelCreatingExtensions.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContextModelCreatingExtensions.cs index 7123cb8c..e57ffed2 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContextModelCreatingExtensions.cs +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/NotificationManagementDbContextModelCreatingExtensions.cs @@ -43,21 +43,16 @@ namespace CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore builder.Entity(b => { - builder.Entity(b => - { - b.ToTable(NotificationManagementDbProperties.DbTablePrefix + nameof(Notification), - NotificationManagementDbProperties.DbSchema); - b.ConfigureByConvention(); - }); + b.ToTable(NotificationManagementDbProperties.DbTablePrefix + nameof(Notification), + NotificationManagementDbProperties.DbSchema); + b.ConfigureByConvention(); }); + builder.Entity(b => { - builder.Entity(b => - { - b.ToTable(NotificationManagementDbProperties.DbTablePrefix + nameof(NotificationSubscription), - NotificationManagementDbProperties.DbSchema); - b.ConfigureByConvention(); - }); + b.ToTable(NotificationManagementDbProperties.DbTablePrefix + nameof(NotificationSubscription), + NotificationManagementDbProperties.DbSchema); + b.ConfigureByConvention(); }); } } diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/Notifications/DapperNotificationRepository.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/Notifications/DapperNotificationRepository.cs new file mode 100644 index 00000000..f2ad6bc3 --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore/EntityFrameworkCore/Notifications/DapperNotificationRepository.cs @@ -0,0 +1,159 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications; +using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Dapper; +using Volo.Abp.Domain.Repositories.Dapper; +using Volo.Abp.EntityFrameworkCore; + +namespace CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.Notifications +{ + public class DapperNotificationRepository : DapperRepository, + IDapperNotificationRepository + { + public DapperNotificationRepository(IDbContextProvider dbContextProvider) : + base(dbContextProvider) + { + } + + /// + /// 分页查询广播消息 + /// + /// + public async Task> GetPageBroadCastNotificationByUserIdAsync( + Guid userId, + int maxResultCount = 10, + int skipCount = 0, + CancellationToken cancellationToken = default) + { + var sql = BuildPageBroadCastSql(); + sql += $" LIMIT {maxResultCount} OFFSET {skipCount}"; + var tran = await GetDbTransactionAsync(); + return (await (await GetDbConnectionAsync()).QueryAsync(sql, new {userId}, + transaction: tran)) + .ToList(); + } + + /// + /// 获取广播消息总条数 + /// + /// + public async Task GetPageBroadCastNotificationCountByUserIdAsync( + Guid userId, + CancellationToken cancellationToken = default) + { + var sql = BuildPageBroadCastCountSql(); + var tran = await GetDbTransactionAsync(); + return (await (await GetDbConnectionAsync()).QueryAsync(sql, new {userId}, transaction: tran)) + .FirstOrDefault(); + } + + /// + /// 分页查询文本消息 + /// + /// + public async Task> GetPageTextNotificationByUserIdAsync( + Guid userId, + int maxResultCount = 10, + int skipCount = 0, + CancellationToken cancellationToken = default) + { + var sql = BuildPageTextSql(); + sql += $" LIMIT {maxResultCount} OFFSET {skipCount}"; + var tran = await GetDbTransactionAsync(); + return (await (await GetDbConnectionAsync()).QueryAsync(sql, new {userId}, + transaction: tran)) + .ToList(); + } + + /// + /// 获取文本息总条数 + /// + /// + public async Task GetPageTextNotificationCountByUserIdAsync( + Guid userId, + CancellationToken cancellationToken = default) + { + var sql = BuildPageTextCountSql(); + var tran = await GetDbTransactionAsync(); + return (await (await GetDbConnectionAsync()).QueryAsync(sql, new {userId}, transaction: tran)) + .FirstOrDefault(); + } + + private string BuildPageTextSql() + { + return "select " + + "a.Id," + + "a.Title," + + "a.Content," + + "a.CreationTime, " + + "b.Read " + + "from Notification a " + + "left join NotificationSubscription b on b.NotificationId=a.Id " + + "where a.IsDeleted=0 " + + "and a.MessageType=20 " + + "and b.ReceiveId=@userId " + + "order by b.Read, CreationTime desc "; + } + + private string BuildPageTextCountSql() + { + return "select " + + "count(1) as count " + + "from Notification a " + + "left join NotificationSubscription b on b.NotificationId=a.Id " + + "where a.IsDeleted=0 " + + "and a.MessageType=20 " + + "and b.ReceiveId=@userId "; + } + + private string BuildPageBroadCastCountSql() + { + return "select count(1) as count from (" + + "select a.Id, a.Title, a.Content, a.CreationTime, a.SenderId, false as \"Read\" " + + "from Notification a " + + "where a.IsDeleted = 0 " + + "and a.MessageType = 10 " + + "and a.Id not in " + + " (select NotificationId " + + "from NotificationSubscription b " + + " where b.ReceiveId = '39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2') " + + "union " + + " select a.Id, a.Title, a.Content, a.CreationTime, a.SenderId, true as \"Read\" " + + "from Notification a " + + " where a.IsDeleted = 0 " + + " and a.MessageType = 10 " + + "and a.Id in " + + " (select NotificationId " + + "from NotificationSubscription b " + + "where b.ReceiveId = @userId) " + + " ) as tt "; + } + + private string BuildPageBroadCastSql() + { + return "select * from (" + + "select a.Id, a.Title, a.Content, a.CreationTime, a.SenderId, false as \"Read\" " + + "from Notification a " + + "where a.IsDeleted = 0 " + + "and a.MessageType = 10 " + + "and a.Id not in " + + " (select NotificationId " + + "from NotificationSubscription b " + + " where b.ReceiveId = '39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2') " + + "union" + + " select a.Id, a.Title, a.Content, a.CreationTime, a.SenderId, true as \"Read\" " + + "from Notification a " + + " where a.IsDeleted = 0 " + + " and a.MessageType = 10 " + + "and a.Id in " + + " (select NotificationId " + + "from NotificationSubscription b " + + "where b.ReceiveId = @userId)" + + " ) as tt order by tt.Read,tt.CreationTime "; + } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/CompanyName.ProjectName.NotificationManagement.HttpApi.csproj b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/CompanyName.ProjectName.NotificationManagement.HttpApi.csproj index a1f6a6ef..9ead986e 100644 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/CompanyName.ProjectName.NotificationManagement.HttpApi.csproj +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/CompanyName.ProjectName.NotificationManagement.HttpApi.csproj @@ -8,6 +8,7 @@ + diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Notifications/NotificationController.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Notifications/NotificationController.cs new file mode 100644 index 00000000..d906a85d --- /dev/null +++ b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Notifications/NotificationController.cs @@ -0,0 +1,65 @@ +using System.Threading.Tasks; +using CompanyName.ProjectName.NotificationManagement.Notifications.Dtos; +using Microsoft.AspNetCore.Mvc; +using Swashbuckle.AspNetCore.Annotations; +using Volo.Abp.Application.Dtos; +using Volo.Abp.Application.Services; +using Volo.Abp.AspNetCore.Mvc; + +namespace CompanyName.ProjectName.NotificationManagement.Notifications +{ + [Route("Notification")] + public class NotificationController : AbpController, IApplicationService + { + private readonly IQueryNotificationAppService _queryNotificationAppService; + private readonly ICommandNotificationAppService _commandNotificationAppService; + + public NotificationController(IQueryNotificationAppService queryNotificationAppService, + ICommandNotificationAppService commandNotificationAppService) + { + _queryNotificationAppService = queryNotificationAppService; + _commandNotificationAppService = commandNotificationAppService; + } + + + /// + /// 分页获取用户普通文本消息 + /// + /// + /// + [HttpPost("Text")] + [SwaggerOperation(summary: "分页查询普通消息", Tags = new[] {"Notification"})] + public Task> GetPageTextNotificationByUserIdAsync( + PagingNotificationListInput listInput) + { + return _queryNotificationAppService.GetPageTextNotificationByUserIdAsync(listInput); + } + + /// + /// 分页获取广播消息 + /// + /// + /// + [HttpPost("BroadCast")] + [SwaggerOperation(summary: "分页查询广播消息", Tags = new[] {"Notification"})] + public Task> GetPageBroadCastNotificationByUserIdAsync( + PagingNotificationListInput listInput) + { + return _queryNotificationAppService.GetPageBroadCastNotificationByUserIdAsync(listInput); + } + + [HttpPost("Read")] + [SwaggerOperation(summary: "消息设置为已读", Tags = new[] {"Notification"})] + public Task SetReadAsync(SetReadInput input) + { + return _commandNotificationAppService.SetReadAsync(input); + } + + [HttpPost("Create")] + [SwaggerOperation(summary: "创建消息-测试使用", Tags = new[] {"Notification"})] + public Task CreateAsync(CreateNotificationInput input) + { + return _commandNotificationAppService.CreateAsync(input); + } + } +} \ No newline at end of file diff --git a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Samples/SampleController.cs b/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Samples/SampleController.cs deleted file mode 100644 index 4f18b8b4..00000000 --- a/aspnet-core/modules/NotificationManagement/src/CompanyName.ProjectName.NotificationManagement.HttpApi/Samples/SampleController.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Threading.Tasks; -using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Mvc; -using Volo.Abp; - -namespace CompanyName.ProjectName.NotificationManagement.Samples -{ - [RemoteService] - [Route("api/NotificationManagement/sample")] - public class SampleController : NotificationManagementController, ISampleAppService - { - private readonly ISampleAppService _sampleAppService; - - public SampleController(ISampleAppService sampleAppService) - { - _sampleAppService = sampleAppService; - } - - [HttpGet] - public async Task GetAsync() - { - return await _sampleAppService.GetAsync(); - } - - [HttpGet] - [Route("authorized")] - [Authorize] - public async Task GetAuthorizedAsync() - { - return await _sampleAppService.GetAsync(); - } - } -} diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissionDefinitionProvider.cs b/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissionDefinitionProvider.cs index 0bb88f21..e04e4938 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissionDefinitionProvider.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissionDefinitionProvider.cs @@ -1,5 +1,6 @@ using CompanyName.ProjectName.Localization; using Volo.Abp.Authorization.Permissions; +using Volo.Abp.Identity; using Volo.Abp.Localization; namespace CompanyName.ProjectName.Permissions @@ -8,17 +9,64 @@ namespace CompanyName.ProjectName.Permissions { public override void Define(IPermissionDefinitionContext context) { - - var abpIdentityGroup = context.GetGroup(ProjectNamePermissions.AbpIdentityGroupName); - var userManagement = abpIdentityGroup.GetPermissionOrNull(ProjectNamePermissions.AbpIdentityExtend.Users); + var abpIdentityGroup = context.GetGroup(IdentityPermissions.GroupName); + var userManagement = abpIdentityGroup.GetPermissionOrNull(IdentityPermissions.Users.Default); + userManagement.AddChild(ProjectNamePermissions.SystemManagement.UserEnable, L("Permission:Enable")); + + var auditManagement = + abpIdentityGroup.AddPermission(ProjectNamePermissions.SystemManagement.AuditLog, L("Permission:AuditLogManagement")); + + var hangfireManagement = + abpIdentityGroup.AddPermission(ProjectNamePermissions.SystemManagement.Hangfire, L("Permission:HangfireManagement")); + + var capManagement = abpIdentityGroup.AddPermission(ProjectNamePermissions.SystemManagement.Cap, L("Permission:CapManagement")); + + #region IdentityServer - userManagement.AddChild(ProjectNamePermissions.AbpIdentityExtend.UserEnable, L("Permissions:Enable")); - userManagement.AddChild(ProjectNamePermissions.AbpIdentityExtend.UserQuery, L("Permissions:Query")); + var identityServerManagementGroup = + context.AddGroup(ProjectNamePermissions.IdentityServer.IdentityServerManagement, L("Permission:IdentityServerManagement")); - var roleManagement = abpIdentityGroup.GetPermissionOrNull(ProjectNamePermissions.AbpIdentityExtend.Roles); - roleManagement.AddChild(ProjectNamePermissions.AbpIdentityExtend.RoleQuery, L("Permissions:Query")); + var clientManagment = identityServerManagementGroup.AddPermission(ProjectNamePermissions.IdentityServer.Client.Default, + L("Permission:IdentityServerManagement:Client")); + clientManagment.AddChild(ProjectNamePermissions.IdentityServer.Client.Create, + L("Permission:Create")); + clientManagment.AddChild(ProjectNamePermissions.IdentityServer.Client.Update, + L("Permission:Update")); + clientManagment.AddChild(ProjectNamePermissions.IdentityServer.Client.Delete, + L("Permission:Delete")); + clientManagment.AddChild(ProjectNamePermissions.IdentityServer.Client.Enable, + L("Permission:Enable")); + + + var apiResourceManagment = identityServerManagementGroup.AddPermission(ProjectNamePermissions.IdentityServer.ApiResource.Default, + L("Permission:IdentityServerManagement:ApiResource")); + apiResourceManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiResource.Create, + L("Permission:Create")); + apiResourceManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiResource.Update, + L("Permission:Update")); + apiResourceManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiResource.Delete, + L("Permission:Delete")); + + var apiScopeManagment = identityServerManagementGroup.AddPermission(ProjectNamePermissions.IdentityServer.ApiScope.Default, + L("Permission:IdentityServerManagement:ApiScope")); + apiScopeManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiScope.Create, + L("Permission:Create")); + apiScopeManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiScope.Update, + L("Permission:Update")); + apiScopeManagment.AddChild(ProjectNamePermissions.IdentityServer.ApiScope.Delete, + L("Permission:Delete")); + var identityResourcesManagment = identityServerManagementGroup.AddPermission(ProjectNamePermissions.IdentityServer.IdentityResources.Default, + L("Permission:IdentityServerManagement:IdentityResources")); + identityResourcesManagment.AddChild(ProjectNamePermissions.IdentityServer.IdentityResources.Create, + L("Permission:Create")); + identityResourcesManagment.AddChild(ProjectNamePermissions.IdentityServer.IdentityResources.Update, + L("Permission:Update")); + identityResourcesManagment.AddChild(ProjectNamePermissions.IdentityServer.IdentityResources.Delete, + L("Permission:Delete")); + + #endregion } private static LocalizableString L(string name) @@ -26,4 +74,4 @@ namespace CompanyName.ProjectName.Permissions return LocalizableString.Create(name); } } -} +} \ No newline at end of file diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissions.cs b/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissions.cs index fad04771..38bd60d5 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissions.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Application.Contracts/Permissions/ProjectNamePermissions.cs @@ -1,27 +1,68 @@ -namespace CompanyName.ProjectName.Permissions +using CompanyName.ProjectName.IdentityServers.Clients; + +namespace CompanyName.ProjectName.Permissions { public static class ProjectNamePermissions { public const string GroupName = "ProjectName"; public const string AbpIdentityGroupName = "AbpIdentity"; - + //Add your own permission names. Example: //public const string MyPermission1 = GroupName + ".MyPermission1"; - + /// /// 系统管理扩展权限 /// - public static class AbpIdentityExtend + public static class SystemManagement + { + public const string Default = "System"; + public const string UserEnable = Default + ".Users.Enable"; + public const string AuditLog = Default + ".AuditLog"; + public const string Hangfire = Default + ".Hangfire"; + public const string Cap = Default + ".Cap"; + } + + + public static class IdentityServer { - public const string Default = "AbpIdentity"; - public const string Users = Default + ".Users"; - public const string Roles = Default + ".Roles"; - public const string AuditLogs = Default + ".AuditLogs"; - public const string UserEnable = Users + ".Users.Enable"; - public const string UserQuery = Users + ".Query"; - public const string RoleQuery = Roles + ".Query"; - public const string AuditLogQuery = AuditLogs + "AuditLog"; + public const string IdentityServerManagement = "IdentityServerManagement"; + + + public static class Client + { + public const string Default = IdentityServerManagement + ".Client"; + public const string Create = Default + ".Create"; + public const string Update = Default + ".Update"; + public const string Delete = Default + ".Delete"; + public const string Enable = Default + ".Enable"; + } + + + public static class ApiResource + { + public const string Default = IdentityServerManagement + ".ApiResource"; + public const string Create = Default + ".Create"; + public const string Update = Default + ".Update"; + public const string Delete = Default + ".Delete"; + } + + public static class ApiScope + { + public const string Default = IdentityServerManagement + ".ApiScope"; + public const string Create = Default + ".Create"; + public const string Update = Default + ".Update"; + public const string Delete = Default + ".Delete"; + } + + public static class IdentityResources + { + public const string Default = IdentityServerManagement + ".IdentityResources"; + public const string Create = Default + ".Create"; + public const string Update = Default + ".Update"; + public const string Delete = Default + ".Delete"; + } + } } } \ No newline at end of file diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Application/CompanyName.ProjectName.Application.csproj b/aspnet-core/services/src/CompanyName.ProjectName.Application/CompanyName.ProjectName.Application.csproj index 256f31c4..7ff5fd78 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Application/CompanyName.ProjectName.Application.csproj +++ b/aspnet-core/services/src/CompanyName.ProjectName.Application/CompanyName.ProjectName.Application.csproj @@ -8,6 +8,7 @@ + diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Application/ProjectNameApplicationModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.Application/ProjectNameApplicationModule.cs index 5beba688..6c115ef0 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Application/ProjectNameApplicationModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Application/ProjectNameApplicationModule.cs @@ -1,4 +1,5 @@ using CompanyName.ProjectName.DataDictionaryManagement; +using CompanyName.ProjectName.NotificationManagement; using CompanyName.ProjectName.QueryManagement; using Volo.Abp.Account; using Volo.Abp.AuditLogging; @@ -23,7 +24,8 @@ namespace CompanyName.ProjectName typeof(AbpSettingManagementApplicationModule), typeof(AbpAuditLoggingDomainModule), typeof(QueryManagementDomainModule), - typeof(DataDictionaryManagementApplicationModule) + typeof(DataDictionaryManagementApplicationModule), + typeof(NotificationManagementApplicationModule) )] public class ProjectNameApplicationModule : AbpModule { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Application/Roles/RoleAppService.cs b/aspnet-core/services/src/CompanyName.ProjectName.Application/Roles/RoleAppService.cs index 7db52518..bc541123 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Application/Roles/RoleAppService.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Application/Roles/RoleAppService.cs @@ -10,7 +10,7 @@ using Volo.Abp.PermissionManagement; namespace CompanyName.ProjectName.Roles { - public class RoleAppService : ApplicationService, IRoleAppService + public class RoleAppService : ProjectNameAppService, IRoleAppService { private readonly IIdentityRoleAppService _identityRoleAppService; private readonly IPermissionAppService _permissionAppService; @@ -124,7 +124,9 @@ namespace CompanyName.ProjectName.Roles "AbpTenantManagement.Tenants.Update", "AbpTenantManagement.Tenants.Delete", "AbpTenantManagement.Tenants.ManageFeatures", - "AbpTenantManagement.Tenants.ManageConnectionStrings" + "AbpTenantManagement.Tenants.ManageConnectionStrings", + "SettingManagement", + "SettingManagement.Emailing" }; var permissions = new List(); @@ -137,6 +139,9 @@ namespace CompanyName.ProjectName.Roles } var groupPermission = new PermissionTreeDto {Key = @group.Name, Title = @group.DisplayName}; + groupPermission.Key = group.Name; + groupPermission.Title = + group.Name == "AbpIdentity" ? L["Permission:SystemManagement"] : group.DisplayName; foreach (var item in group.Permissions) { result.AllGrants.Add(item.Name); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.DbMigrator/appsettings.json b/aspnet-core/services/src/CompanyName.ProjectName.DbMigrator/appsettings.json index 6afcd204..c936c149 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.DbMigrator/appsettings.json +++ b/aspnet-core/services/src/CompanyName.ProjectName.DbMigrator/appsettings.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { "Default": "Data Source=localhost;Database=CompanyNameProjectNameDB;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true", - "DataDictionaryManagement": "Data Source=localhost;Database=DataDictionaryManagement;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" + // "DataDictionaryManagement": "Data Source=localhost;Database=DataDictionaryManagement;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" }, "IdentityServer": { "Clients": { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/en.json b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/en.json index e61dfdd5..1369cd1a 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/en.json +++ b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/en.json @@ -9,6 +9,14 @@ "Permission:Update": "Update", "Permission:Delete": "Delete", "Permission:Enable": "Enable|Disable", - "Permission:AuditLogManagement": "AuditLog" + "Permission:SystemManagement": "SystemManagement", + "Permission:AuditLogManagement": "AuditLog", + "Permission:HangfireManagement": "BackgroundTask", + "Permission:CapManagement": "IntegratedEvent", + "Permission:IdentityServerManagement": "IdentityServer", + "Permission:IdentityServerManagement:Client": "Client", + "Permission:IdentityServerManagement:ApiResource": "ApiResource", + "Permission:IdentityServerManagement:ApiScope": "ApiScope", + "Permission:IdentityServerManagement:IdentityResources": "IdentityResources" } } diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/zh-Hans.json b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/zh-Hans.json index 23790bde..f686d0dd 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/zh-Hans.json +++ b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/Localization/ProjectName/zh-Hans.json @@ -3,6 +3,21 @@ "texts": { "Menu:Home": "首页", "Welcome": "欢迎", - "LongWelcomeMessage": "欢迎来到该应用程序. 这是一个基于ABP框架的启动项目. 有关更多信息, 请访问 abp.io." + "LongWelcomeMessage": "欢迎来到该应用程序. 这是一个基于ABP框架的启动项目. 有关更多信息, 请访问 abp.io.", + + "Permission:Query": "查询", + "Permission:Create": "创建", + "Permission:Update": "编辑", + "Permission:Delete": "删除", + "Permission:Enable": "启用|禁用", + "Permission:AuditLogManagement": "审计日志", + "Permission:SystemManagement": "系统管理", + "Permission:HangfireManagement": "后台任务", + "Permission:CapManagement": "集成事件", + "Permission:IdentityServerManagement": "IdentityServer", + "Permission:IdentityServerManagement:Client": "客户端", + "Permission:IdentityServerManagement:ApiResource": "Api资源", + "Permission:IdentityServerManagement:ApiScope": "ApiScope", + "Permission:IdentityServerManagement:IdentityResources": "Identity资源" } } \ No newline at end of file diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/ProjectNameDomainSharedModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/ProjectNameDomainSharedModule.cs index 2d8ace61..688485f2 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/ProjectNameDomainSharedModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Domain.Shared/ProjectNameDomainSharedModule.cs @@ -37,7 +37,7 @@ namespace CompanyName.ProjectName { Configure(options => { - options.FileSets.AddEmbedded(); + options.FileSets.AddEmbedded("CompanyName.ProjectName"); }); Configure(options => diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Domain/CompanyName.ProjectName.Domain.csproj b/aspnet-core/services/src/CompanyName.ProjectName.Domain/CompanyName.ProjectName.Domain.csproj index 28693d36..06bbfec2 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Domain/CompanyName.ProjectName.Domain.csproj +++ b/aspnet-core/services/src/CompanyName.ProjectName.Domain/CompanyName.ProjectName.Domain.csproj @@ -9,6 +9,7 @@ + diff --git a/aspnet-core/services/src/CompanyName.ProjectName.Domain/ProjectNameDomainModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.Domain/ProjectNameDomainModule.cs index e4200b4d..3e48701b 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.Domain/ProjectNameDomainModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.Domain/ProjectNameDomainModule.cs @@ -2,6 +2,7 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using CompanyName.ProjectName.MultiTenancy; +using CompanyName.ProjectName.NotificationManagement; using Volo.Abp.AuditLogging; using Volo.Abp.BackgroundJobs; using Volo.Abp.Emailing; @@ -29,7 +30,8 @@ namespace CompanyName.ProjectName typeof(AbpSettingManagementDomainModule), typeof(AbpTenantManagementDomainModule), typeof(AbpEmailingModule), - typeof(DataDictionaryManagementDomainModule) + typeof(DataDictionaryManagementDomainModule), + typeof(NotificationManagementDomainModule) )] public class ProjectNameDomainModule : AbpModule { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/EntityFrameworkCore/ProjectNameMigrationsDbContext.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/EntityFrameworkCore/ProjectNameMigrationsDbContext.cs index 38b57a03..7eccf854 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/EntityFrameworkCore/ProjectNameMigrationsDbContext.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/EntityFrameworkCore/ProjectNameMigrationsDbContext.cs @@ -1,4 +1,5 @@ using CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore; +using CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Volo.Abp.AuditLogging.EntityFrameworkCore; using Volo.Abp.BackgroundJobs.EntityFrameworkCore; @@ -20,10 +21,9 @@ namespace CompanyName.ProjectName.EntityFrameworkCore */ public class ProjectNameMigrationsDbContext : AbpDbContext { - public ProjectNameMigrationsDbContext(DbContextOptions options) + public ProjectNameMigrationsDbContext(DbContextOptions options) : base(options) { - } protected override void OnModelCreating(ModelBuilder builder) @@ -46,7 +46,9 @@ namespace CompanyName.ProjectName.EntityFrameworkCore builder.ConfigureProjectName(); // 数据字典 - //builder.ConfigureDataDictionaryManagement(); + builder.ConfigureDataDictionaryManagement(); + + builder.ConfigureNotificationManagement(); } } } \ No newline at end of file diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.Designer.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.Designer.cs similarity index 79% rename from aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.Designer.cs rename to aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.Designer.cs index 539963a1..4687891b 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.Designer.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.Designer.cs @@ -10,7 +10,7 @@ using Volo.Abp.EntityFrameworkCore; namespace CompanyName.ProjectName.Migrations { [DbContext(typeof(ProjectNameMigrationsDbContext))] - [Migration("20210813172555_Init")] + [Migration("20210903085042_Init")] partial class Init { protected override void BuildTargetModel(ModelBuilder modelBuilder) @@ -21,6 +21,245 @@ namespace CompanyName.ProjectName.Migrations .HasAnnotation("Relational:MaxIdentifierLength", 64) .HasAnnotation("ProductVersion", "5.0.8"); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("Code") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("Description") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("varchar(1024)"); + + b.Property("DisplayText") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)"); + + b.Property("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("TenantId") + .HasColumnType("char(36)") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.ToTable("DataDictionary"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionaryDetail", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("Code") + .HasColumnType("longtext"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DataDictionaryId") + .HasColumnType("char(36)"); + + b.Property("Description") + .HasColumnType("longtext"); + + b.Property("DisplayText") + .HasColumnType("longtext"); + + b.Property("IsEnabled") + .HasColumnType("tinyint(1)"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("Order") + .HasColumnType("int"); + + b.HasKey("Id"); + + b.HasIndex("DataDictionaryId"); + + b.ToTable("DataDictionaryDetail"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("Content") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("varchar(1024)"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("MessageType") + .HasColumnType("int"); + + b.Property("SenderId") + .HasColumnType("char(36)"); + + b.Property("Title") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("varchar(256)"); + + b.HasKey("Id"); + + b.ToTable("Notification"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.NotificationSubscription", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("NotificationId") + .HasColumnType("char(36)"); + + b.Property("Read") + .HasColumnType("tinyint(1)"); + + b.Property("ReadTime") + .HasColumnType("datetime(6)"); + + b.Property("ReceiveId") + .HasColumnType("char(36)"); + + b.HasKey("Id"); + + b.HasIndex("NotificationId"); + + b.ToTable("NotificationSubscription"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => { b.Property("Id") @@ -29,49 +268,47 @@ namespace CompanyName.ProjectName.Migrations b.Property("ApplicationName") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4") + .HasColumnType("varchar(96)") .HasColumnName("ApplicationName"); b.Property("BrowserInfo") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("BrowserInfo"); b.Property("ClientId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("ClientId"); b.Property("ClientIpAddress") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("ClientIpAddress"); b.Property("ClientName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("ClientName"); b.Property("Comments") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Comments"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CorrelationId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("CorrelationId"); b.Property("Exceptions") - .HasMaxLength(4000) - .HasColumnType("longtext CHARACTER SET utf8mb4") - .HasColumnName("Exceptions"); + .HasColumnType("longtext"); b.Property("ExecutionDuration") .HasColumnType("int") @@ -81,12 +318,12 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("HttpMethod") .HasMaxLength(16) - .HasColumnType("varchar(16) CHARACTER SET utf8mb4") + .HasColumnType("varchar(16)") .HasColumnName("HttpMethod"); b.Property("HttpStatusCode") @@ -106,11 +343,11 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("TenantId"); b.Property("TenantName") - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.Property("Url") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Url"); b.Property("UserId") @@ -119,7 +356,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("UserName"); b.HasKey("Id"); @@ -150,22 +387,22 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("ExecutionTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("MethodName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("MethodName"); b.Property("Parameters") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4") + .HasColumnType("varchar(2000)") .HasColumnName("Parameters"); b.Property("ServiceName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("ServiceName"); b.Property("TenantId") @@ -202,7 +439,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("EntityId") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("EntityId"); b.Property("EntityTenantId") @@ -211,11 +448,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("EntityTypeFullName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("EntityTypeFullName"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("TenantId") @@ -242,24 +479,24 @@ namespace CompanyName.ProjectName.Migrations b.Property("NewValue") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("NewValue"); b.Property("OriginalValue") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("OriginalValue"); b.Property("PropertyName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("PropertyName"); b.Property("PropertyTypeFullName") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("PropertyTypeFullName"); b.Property("TenantId") @@ -282,7 +519,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -290,7 +527,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("CreationTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsAbandoned") @@ -301,12 +538,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("JobArgs") .IsRequired() .HasMaxLength(1048576) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.Property("JobName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("LastTryTime") .HasColumnType("datetime(6)"); @@ -340,20 +577,20 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.HasKey("Id"); @@ -371,15 +608,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("Description") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsStatic") @@ -388,15 +625,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("Regex") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(512)"); b.Property("RegexDescription") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -444,11 +681,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDefault") @@ -466,12 +703,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("NormalizedName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -492,11 +729,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClaimType") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ClaimValue") .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.Property("RoleId") .HasColumnType("char(36)"); @@ -520,44 +757,44 @@ namespace CompanyName.ProjectName.Migrations b.Property("Action") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("ApplicationName") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("BrowserInfo") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(512)"); b.Property("ClientId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ClientIpAddress") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CorrelationId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("CreationTime") .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("Identity") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -565,14 +802,14 @@ namespace CompanyName.ProjectName.Migrations b.Property("TenantName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("UserId") .HasColumnType("char(36)"); b.Property("UserName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.HasKey("Id"); @@ -602,7 +839,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -624,7 +861,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Email") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Email"); b.Property("EmailConfirmed") @@ -634,7 +871,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("EmailConfirmed"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -668,29 +905,29 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("Name"); b.Property("NormalizedEmail") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("NormalizedEmail"); b.Property("NormalizedUserName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("NormalizedUserName"); b.Property("PasswordHash") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("PasswordHash"); b.Property("PhoneNumber") .HasMaxLength(16) - .HasColumnType("varchar(16) CHARACTER SET utf8mb4") + .HasColumnType("varchar(16)") .HasColumnName("PhoneNumber"); b.Property("PhoneNumberConfirmed") @@ -702,12 +939,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("SecurityStamp") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("SecurityStamp"); b.Property("Surname") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("Surname"); b.Property("TenantId") @@ -723,7 +960,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("UserName"); b.HasKey("Id"); @@ -747,11 +984,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClaimType") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ClaimValue") .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -774,16 +1011,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("LoginProvider") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderDisplayName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .IsRequired() .HasMaxLength(196) - .HasColumnType("varchar(196) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(196)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -849,18 +1086,18 @@ namespace CompanyName.ProjectName.Migrations b.Property("LoginProvider") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Name") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("TenantId") .HasColumnType("char(36)") .HasColumnName("TenantId"); b.Property("Value") - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.HasKey("UserId", "LoginProvider", "Name"); @@ -876,13 +1113,13 @@ namespace CompanyName.ProjectName.Migrations b.Property("Code") .IsRequired() .HasMaxLength(95) - .HasColumnType("varchar(95) CHARACTER SET utf8mb4") + .HasColumnType("varchar(95)") .HasColumnName("Code"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -904,11 +1141,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("DisplayName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("DisplayName"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -976,12 +1213,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("AllowedAccessTokenSigningAlgorithms") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1002,17 +1239,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Enabled") .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1032,7 +1269,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ShowInDiscoveryDocument") .HasColumnType("tinyint(1)"); @@ -1049,7 +1286,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiResourceId", "Type"); @@ -1063,11 +1300,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ApiResourceId", "Key", "Value"); @@ -1081,7 +1318,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Scope") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiResourceId", "Scope"); @@ -1095,15 +1332,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("Expiration") .HasColumnType("datetime(6)"); @@ -1122,7 +1359,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1143,11 +1380,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Emphasize") .HasColumnType("tinyint(1)"); @@ -1156,7 +1393,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1176,7 +1413,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -1196,7 +1433,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiScopeId", "Type"); @@ -1210,11 +1447,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ApiScopeId", "Key", "Value"); @@ -1250,7 +1487,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("AllowedIdentityTokenSigningAlgorithms") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("AlwaysIncludeUserClaimsInIdToken") .HasColumnType("tinyint(1)"); @@ -1266,29 +1503,29 @@ namespace CompanyName.ProjectName.Migrations b.Property("BackChannelLogoutUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("ClientClaimsPrefix") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ConsentLifetime") @@ -1312,7 +1549,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DeviceCodeLifetime") .HasColumnType("int"); @@ -1324,7 +1561,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("FrontChannelLogoutSessionRequired") @@ -1332,7 +1569,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("FrontChannelLogoutUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("IdentityTokenLifetime") .HasColumnType("int"); @@ -1356,16 +1593,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("LogoUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("PairWiseSubjectSalt") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ProtocolType") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("RefreshTokenExpiration") .HasColumnType("int"); @@ -1393,7 +1630,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserCodeType") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("UserSsoLifetime") .HasColumnType("int"); @@ -1412,11 +1649,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.HasKey("ClientId", "Type", "Value"); @@ -1430,7 +1667,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Origin") .HasMaxLength(150) - .HasColumnType("varchar(150) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(150)"); b.HasKey("ClientId", "Origin"); @@ -1444,7 +1681,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("GrantType") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.HasKey("ClientId", "GrantType"); @@ -1458,7 +1695,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Provider") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ClientId", "Provider"); @@ -1472,7 +1709,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("PostLogoutRedirectUri") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "PostLogoutRedirectUri"); @@ -1486,11 +1723,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "Key", "Value"); @@ -1504,7 +1741,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("RedirectUri") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "RedirectUri"); @@ -1518,7 +1755,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Scope") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ClientId", "Scope"); @@ -1532,15 +1769,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.Property("Description") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("Expiration") .HasColumnType("datetime(6)"); @@ -1559,12 +1796,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1578,37 +1815,37 @@ namespace CompanyName.ProjectName.Migrations b.Property("Data") .IsRequired() .HasMaxLength(10000) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(10000)"); b.Property("Description") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("DeviceCode") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Expiration") .IsRequired() .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("SessionId") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("SubjectId") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("UserCode") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("Id"); @@ -1626,17 +1863,17 @@ namespace CompanyName.ProjectName.Migrations { b.Property("Key") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ConsumedTime") @@ -1648,17 +1885,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Data") .IsRequired() .HasMaxLength(10000) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(10000)"); b.Property("Description") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Expiration") .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("Id") @@ -1666,16 +1903,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("SessionId") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("SubjectId") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Type") .IsRequired() .HasMaxLength(50) - .HasColumnType("varchar(50) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(50)"); b.HasKey("Key"); @@ -1697,7 +1934,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1718,11 +1955,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Emphasize") .HasColumnType("tinyint(1)"); @@ -1731,7 +1968,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1751,7 +1988,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -1771,7 +2008,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("IdentityResourceId", "Type"); @@ -1785,11 +2022,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("IdentityResourceId", "Key", "Value"); @@ -1805,17 +2042,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -1837,20 +2074,20 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(2048) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2048)"); b.HasKey("Id"); @@ -1868,7 +2105,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1888,7 +2125,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("DeletionTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1908,7 +2145,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.HasKey("Id"); @@ -1924,18 +2161,34 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.HasKey("TenantId", "Name"); b.ToTable("AbpTenantConnectionStrings"); }); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionaryDetail", b => + { + b.HasOne("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", null) + .WithMany("Details") + .HasForeignKey("DataDictionaryId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.NotificationSubscription", b => + { + b.HasOne("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", null) + .WithMany("NotificationSubscriptions") + .HasForeignKey("NotificationId"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => { b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) @@ -2213,6 +2466,16 @@ namespace CompanyName.ProjectName.Migrations .IsRequired(); }); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", b => + { + b.Navigation("Details"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", b => + { + b.Navigation("NotificationSubscriptions"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => { b.Navigation("Actions"); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.cs similarity index 64% rename from aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.cs rename to aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.cs index d2e36eac..2ee91537 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210813172555_Init.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/20210903085042_Init.cs @@ -7,126 +7,166 @@ namespace CompanyName.ProjectName.Migrations { protected override void Up(MigrationBuilder migrationBuilder) { + migrationBuilder.AlterDatabase() + .Annotation("MySql:CharSet", "utf8mb4"); + migrationBuilder.CreateTable( name: "AbpAuditLogs", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - ApplicationName = table.Column(type: "varchar(96) CHARACTER SET utf8mb4", maxLength: 96, nullable: true), - UserId = table.Column(type: "char(36)", nullable: true), - UserName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), - TenantId = table.Column(type: "char(36)", nullable: true), - TenantName = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ImpersonatorUserId = table.Column(type: "char(36)", nullable: true), - ImpersonatorTenantId = table.Column(type: "char(36)", nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ApplicationName = table.Column(type: "varchar(96)", maxLength: 96, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + UserId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + UserName = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + TenantName = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ImpersonatorUserId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ImpersonatorTenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), ExecutionTime = table.Column(type: "datetime(6)", nullable: false), ExecutionDuration = table.Column(type: "int", nullable: false), - ClientIpAddress = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - ClientName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: true), - ClientId = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - CorrelationId = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - BrowserInfo = table.Column(type: "varchar(512) CHARACTER SET utf8mb4", maxLength: 512, nullable: true), - HttpMethod = table.Column(type: "varchar(16) CHARACTER SET utf8mb4", maxLength: 16, nullable: true), - Url = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), - Exceptions = table.Column(type: "longtext CHARACTER SET utf8mb4", maxLength: 4000, nullable: true), - Comments = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), + ClientIpAddress = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientName = table.Column(type: "varchar(128)", maxLength: 128, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientId = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + CorrelationId = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + BrowserInfo = table.Column(type: "varchar(512)", maxLength: 512, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + HttpMethod = table.Column(type: "varchar(16)", maxLength: 16, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Url = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Exceptions = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Comments = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), HttpStatusCode = table.Column(type: "int", nullable: true), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpAuditLogs", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpBackgroundJobs", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - JobName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - JobArgs = table.Column(type: "longtext CHARACTER SET utf8mb4", maxLength: 1048576, nullable: false), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + JobName = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + JobArgs = table.Column(type: "longtext", maxLength: 1048576, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), TryCount = table.Column(type: "smallint", nullable: false, defaultValue: (short)0), CreationTime = table.Column(type: "datetime(6)", nullable: false), NextTryTime = table.Column(type: "datetime(6)", nullable: false), LastTryTime = table.Column(type: "datetime(6)", nullable: true), IsAbandoned = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), Priority = table.Column(type: "tinyint unsigned", nullable: false, defaultValue: (byte)15), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpBackgroundJobs", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpClaimTypes", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), Required = table.Column(type: "tinyint(1)", nullable: false), IsStatic = table.Column(type: "tinyint(1)", nullable: false), - Regex = table.Column(type: "varchar(512) CHARACTER SET utf8mb4", maxLength: 512, nullable: true), - RegexDescription = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: true), - Description = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), + Regex = table.Column(type: "varchar(512)", maxLength: 512, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + RegexDescription = table.Column(type: "varchar(128)", maxLength: 128, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), ValueType = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpClaimTypes", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpFeatureValues", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - Value = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - ProviderName = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - ProviderKey = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderName = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderKey = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpFeatureValues", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpLinkUsers", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - SourceUserId = table.Column(type: "char(36)", nullable: false), - SourceTenantId = table.Column(type: "char(36)", nullable: true), - TargetUserId = table.Column(type: "char(36)", nullable: false), - TargetTenantId = table.Column(type: "char(36)", nullable: true) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + SourceUserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + SourceTenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + TargetUserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TargetTenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") }, constraints: table => { table.PrimaryKey("PK_AbpLinkUsers", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpOrganizationUnits", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - ParentId = table.Column(type: "char(36)", nullable: true), - Code = table.Column(type: "varchar(95) CHARACTER SET utf8mb4", maxLength: 95, nullable: false), - DisplayName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ParentId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + Code = table.Column(type: "varchar(95)", maxLength: 95, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + DisplayName = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => @@ -138,205 +178,297 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpOrganizationUnits", principalColumn: "Id", onDelete: ReferentialAction.Restrict); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpPermissionGrants", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - Name = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - ProviderName = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false), - ProviderKey = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderName = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderKey = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpPermissionGrants", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpRoles", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - Name = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - NormalizedName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + NormalizedName = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), IsDefault = table.Column(type: "tinyint(1)", nullable: false), IsStatic = table.Column(type: "tinyint(1)", nullable: false), IsPublic = table.Column(type: "tinyint(1)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpRoles", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpSecurityLogs", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - ApplicationName = table.Column(type: "varchar(96) CHARACTER SET utf8mb4", maxLength: 96, nullable: true), - Identity = table.Column(type: "varchar(96) CHARACTER SET utf8mb4", maxLength: 96, nullable: true), - Action = table.Column(type: "varchar(96) CHARACTER SET utf8mb4", maxLength: 96, nullable: true), - UserId = table.Column(type: "char(36)", nullable: true), - UserName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), - TenantName = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - ClientId = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - CorrelationId = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - ClientIpAddress = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - BrowserInfo = table.Column(type: "varchar(512) CHARACTER SET utf8mb4", maxLength: 512, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ApplicationName = table.Column(type: "varchar(96)", maxLength: 96, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Identity = table.Column(type: "varchar(96)", maxLength: 96, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Action = table.Column(type: "varchar(96)", maxLength: 96, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + UserId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + UserName = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + TenantName = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientId = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + CorrelationId = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientIpAddress = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + BrowserInfo = table.Column(type: "varchar(512)", maxLength: 512, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpSecurityLogs", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpSettings", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - Value = table.Column(type: "longtext CHARACTER SET utf8mb4", maxLength: 2048, nullable: false), - ProviderName = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - ProviderKey = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(2048)", maxLength: 2048, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderName = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderKey = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_AbpSettings", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpTenants", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_AbpTenants", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUsers", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - UserName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - NormalizedUserName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - Name = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - Surname = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: true), - Email = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - NormalizedEmail = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + UserName = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + NormalizedUserName = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Name = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Surname = table.Column(type: "varchar(64)", maxLength: 64, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Email = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + NormalizedEmail = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), EmailConfirmed = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - PasswordHash = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), - SecurityStamp = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), + PasswordHash = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + SecurityStamp = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), IsExternal = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - PhoneNumber = table.Column(type: "varchar(16) CHARACTER SET utf8mb4", maxLength: 16, nullable: true), + PhoneNumber = table.Column(type: "varchar(16)", maxLength: 16, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), PhoneNumberConfirmed = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), TwoFactorEnabled = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), LockoutEnd = table.Column(type: "datetime(6)", nullable: true), LockoutEnabled = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), AccessFailedCount = table.Column(type: "int", nullable: false, defaultValue: 0), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_AbpUsers", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); + + migrationBuilder.CreateTable( + name: "DataDictionary", + columns: table => new + { + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + Code = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + DisplayText = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(1024)", maxLength: 1024, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + CreationTime = table.Column(type: "datetime(6)", nullable: false), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + LastModificationTime = table.Column(type: "datetime(6)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + DeletionTime = table.Column(type: "datetime(6)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_DataDictionary", x => x.Id); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiResources", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - DisplayName = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - Description = table.Column(type: "varchar(1000) CHARACTER SET utf8mb4", maxLength: 1000, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + DisplayName = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(1000)", maxLength: 1000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Enabled = table.Column(type: "tinyint(1)", nullable: false), - AllowedAccessTokenSigningAlgorithms = table.Column(type: "varchar(100) CHARACTER SET utf8mb4", maxLength: 100, nullable: true), + AllowedAccessTokenSigningAlgorithms = table.Column(type: "varchar(100)", maxLength: 100, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), ShowInDiscoveryDocument = table.Column(type: "tinyint(1)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_IdentityServerApiResources", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiScopes", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), Enabled = table.Column(type: "tinyint(1)", nullable: false), - Name = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - DisplayName = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - Description = table.Column(type: "varchar(1000) CHARACTER SET utf8mb4", maxLength: 1000, nullable: true), + Name = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + DisplayName = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(1000)", maxLength: 1000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Required = table.Column(type: "tinyint(1)", nullable: false), Emphasize = table.Column(type: "tinyint(1)", nullable: false), ShowInDiscoveryDocument = table.Column(type: "tinyint(1)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_IdentityServerApiScopes", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClients", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - ClientId = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - ClientName = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - Description = table.Column(type: "varchar(1000) CHARACTER SET utf8mb4", maxLength: 1000, nullable: true), - ClientUri = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), - LogoUri = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ClientId = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientName = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(1000)", maxLength: 1000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientUri = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + LogoUri = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Enabled = table.Column(type: "tinyint(1)", nullable: false), - ProtocolType = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), + ProtocolType = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), RequireClientSecret = table.Column(type: "tinyint(1)", nullable: false), RequireConsent = table.Column(type: "tinyint(1)", nullable: false), AllowRememberConsent = table.Column(type: "tinyint(1)", nullable: false), @@ -345,13 +477,16 @@ namespace CompanyName.ProjectName.Migrations AllowPlainTextPkce = table.Column(type: "tinyint(1)", nullable: false), RequireRequestObject = table.Column(type: "tinyint(1)", nullable: false), AllowAccessTokensViaBrowser = table.Column(type: "tinyint(1)", nullable: false), - FrontChannelLogoutUri = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), + FrontChannelLogoutUri = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), FrontChannelLogoutSessionRequired = table.Column(type: "tinyint(1)", nullable: false), - BackChannelLogoutUri = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), + BackChannelLogoutUri = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), BackChannelLogoutSessionRequired = table.Column(type: "tinyint(1)", nullable: false), AllowOfflineAccess = table.Column(type: "tinyint(1)", nullable: false), IdentityTokenLifetime = table.Column(type: "int", nullable: false), - AllowedIdentityTokenSigningAlgorithms = table.Column(type: "varchar(100) CHARACTER SET utf8mb4", maxLength: 100, nullable: true), + AllowedIdentityTokenSigningAlgorithms = table.Column(type: "varchar(100)", maxLength: 100, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), AccessTokenLifetime = table.Column(type: "int", nullable: false), AuthorizationCodeLifetime = table.Column(type: "int", nullable: false), ConsentLifetime = table.Column(type: "int", nullable: true), @@ -364,112 +499,177 @@ namespace CompanyName.ProjectName.Migrations EnableLocalLogin = table.Column(type: "tinyint(1)", nullable: false), IncludeJwtId = table.Column(type: "tinyint(1)", nullable: false), AlwaysSendClientClaims = table.Column(type: "tinyint(1)", nullable: false), - ClientClaimsPrefix = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - PairWiseSubjectSalt = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), + ClientClaimsPrefix = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + PairWiseSubjectSalt = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), UserSsoLifetime = table.Column(type: "int", nullable: true), - UserCodeType = table.Column(type: "varchar(100) CHARACTER SET utf8mb4", maxLength: 100, nullable: true), + UserCodeType = table.Column(type: "varchar(100)", maxLength: 100, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), DeviceCodeLifetime = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_IdentityServerClients", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerDeviceFlowCodes", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - DeviceCode = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - UserCode = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - SubjectId = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - SessionId = table.Column(type: "varchar(100) CHARACTER SET utf8mb4", maxLength: 100, nullable: true), - ClientId = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - Description = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + DeviceCode = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + UserCode = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + SubjectId = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + SessionId = table.Column(type: "varchar(100)", maxLength: 100, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientId = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Expiration = table.Column(type: "datetime(6)", nullable: false), - Data = table.Column(type: "longtext CHARACTER SET utf8mb4", maxLength: 10000, nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + Data = table.Column(type: "varchar(10000)", maxLength: 10000, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true) + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") }, constraints: table => { table.PrimaryKey("PK_IdentityServerDeviceFlowCodes", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerIdentityResources", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - DisplayName = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - Description = table.Column(type: "varchar(1000) CHARACTER SET utf8mb4", maxLength: 1000, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + DisplayName = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(1000)", maxLength: 1000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Enabled = table.Column(type: "tinyint(1)", nullable: false), Required = table.Column(type: "tinyint(1)", nullable: false), Emphasize = table.Column(type: "tinyint(1)", nullable: false), ShowInDiscoveryDocument = table.Column(type: "tinyint(1)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), LastModificationTime = table.Column(type: "datetime(6)", nullable: true), - LastModifierId = table.Column(type: "char(36)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "char(36)", nullable: true), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), DeletionTime = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => { table.PrimaryKey("PK_IdentityServerIdentityResources", x => x.Id); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerPersistedGrants", columns: table => new { - Key = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - Type = table.Column(type: "varchar(50) CHARACTER SET utf8mb4", maxLength: 50, nullable: false), - SubjectId = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), - SessionId = table.Column(type: "varchar(100) CHARACTER SET utf8mb4", maxLength: 100, nullable: true), - ClientId = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - Description = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: true), + Key = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Type = table.Column(type: "varchar(50)", maxLength: 50, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + SubjectId = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + SessionId = table.Column(type: "varchar(100)", maxLength: 100, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientId = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "varchar(200)", maxLength: 200, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), CreationTime = table.Column(type: "datetime(6)", nullable: false), Expiration = table.Column(type: "datetime(6)", nullable: true), ConsumedTime = table.Column(type: "datetime(6)", nullable: true), - Data = table.Column(type: "longtext CHARACTER SET utf8mb4", maxLength: 10000, nullable: false), - Id = table.Column(type: "char(36)", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true), - ConcurrencyStamp = table.Column(type: "varchar(40) CHARACTER SET utf8mb4", maxLength: 40, nullable: true) + Data = table.Column(type: "varchar(10000)", maxLength: 10000, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { table.PrimaryKey("PK_IdentityServerPersistedGrants", x => x.Key); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); + + migrationBuilder.CreateTable( + name: "Notification", + columns: table => new + { + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Title = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Content = table.Column(type: "varchar(1024)", maxLength: 1024, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + MessageType = table.Column(type: "int", nullable: false), + SenderId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + ConcurrencyStamp = table.Column(type: "varchar(40)", maxLength: 40, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + CreationTime = table.Column(type: "datetime(6)", nullable: false), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + LastModificationTime = table.Column(type: "datetime(6)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + DeletionTime = table.Column(type: "datetime(6)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_Notification", x => x.Id); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpAuditLogActions", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - AuditLogId = table.Column(type: "char(36)", nullable: false), - ServiceName = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: true), - MethodName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: true), - Parameters = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + AuditLogId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ServiceName = table.Column(type: "varchar(256)", maxLength: 256, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + MethodName = table.Column(type: "varchar(128)", maxLength: 128, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Parameters = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), ExecutionTime = table.Column(type: "datetime(6)", nullable: false), ExecutionDuration = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true) + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -480,21 +680,25 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpAuditLogs", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpEntityChanges", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - AuditLogId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + AuditLogId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), ChangeTime = table.Column(type: "datetime(6)", nullable: false), ChangeType = table.Column(type: "tinyint unsigned", nullable: false), - EntityTenantId = table.Column(type: "char(36)", nullable: true), - EntityId = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - EntityTypeFullName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - ExtraProperties = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true) + EntityTenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + EntityId = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + EntityTypeFullName = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ExtraProperties = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -505,17 +709,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpAuditLogs", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpOrganizationUnitRoles", columns: table => new { - RoleId = table.Column(type: "char(36)", nullable: false), - OrganizationUnitId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), + RoleId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + OrganizationUnitId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true) + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") }, constraints: table => { @@ -532,17 +737,20 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpRoles", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpRoleClaims", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - RoleId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - ClaimType = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - ClaimValue = table.Column(type: "varchar(1024) CHARACTER SET utf8mb4", maxLength: 1024, nullable: true) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + RoleId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ClaimType = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ClaimValue = table.Column(type: "varchar(1024)", maxLength: 1024, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -553,15 +761,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpRoles", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpTenantConnectionStrings", columns: table => new { - TenantId = table.Column(type: "char(36)", nullable: false), - Name = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false), - Value = table.Column(type: "varchar(1024) CHARACTER SET utf8mb4", maxLength: 1024, nullable: false) + TenantId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Name = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(1024)", maxLength: 1024, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -572,17 +783,20 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpTenants", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUserClaims", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - UserId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - ClaimType = table.Column(type: "varchar(256) CHARACTER SET utf8mb4", maxLength: 256, nullable: false), - ClaimValue = table.Column(type: "varchar(1024) CHARACTER SET utf8mb4", maxLength: 1024, nullable: true) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + UserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ClaimType = table.Column(type: "varchar(256)", maxLength: 256, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ClaimValue = table.Column(type: "varchar(1024)", maxLength: 1024, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -593,17 +807,21 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUserLogins", columns: table => new { - UserId = table.Column(type: "char(36)", nullable: false), - LoginProvider = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - ProviderKey = table.Column(type: "varchar(196) CHARACTER SET utf8mb4", maxLength: 196, nullable: false), - ProviderDisplayName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: true) + UserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + LoginProvider = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + ProviderKey = table.Column(type: "varchar(196)", maxLength: 196, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ProviderDisplayName = table.Column(type: "varchar(128)", maxLength: 128, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -614,17 +832,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUserOrganizationUnits", columns: table => new { - UserId = table.Column(type: "char(36)", nullable: false), - OrganizationUnitId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), + UserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + OrganizationUnitId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), CreationTime = table.Column(type: "datetime(6)", nullable: false), - CreatorId = table.Column(type: "char(36)", nullable: true) + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") }, constraints: table => { @@ -641,15 +860,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUserRoles", columns: table => new { - UserId = table.Column(type: "char(36)", nullable: false), - RoleId = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true) + UserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + RoleId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") }, constraints: table => { @@ -666,17 +886,21 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpUserTokens", columns: table => new { - UserId = table.Column(type: "char(36)", nullable: false), - LoginProvider = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false), - Name = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - Value = table.Column(type: "longtext CHARACTER SET utf8mb4", nullable: true) + UserId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + LoginProvider = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Name = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + Value = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -687,14 +911,47 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); + + migrationBuilder.CreateTable( + name: "DataDictionaryDetail", + columns: table => new + { + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + DataDictionaryId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Code = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Order = table.Column(type: "int", nullable: false), + DisplayText = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + Description = table.Column(type: "longtext", nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + IsEnabled = table.Column(type: "tinyint(1)", nullable: false), + CreationTime = table.Column(type: "datetime(6)", nullable: false), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + LastModificationTime = table.Column(type: "datetime(6)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci") + }, + constraints: table => + { + table.PrimaryKey("PK_DataDictionaryDetail", x => x.Id); + table.ForeignKey( + name: "FK_DataDictionaryDetail_DataDictionary_DataDictionaryId", + column: x => x.DataDictionaryId, + principalTable: "DataDictionary", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiResourceClaims", columns: table => new { - Type = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - ApiResourceId = table.Column(type: "char(36)", nullable: false) + Type = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ApiResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci") }, constraints: table => { @@ -705,15 +962,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiResourceProperties", columns: table => new { - ApiResourceId = table.Column(type: "char(36)", nullable: false), - Key = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + ApiResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Key = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -724,14 +984,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiResourceScopes", columns: table => new { - ApiResourceId = table.Column(type: "char(36)", nullable: false), - Scope = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false) + ApiResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Scope = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -742,16 +1004,20 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiResourceSecrets", columns: table => new { - Type = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false), - ApiResourceId = table.Column(type: "char(36)", nullable: false), - Description = table.Column(type: "varchar(1000) CHARACTER SET utf8mb4", maxLength: 1000, nullable: true), + Type = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ApiResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Description = table.Column(type: "varchar(1000)", maxLength: 1000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Expiration = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => @@ -763,14 +1029,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiScopeClaims", columns: table => new { - Type = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - ApiScopeId = table.Column(type: "char(36)", nullable: false) + Type = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ApiScopeId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci") }, constraints: table => { @@ -781,15 +1049,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiScopes", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerApiScopeProperties", columns: table => new { - ApiScopeId = table.Column(type: "char(36)", nullable: false), - Key = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + ApiScopeId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Key = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -800,15 +1071,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerApiScopes", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientClaims", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - Type = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Type = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -819,14 +1093,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientCorsOrigins", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - Origin = table.Column(type: "varchar(150) CHARACTER SET utf8mb4", maxLength: 150, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Origin = table.Column(type: "varchar(150)", maxLength: 150, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -837,14 +1113,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientGrantTypes", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - GrantType = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + GrantType = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -855,14 +1133,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientIdPRestrictions", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - Provider = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Provider = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -873,14 +1153,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientPostLogoutRedirectUris", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - PostLogoutRedirectUri = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + PostLogoutRedirectUri = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -891,15 +1173,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientProperties", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - Key = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Key = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -910,14 +1195,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientRedirectUris", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - RedirectUri = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + RedirectUri = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -928,14 +1215,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientScopes", columns: table => new { - ClientId = table.Column(type: "char(36)", nullable: false), - Scope = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false) + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Scope = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -946,16 +1235,20 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerClientSecrets", columns: table => new { - Type = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false), - ClientId = table.Column(type: "char(36)", nullable: false), - Description = table.Column(type: "varchar(2000) CHARACTER SET utf8mb4", maxLength: 2000, nullable: true), + Type = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + ClientId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Description = table.Column(type: "varchar(2000)", maxLength: 2000, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), Expiration = table.Column(type: "datetime(6)", nullable: true) }, constraints: table => @@ -967,14 +1260,16 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerClients", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerIdentityResourceClaims", columns: table => new { - Type = table.Column(type: "varchar(200) CHARACTER SET utf8mb4", maxLength: 200, nullable: false), - IdentityResourceId = table.Column(type: "char(36)", nullable: false) + Type = table.Column(type: "varchar(200)", maxLength: 200, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + IdentityResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci") }, constraints: table => { @@ -985,15 +1280,18 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerIdentityResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "IdentityServerIdentityResourceProperties", columns: table => new { - IdentityResourceId = table.Column(type: "char(36)", nullable: false), - Key = table.Column(type: "varchar(250) CHARACTER SET utf8mb4", maxLength: 250, nullable: false), - Value = table.Column(type: "varchar(300) CHARACTER SET utf8mb4", maxLength: 300, nullable: false) + IdentityResourceId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Key = table.Column(type: "varchar(250)", maxLength: 250, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + Value = table.Column(type: "varchar(300)", maxLength: 300, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -1004,19 +1302,53 @@ namespace CompanyName.ProjectName.Migrations principalTable: "IdentityServerIdentityResources", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); + + migrationBuilder.CreateTable( + name: "NotificationSubscription", + columns: table => new + { + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + ReceiveId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + Read = table.Column(type: "tinyint(1)", nullable: false), + ReadTime = table.Column(type: "datetime(6)", nullable: true), + NotificationId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + CreationTime = table.Column(type: "datetime(6)", nullable: false), + CreatorId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + LastModificationTime = table.Column(type: "datetime(6)", nullable: true), + LastModifierId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + IsDeleted = table.Column(type: "tinyint(1)", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + DeletionTime = table.Column(type: "datetime(6)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_NotificationSubscription", x => x.Id); + table.ForeignKey( + name: "FK_NotificationSubscription_Notification_NotificationId", + column: x => x.NotificationId, + principalTable: "Notification", + principalColumn: "Id", + onDelete: ReferentialAction.Restrict); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateTable( name: "AbpEntityPropertyChanges", columns: table => new { - Id = table.Column(type: "char(36)", nullable: false), - TenantId = table.Column(type: "char(36)", nullable: true), - EntityChangeId = table.Column(type: "char(36)", nullable: false), - NewValue = table.Column(type: "varchar(512) CHARACTER SET utf8mb4", maxLength: 512, nullable: true), - OriginalValue = table.Column(type: "varchar(512) CHARACTER SET utf8mb4", maxLength: 512, nullable: true), - PropertyName = table.Column(type: "varchar(128) CHARACTER SET utf8mb4", maxLength: 128, nullable: false), - PropertyTypeFullName = table.Column(type: "varchar(64) CHARACTER SET utf8mb4", maxLength: 64, nullable: false) + Id = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + TenantId = table.Column(type: "char(36)", nullable: true, collation: "ascii_general_ci"), + EntityChangeId = table.Column(type: "char(36)", nullable: false, collation: "ascii_general_ci"), + NewValue = table.Column(type: "varchar(512)", maxLength: 512, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + OriginalValue = table.Column(type: "varchar(512)", maxLength: 512, nullable: true) + .Annotation("MySql:CharSet", "utf8mb4"), + PropertyName = table.Column(type: "varchar(128)", maxLength: 128, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4"), + PropertyTypeFullName = table.Column(type: "varchar(64)", maxLength: 64, nullable: false) + .Annotation("MySql:CharSet", "utf8mb4") }, constraints: table => { @@ -1027,7 +1359,8 @@ namespace CompanyName.ProjectName.Migrations principalTable: "AbpEntityChanges", principalColumn: "Id", onDelete: ReferentialAction.Cascade); - }); + }) + .Annotation("MySql:CharSet", "utf8mb4"); migrationBuilder.CreateIndex( name: "IX_AbpAuditLogActions_AuditLogId", @@ -1180,6 +1513,11 @@ namespace CompanyName.ProjectName.Migrations table: "AbpUsers", column: "UserName"); + migrationBuilder.CreateIndex( + name: "IX_DataDictionaryDetail_DataDictionaryId", + table: "DataDictionaryDetail", + column: "DataDictionaryId"); + migrationBuilder.CreateIndex( name: "IX_IdentityServerClients_ClientId", table: "IdentityServerClients", @@ -1215,6 +1553,11 @@ namespace CompanyName.ProjectName.Migrations name: "IX_IdentityServerPersistedGrants_SubjectId_SessionId_Type", table: "IdentityServerPersistedGrants", columns: new[] { "SubjectId", "SessionId", "Type" }); + + migrationBuilder.CreateIndex( + name: "IX_NotificationSubscription_NotificationId", + table: "NotificationSubscription", + column: "NotificationId"); } protected override void Down(MigrationBuilder migrationBuilder) @@ -1270,6 +1613,9 @@ namespace CompanyName.ProjectName.Migrations migrationBuilder.DropTable( name: "AbpUserTokens"); + migrationBuilder.DropTable( + name: "DataDictionaryDetail"); + migrationBuilder.DropTable( name: "IdentityServerApiResourceClaims"); @@ -1327,6 +1673,9 @@ namespace CompanyName.ProjectName.Migrations migrationBuilder.DropTable( name: "IdentityServerPersistedGrants"); + migrationBuilder.DropTable( + name: "NotificationSubscription"); + migrationBuilder.DropTable( name: "AbpEntityChanges"); @@ -1342,6 +1691,9 @@ namespace CompanyName.ProjectName.Migrations migrationBuilder.DropTable( name: "AbpUsers"); + migrationBuilder.DropTable( + name: "DataDictionary"); + migrationBuilder.DropTable( name: "IdentityServerApiResources"); @@ -1354,6 +1706,9 @@ namespace CompanyName.ProjectName.Migrations migrationBuilder.DropTable( name: "IdentityServerIdentityResources"); + migrationBuilder.DropTable( + name: "Notification"); + migrationBuilder.DropTable( name: "AbpAuditLogs"); } diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/ProjectNameMigrationsDbContextModelSnapshot.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/ProjectNameMigrationsDbContextModelSnapshot.cs index 854787db..fbc1a605 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/ProjectNameMigrationsDbContextModelSnapshot.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore.DbMigrations/Migrations/ProjectNameMigrationsDbContextModelSnapshot.cs @@ -19,6 +19,245 @@ namespace CompanyName.ProjectName.Migrations .HasAnnotation("Relational:MaxIdentifierLength", 64) .HasAnnotation("ProductVersion", "5.0.8"); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("Code") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("Description") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("varchar(1024)"); + + b.Property("DisplayText") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("varchar(64)"); + + b.Property("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("TenantId") + .HasColumnType("char(36)") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.ToTable("DataDictionary"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionaryDetail", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("Code") + .HasColumnType("longtext"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DataDictionaryId") + .HasColumnType("char(36)"); + + b.Property("Description") + .HasColumnType("longtext"); + + b.Property("DisplayText") + .HasColumnType("longtext"); + + b.Property("IsEnabled") + .HasColumnType("tinyint(1)"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("Order") + .HasColumnType("int"); + + b.HasKey("Id"); + + b.HasIndex("DataDictionaryId"); + + b.ToTable("DataDictionaryDetail"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("varchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("Content") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("varchar(1024)"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("ExtraProperties") + .HasColumnType("longtext") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("MessageType") + .HasColumnType("int"); + + b.Property("SenderId") + .HasColumnType("char(36)"); + + b.Property("Title") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("varchar(256)"); + + b.HasKey("Id"); + + b.ToTable("Notification"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.NotificationSubscription", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("char(36)"); + + b.Property("CreationTime") + .HasColumnType("datetime(6)") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("char(36)") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("char(36)") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime(6)") + .HasColumnName("DeletionTime"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint(1)") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime(6)") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("char(36)") + .HasColumnName("LastModifierId"); + + b.Property("NotificationId") + .HasColumnType("char(36)"); + + b.Property("Read") + .HasColumnType("tinyint(1)"); + + b.Property("ReadTime") + .HasColumnType("datetime(6)"); + + b.Property("ReceiveId") + .HasColumnType("char(36)"); + + b.HasKey("Id"); + + b.HasIndex("NotificationId"); + + b.ToTable("NotificationSubscription"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => { b.Property("Id") @@ -27,49 +266,47 @@ namespace CompanyName.ProjectName.Migrations b.Property("ApplicationName") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4") + .HasColumnType("varchar(96)") .HasColumnName("ApplicationName"); b.Property("BrowserInfo") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("BrowserInfo"); b.Property("ClientId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("ClientId"); b.Property("ClientIpAddress") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("ClientIpAddress"); b.Property("ClientName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("ClientName"); b.Property("Comments") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Comments"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CorrelationId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("CorrelationId"); b.Property("Exceptions") - .HasMaxLength(4000) - .HasColumnType("longtext CHARACTER SET utf8mb4") - .HasColumnName("Exceptions"); + .HasColumnType("longtext"); b.Property("ExecutionDuration") .HasColumnType("int") @@ -79,12 +316,12 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("HttpMethod") .HasMaxLength(16) - .HasColumnType("varchar(16) CHARACTER SET utf8mb4") + .HasColumnType("varchar(16)") .HasColumnName("HttpMethod"); b.Property("HttpStatusCode") @@ -104,11 +341,11 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("TenantId"); b.Property("TenantName") - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.Property("Url") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Url"); b.Property("UserId") @@ -117,7 +354,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("UserName"); b.HasKey("Id"); @@ -148,22 +385,22 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("ExecutionTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("MethodName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("MethodName"); b.Property("Parameters") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4") + .HasColumnType("varchar(2000)") .HasColumnName("Parameters"); b.Property("ServiceName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("ServiceName"); b.Property("TenantId") @@ -200,7 +437,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("EntityId") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("EntityId"); b.Property("EntityTenantId") @@ -209,11 +446,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("EntityTypeFullName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("EntityTypeFullName"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("TenantId") @@ -240,24 +477,24 @@ namespace CompanyName.ProjectName.Migrations b.Property("NewValue") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("NewValue"); b.Property("OriginalValue") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4") + .HasColumnType("varchar(512)") .HasColumnName("OriginalValue"); b.Property("PropertyName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("PropertyName"); b.Property("PropertyTypeFullName") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("PropertyTypeFullName"); b.Property("TenantId") @@ -280,7 +517,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -288,7 +525,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("CreationTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsAbandoned") @@ -299,12 +536,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("JobArgs") .IsRequired() .HasMaxLength(1048576) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.Property("JobName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("LastTryTime") .HasColumnType("datetime(6)"); @@ -338,20 +575,20 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.HasKey("Id"); @@ -369,15 +606,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("Description") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsStatic") @@ -386,15 +623,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("Regex") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(512)"); b.Property("RegexDescription") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -442,11 +679,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDefault") @@ -464,12 +701,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("NormalizedName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -490,11 +727,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClaimType") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ClaimValue") .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.Property("RoleId") .HasColumnType("char(36)"); @@ -518,44 +755,44 @@ namespace CompanyName.ProjectName.Migrations b.Property("Action") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("ApplicationName") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("BrowserInfo") .HasMaxLength(512) - .HasColumnType("varchar(512) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(512)"); b.Property("ClientId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ClientIpAddress") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CorrelationId") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("CreationTime") .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("Identity") .HasMaxLength(96) - .HasColumnType("varchar(96) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(96)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -563,14 +800,14 @@ namespace CompanyName.ProjectName.Migrations b.Property("TenantName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("UserId") .HasColumnType("char(36)"); b.Property("UserName") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.HasKey("Id"); @@ -600,7 +837,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -622,7 +859,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Email") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("Email"); b.Property("EmailConfirmed") @@ -632,7 +869,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("EmailConfirmed"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -666,29 +903,29 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("Name"); b.Property("NormalizedEmail") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("NormalizedEmail"); b.Property("NormalizedUserName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("NormalizedUserName"); b.Property("PasswordHash") .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("PasswordHash"); b.Property("PhoneNumber") .HasMaxLength(16) - .HasColumnType("varchar(16) CHARACTER SET utf8mb4") + .HasColumnType("varchar(16)") .HasColumnName("PhoneNumber"); b.Property("PhoneNumberConfirmed") @@ -700,12 +937,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("SecurityStamp") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("SecurityStamp"); b.Property("Surname") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4") + .HasColumnType("varchar(64)") .HasColumnName("Surname"); b.Property("TenantId") @@ -721,7 +958,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserName") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4") + .HasColumnType("varchar(256)") .HasColumnName("UserName"); b.HasKey("Id"); @@ -745,11 +982,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClaimType") .IsRequired() .HasMaxLength(256) - .HasColumnType("varchar(256) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(256)"); b.Property("ClaimValue") .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -772,16 +1009,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("LoginProvider") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderDisplayName") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .IsRequired() .HasMaxLength(196) - .HasColumnType("varchar(196) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(196)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -847,18 +1084,18 @@ namespace CompanyName.ProjectName.Migrations b.Property("LoginProvider") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Name") .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("TenantId") .HasColumnType("char(36)") .HasColumnName("TenantId"); b.Property("Value") - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("longtext"); b.HasKey("UserId", "LoginProvider", "Name"); @@ -874,13 +1111,13 @@ namespace CompanyName.ProjectName.Migrations b.Property("Code") .IsRequired() .HasMaxLength(95) - .HasColumnType("varchar(95) CHARACTER SET utf8mb4") + .HasColumnType("varchar(95)") .HasColumnName("Code"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -902,11 +1139,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("DisplayName") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4") + .HasColumnType("varchar(128)") .HasColumnName("DisplayName"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -974,12 +1211,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("AllowedAccessTokenSigningAlgorithms") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1000,17 +1237,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Enabled") .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1030,7 +1267,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ShowInDiscoveryDocument") .HasColumnType("tinyint(1)"); @@ -1047,7 +1284,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiResourceId", "Type"); @@ -1061,11 +1298,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ApiResourceId", "Key", "Value"); @@ -1079,7 +1316,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Scope") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiResourceId", "Scope"); @@ -1093,15 +1330,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("Expiration") .HasColumnType("datetime(6)"); @@ -1120,7 +1357,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1141,11 +1378,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Emphasize") .HasColumnType("tinyint(1)"); @@ -1154,7 +1391,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1174,7 +1411,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -1194,7 +1431,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ApiScopeId", "Type"); @@ -1208,11 +1445,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ApiScopeId", "Key", "Value"); @@ -1248,7 +1485,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("AllowedIdentityTokenSigningAlgorithms") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("AlwaysIncludeUserClaimsInIdToken") .HasColumnType("tinyint(1)"); @@ -1264,29 +1501,29 @@ namespace CompanyName.ProjectName.Migrations b.Property("BackChannelLogoutUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("ClientClaimsPrefix") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ConsentLifetime") @@ -1310,7 +1547,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DeviceCodeLifetime") .HasColumnType("int"); @@ -1322,7 +1559,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("FrontChannelLogoutSessionRequired") @@ -1330,7 +1567,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("FrontChannelLogoutUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("IdentityTokenLifetime") .HasColumnType("int"); @@ -1354,16 +1591,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("LogoUri") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("PairWiseSubjectSalt") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ProtocolType") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("RefreshTokenExpiration") .HasColumnType("int"); @@ -1391,7 +1628,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("UserCodeType") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("UserSsoLifetime") .HasColumnType("int"); @@ -1410,11 +1647,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.HasKey("ClientId", "Type", "Value"); @@ -1428,7 +1665,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Origin") .HasMaxLength(150) - .HasColumnType("varchar(150) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(150)"); b.HasKey("ClientId", "Origin"); @@ -1442,7 +1679,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("GrantType") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.HasKey("ClientId", "GrantType"); @@ -1456,7 +1693,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Provider") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ClientId", "Provider"); @@ -1470,7 +1707,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("PostLogoutRedirectUri") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "PostLogoutRedirectUri"); @@ -1484,11 +1721,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "Key", "Value"); @@ -1502,7 +1739,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("RedirectUri") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("ClientId", "RedirectUri"); @@ -1516,7 +1753,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Scope") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("ClientId", "Scope"); @@ -1530,15 +1767,15 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.Property("Description") .HasMaxLength(2000) - .HasColumnType("varchar(2000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2000)"); b.Property("Expiration") .HasColumnType("datetime(6)"); @@ -1557,12 +1794,12 @@ namespace CompanyName.ProjectName.Migrations b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1576,37 +1813,37 @@ namespace CompanyName.ProjectName.Migrations b.Property("Data") .IsRequired() .HasMaxLength(10000) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(10000)"); b.Property("Description") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("DeviceCode") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Expiration") .IsRequired() .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("SessionId") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("SubjectId") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("UserCode") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("Id"); @@ -1624,17 +1861,17 @@ namespace CompanyName.ProjectName.Migrations { b.Property("Key") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ClientId") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("ConsumedTime") @@ -1646,17 +1883,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Data") .IsRequired() .HasMaxLength(10000) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(10000)"); b.Property("Description") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Expiration") .HasColumnType("datetime(6)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("Id") @@ -1664,16 +1901,16 @@ namespace CompanyName.ProjectName.Migrations b.Property("SessionId") .HasMaxLength(100) - .HasColumnType("varchar(100) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(100)"); b.Property("SubjectId") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Type") .IsRequired() .HasMaxLength(50) - .HasColumnType("varchar(50) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(50)"); b.HasKey("Key"); @@ -1695,7 +1932,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1716,11 +1953,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Description") .HasMaxLength(1000) - .HasColumnType("varchar(1000) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1000)"); b.Property("DisplayName") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Emphasize") .HasColumnType("tinyint(1)"); @@ -1729,7 +1966,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnType("tinyint(1)"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1749,7 +1986,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.Property("Required") .HasColumnType("tinyint(1)"); @@ -1769,7 +2006,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Type") .HasMaxLength(200) - .HasColumnType("varchar(200) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(200)"); b.HasKey("IdentityResourceId", "Type"); @@ -1783,11 +2020,11 @@ namespace CompanyName.ProjectName.Migrations b.Property("Key") .HasMaxLength(250) - .HasColumnType("varchar(250) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(250)"); b.Property("Value") .HasMaxLength(300) - .HasColumnType("varchar(300) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(300)"); b.HasKey("IdentityResourceId", "Key", "Value"); @@ -1803,17 +2040,17 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("TenantId") .HasColumnType("char(36)") @@ -1835,20 +2072,20 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(128) - .HasColumnType("varchar(128) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(128)"); b.Property("ProviderKey") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("ProviderName") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(2048) - .HasColumnType("longtext CHARACTER SET utf8mb4"); + .HasColumnType("varchar(2048)"); b.HasKey("Id"); @@ -1866,7 +2103,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("ConcurrencyStamp") .IsConcurrencyToken() .HasMaxLength(40) - .HasColumnType("varchar(40) CHARACTER SET utf8mb4") + .HasColumnType("varchar(40)") .HasColumnName("ConcurrencyStamp"); b.Property("CreationTime") @@ -1886,7 +2123,7 @@ namespace CompanyName.ProjectName.Migrations .HasColumnName("DeletionTime"); b.Property("ExtraProperties") - .HasColumnType("longtext CHARACTER SET utf8mb4") + .HasColumnType("longtext") .HasColumnName("ExtraProperties"); b.Property("IsDeleted") @@ -1906,7 +2143,7 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .IsRequired() .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.HasKey("Id"); @@ -1922,18 +2159,34 @@ namespace CompanyName.ProjectName.Migrations b.Property("Name") .HasMaxLength(64) - .HasColumnType("varchar(64) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(64)"); b.Property("Value") .IsRequired() .HasMaxLength(1024) - .HasColumnType("varchar(1024) CHARACTER SET utf8mb4"); + .HasColumnType("varchar(1024)"); b.HasKey("TenantId", "Name"); b.ToTable("AbpTenantConnectionStrings"); }); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionaryDetail", b => + { + b.HasOne("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", null) + .WithMany("Details") + .HasForeignKey("DataDictionaryId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.NotificationSubscription", b => + { + b.HasOne("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", null) + .WithMany("NotificationSubscriptions") + .HasForeignKey("NotificationId"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => { b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) @@ -2211,6 +2464,16 @@ namespace CompanyName.ProjectName.Migrations .IsRequired(); }); + modelBuilder.Entity("CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", b => + { + b.Navigation("Details"); + }); + + modelBuilder.Entity("CompanyName.ProjectName.NotificationManagement.Notifications.Notification", b => + { + b.Navigation("NotificationSubscriptions"); + }); + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => { b.Navigation("Actions"); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/CompanyName.ProjectName.EntityFrameworkCore.csproj b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/CompanyName.ProjectName.EntityFrameworkCore.csproj index 20582359..1af38423 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/CompanyName.ProjectName.EntityFrameworkCore.csproj +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/CompanyName.ProjectName.EntityFrameworkCore.csproj @@ -8,6 +8,7 @@ + diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameDbContext.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameDbContext.cs index 93e121ae..aff8f812 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameDbContext.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameDbContext.cs @@ -1,4 +1,5 @@ -using Microsoft.EntityFrameworkCore; +using CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using CompanyName.ProjectName.Users; using Volo.Abp.Data; using Volo.Abp.EntityFrameworkCore; @@ -53,6 +54,8 @@ namespace CompanyName.ProjectName.EntityFrameworkCore /* Configure your own tables/entities inside the ConfigureProjectName method */ builder.ConfigureProjectName(); + + } } } diff --git a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameEntityFrameworkCoreModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameEntityFrameworkCoreModule.cs index 9c9e95ee..dbc99cf0 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameEntityFrameworkCoreModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.EntityFrameworkCore/EntityFrameworkCore/ProjectNameEntityFrameworkCoreModule.cs @@ -1,4 +1,5 @@ using CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore; +using CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore; using CompanyName.ProjectName.QueryManagement.FreeSqlMySql; using Microsoft.Extensions.DependencyInjection; using Volo.Abp.AuditLogging.EntityFrameworkCore; @@ -27,7 +28,8 @@ namespace CompanyName.ProjectName.EntityFrameworkCore typeof(AbpTenantManagementEntityFrameworkCoreModule), typeof(AbpFeatureManagementEntityFrameworkCoreModule), typeof(QueryManagementFreeSqlMySqlModule), - typeof(DataDictionaryManagementEntityFrameworkCoreModule) + typeof(DataDictionaryManagementEntityFrameworkCoreModule), + typeof(NotificationManagementEntityFrameworkCoreModule) )] public class ProjectNameEntityFrameworkCoreModule : AbpModule { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/CompanyName.ProjectName.HttpApi.Host.csproj b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/CompanyName.ProjectName.HttpApi.Host.csproj index 4e9f37e2..7b8470d4 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/CompanyName.ProjectName.HttpApi.Host.csproj +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/CompanyName.ProjectName.HttpApi.Host.csproj @@ -36,9 +36,13 @@ + + + + diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/Logs/logs.txt b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/Logs/logs.txt index e60b0e8d..9e83162d 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/Logs/logs.txt +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/Logs/logs.txt @@ -113963,3 +113963,77915 @@ MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before t at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) 2021-09-03 15:52:06.327 +08:00 [DBG] Execution loop Worker:1b15f005 will be retried in 00:05:00... 2021-09-03 15:52:11.757 +08:00 [DBG] Server szqh003802a:32672:20e38aab heartbeat successfully sent +2021-09-03 16:55:38.268 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 16:55:43.649 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 16:55:43.769 +08:00 [INF] Loaded ABP modules: +2021-09-03 16:55:43.769 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 16:55:43.769 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 16:55:43.769 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 16:55:43.769 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 16:55:43.769 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 16:55:43.770 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 16:55:43.865 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 16:55:43.868 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 16:55:44.022 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 16:55:44.045 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 16:55:44.045 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 16:55:44.045 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 16:55:44.046 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 16:55:44.064 +08:00 [DBG] Execution loop BackgroundServerProcess:d8d5d0bf has started in 5.6449 ms +2021-09-03 16:55:44.182 +08:00 [INF] Server szqh003802a:38572:60bef92a successfully announced in 115.9786 ms +2021-09-03 16:55:44.185 +08:00 [INF] Server szqh003802a:38572:60bef92a is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 16:55:44.186 +08:00 [DBG] Execution loop ServerHeartbeatProcess:1ccdecf6 has started in 3.1519 ms +2021-09-03 16:55:44.188 +08:00 [DBG] Execution loop ServerWatchdog:bd86a3cc has started in 2.5766 ms +2021-09-03 16:55:44.190 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:f8eb14c6 has started in 3.4468 ms +2021-09-03 16:55:44.192 +08:00 [DBG] Execution loop ExpirationManager:d1b25316 has started in 2.9468 ms +2021-09-03 16:55:44.194 +08:00 [DBG] Execution loop CountersAggregator:3d566f93 has started in 3.7941 ms +2021-09-03 16:55:44.195 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 16:55:44.196 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 16:55:44.196 +08:00 [DBG] Execution loop Worker:2d1a4860 has started in 4.6323 ms +2021-09-03 16:55:44.197 +08:00 [DBG] Execution loop Worker:3a524aaf has started in 5.7289 ms +2021-09-03 16:55:44.200 +08:00 [DBG] Execution loop Worker:845d5fd4 has started in 8.2786 ms +2021-09-03 16:55:44.202 +08:00 [DBG] Execution loop Worker:6c9f67db has started in 10.5846 ms +2021-09-03 16:55:44.204 +08:00 [DBG] Execution loop Worker:356fa527 has started in 12.6789 ms +2021-09-03 16:55:44.207 +08:00 [DBG] Execution loop Worker:ef257a53 has started in 15.6148 ms +2021-09-03 16:55:44.210 +08:00 [DBG] Execution loop Worker:4977a0e0 has started in 17.6171 ms +2021-09-03 16:55:44.212 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 16:55:44.215 +08:00 [DBG] Execution loop Worker:28b7e6c6 has started in 23.0291 ms +2021-09-03 16:55:44.218 +08:00 [DBG] Execution loop Worker:db019084 has started in 25.7132 ms +2021-09-03 16:55:44.220 +08:00 [DBG] Execution loop Worker:af75e135 has started in 28.6631 ms +2021-09-03 16:55:44.225 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 16:55:44.257 +08:00 [DBG] Execution loop Worker:8e4a45e2 has started in 65.0416 ms +2021-09-03 16:55:44.263 +08:00 [DBG] Execution loop Worker:9a82a933 has started in 71.3875 ms +2021-09-03 16:55:44.266 +08:00 [DBG] Execution loop Worker:7b5be130 has started in 74.1051 ms +2021-09-03 16:55:44.270 +08:00 [DBG] Execution loop Worker:feb8abca has started in 77.7334 ms +2021-09-03 16:55:44.273 +08:00 [DBG] Execution loop Worker:1c4214ae has started in 81.5164 ms +2021-09-03 16:55:44.278 +08:00 [DBG] Execution loop Worker:ade599c2 has started in 86.1204 ms +2021-09-03 16:55:44.284 +08:00 [DBG] Execution loop Worker:2e92b0b3 has started in 91.7804 ms +2021-09-03 16:55:44.289 +08:00 [DBG] removed records count=1 +2021-09-03 16:55:44.289 +08:00 [DBG] Execution loop Worker:939e04b4 has started in 97.0883 ms +2021-09-03 16:55:44.293 +08:00 [DBG] Execution loop Worker:87e6e1ca has started in 101.0579 ms +2021-09-03 16:55:44.298 +08:00 [DBG] Execution loop Worker:e4950076 has started in 106.4234 ms +2021-09-03 16:55:44.300 +08:00 [INF] Server szqh003802a:38572:60bef92a all the dispatchers started +2021-09-03 16:55:44.303 +08:00 [DBG] Execution loop DelayedJobScheduler:862a916d has started in 13.6049 ms +2021-09-03 16:55:44.306 +08:00 [DBG] Execution loop RecurringJobScheduler:c5102071 has started in 6.9505 ms +2021-09-03 16:55:44.729 +08:00 [INF] Initialized all ABP modules. +2021-09-03 16:55:44.794 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 16:55:44.795 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 16:55:44.795 +08:00 [INF] Hosting environment: Development +2021-09-03 16:55:44.795 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 16:55:45.190 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 16:55:45.304 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 16:55:45.317 +08:00 [DBG] removed records count=0 +2021-09-03 16:55:45.318 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 16:55:45.332 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 16:55:47.505 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 16:55:47.564 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 16:55:47.598 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 16:55:47.604 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.9755ms +2021-09-03 16:55:47.605 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 16:55:47.625 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2435.3193ms +2021-09-03 16:55:47.643 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 16:55:47.696 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 52.9037ms +2021-09-03 16:55:47.860 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 16:55:48.220 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 359.6644ms +2021-09-03 16:56:13.223 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - +2021-09-03 16:56:13.228 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 16:56:13.229 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle). +2021-09-03 16:56:13.248 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 16:56:13.252 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 21.9798ms +2021-09-03 16:56:13.252 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 16:56:13.252 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 29.1685ms +2021-09-03 16:56:13.318 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 +2021-09-03 16:56:13.324 +08:00 [INF] CORS policy execution failed. +2021-09-03 16:56:13.324 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 16:56:13.330 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 16:56:13.343 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-03 16:56:14.219 +08:00 [DBG] Server szqh003802a:38572:60bef92a heartbeat successfully sent +2021-09-03 16:56:19.719 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:4977a0e0 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:3a524aaf caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:db019084 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:28b7e6c6 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:8e4a45e2 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.719 +08:00 [DBG] Execution loop Worker:ade599c2 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:8e4a45e2 will be retried in 00:00:25... +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:4977a0e0 will be retried in 00:00:01... +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:28b7e6c6 will be retried in 00:00:16... +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:db019084 will be retried in 00:00:09... +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:3a524aaf will be retried in 00:00:04... +2021-09-03 16:56:19.722 +08:00 [DBG] Execution loop Worker:ade599c2 will be retried in 00:00:36... +2021-09-03 16:56:19.725 +08:00 [DBG] Execution loop Worker:2d1a4860 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.725 +08:00 [DBG] Execution loop Worker:2d1a4860 will be retried in 00:00:49... +2021-09-03 16:56:19.731 +08:00 [DBG] Execution loop Worker:e4950076 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.731 +08:00 [DBG] Execution loop Worker:e4950076 will be retried in 00:01:04... +2021-09-03 16:56:19.745 +08:00 [DBG] Execution loop Worker:af75e135 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.745 +08:00 [DBG] Execution loop Worker:af75e135 will be retried in 00:01:21... +2021-09-03 16:56:19.745 +08:00 [DBG] Execution loop Worker:ef257a53 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.745 +08:00 [DBG] Execution loop Worker:ef257a53 will be retried in 00:01:40... +2021-09-03 16:56:19.751 +08:00 [DBG] Execution loop Worker:2e92b0b3 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.751 +08:00 [DBG] Execution loop Worker:2e92b0b3 will be retried in 00:02:01... +2021-09-03 16:56:19.753 +08:00 [DBG] Execution loop Worker:845d5fd4 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.753 +08:00 [DBG] Execution loop Worker:845d5fd4 will be retried in 00:02:24... +2021-09-03 16:56:19.754 +08:00 [DBG] Execution loop Worker:7b5be130 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.754 +08:00 [DBG] Execution loop Worker:7b5be130 will be retried in 00:02:49... +2021-09-03 16:56:19.764 +08:00 [DBG] Execution loop Worker:feb8abca caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.764 +08:00 [DBG] Execution loop Worker:939e04b4 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.764 +08:00 [DBG] Execution loop Worker:feb8abca will be retried in 00:03:16... +2021-09-03 16:56:19.764 +08:00 [DBG] Execution loop Worker:939e04b4 will be retried in 00:03:45... +2021-09-03 16:56:19.764 +08:00 [DBG] Execution loop Worker:9a82a933 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.765 +08:00 [DBG] Execution loop Worker:9a82a933 will be retried in 00:04:16... +2021-09-03 16:56:19.765 +08:00 [DBG] Execution loop Worker:356fa527 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.765 +08:00 [DBG] Execution loop Worker:356fa527 will be retried in 00:04:49... +2021-09-03 16:56:19.770 +08:00 [DBG] Execution loop Worker:1c4214ae caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.770 +08:00 [DBG] Execution loop Worker:1c4214ae will be retried in 00:05:00... +2021-09-03 16:56:19.782 +08:00 [DBG] Execution loop Worker:87e6e1ca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.782 +08:00 [DBG] Execution loop Worker:87e6e1ca will be retried in 00:05:00... +2021-09-03 16:56:19.796 +08:00 [DBG] Execution loop Worker:6c9f67db caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.796 +08:00 [DBG] Execution loop Worker:6c9f67db will be retried in 00:05:00... +2021-09-03 16:56:19.812 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.812 +08:00 [DBG] Execution loop RecurringJobScheduler:c5102071 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 16:56:19.812 +08:00 [DBG] Execution loop RecurringJobScheduler:c5102071 will be retried in 00:00:01... +2021-09-03 16:56:19.893 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 16:56:19.895 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 16:56:19.896 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 16:56:19.905 +08:00 [DBG] removed records count=0 +2021-09-03 16:56:19.906 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 16:56:19.907 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 16:56:19.916 +08:00 [DBG] removed records count=0 +2021-09-03 16:56:19.917 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 16:56:19.918 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 16:56:20.302 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 16:56:20.303 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-03 16:56:20.381 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-03 16:56:20.395 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 7052.9186ms +2021-09-03 16:56:20.395 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 16:56:20.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 16:56:20.602 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 16:56:20.602 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 16:56:20.607 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 - 200 - application/json;+charset=utf-8 7290.2746ms +2021-09-03 16:56:44.236 +08:00 [DBG] Server szqh003802a:38572:60bef92a heartbeat successfully sent +2021-09-03 16:59:23.119 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 16:59:29.289 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 16:59:29.411 +08:00 [INF] Loaded ABP modules: +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 16:59:29.411 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 16:59:29.412 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 16:59:29.501 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 16:59:29.503 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 16:59:29.634 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 16:59:29.659 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 16:59:29.659 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 16:59:29.660 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 16:59:29.660 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 16:59:29.680 +08:00 [DBG] Execution loop BackgroundServerProcess:c7262fa3 has started in 5.7514 ms +2021-09-03 16:59:29.791 +08:00 [INF] Server szqh003802a:35660:8f4ff099 successfully announced in 99.662 ms +2021-09-03 16:59:29.794 +08:00 [INF] Server szqh003802a:35660:8f4ff099 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 16:59:29.795 +08:00 [DBG] Execution loop ServerHeartbeatProcess:c9d55ed5 has started in 3.3846 ms +2021-09-03 16:59:29.797 +08:00 [DBG] Execution loop ServerWatchdog:30142bb3 has started in 2.9906 ms +2021-09-03 16:59:29.799 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:37e39e86 has started in 3.8457 ms +2021-09-03 16:59:29.802 +08:00 [DBG] Execution loop ExpirationManager:d49ac099 has started in 3.5986 ms +2021-09-03 16:59:29.804 +08:00 [DBG] Execution loop CountersAggregator:4f4af5ef has started in 4.4832 ms +2021-09-03 16:59:29.806 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 16:59:29.806 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 16:59:29.807 +08:00 [DBG] Execution loop Worker:2ba8a83f has started in 5.3756 ms +2021-09-03 16:59:29.809 +08:00 [DBG] Execution loop Worker:28ed827a has started in 6.5615 ms +2021-09-03 16:59:29.812 +08:00 [DBG] Execution loop Worker:877d0a3d has started in 9.6884 ms +2021-09-03 16:59:29.813 +08:00 [DBG] Execution loop Worker:958c01b0 has started in 11.0021 ms +2021-09-03 16:59:29.816 +08:00 [DBG] Execution loop Worker:9be4291d has started in 13.6323 ms +2021-09-03 16:59:29.818 +08:00 [DBG] Execution loop Worker:66f10e55 has started in 15.9375 ms +2021-09-03 16:59:29.819 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 16:59:29.821 +08:00 [DBG] Execution loop Worker:c21b8a80 has started in 19.3841 ms +2021-09-03 16:59:29.821 +08:00 [DBG] Execution loop Worker:b57424c9 has started in 19.3743 ms +2021-09-03 16:59:29.826 +08:00 [DBG] Execution loop Worker:766f142e has started in 24.0778 ms +2021-09-03 16:59:29.830 +08:00 [DBG] Execution loop Worker:1b1ffaad has started in 27.6428 ms +2021-09-03 16:59:29.836 +08:00 [DBG] Execution loop Worker:6a61814b has started in 33.5943 ms +2021-09-03 16:59:29.843 +08:00 [DBG] Execution loop Worker:af3f19a1 has started in 40.5944 ms +2021-09-03 16:59:29.843 +08:00 [DBG] Execution loop Worker:0da33c0a has started in 40.7478 ms +2021-09-03 16:59:29.847 +08:00 [DBG] Execution loop Worker:d7a8ca8a has started in 44.5594 ms +2021-09-03 16:59:29.857 +08:00 [DBG] Execution loop Worker:867dbf67 has started in 55.0202 ms +2021-09-03 16:59:29.861 +08:00 [DBG] Execution loop Worker:f49236b2 has started in 59.387 ms +2021-09-03 16:59:29.865 +08:00 [DBG] Execution loop Worker:6fb00d53 has started in 62.9552 ms +2021-09-03 16:59:29.865 +08:00 [DBG] removed records count=0 +2021-09-03 16:59:29.867 +08:00 [DBG] Execution loop Worker:2029b7ce has started in 65.321 ms +2021-09-03 16:59:29.870 +08:00 [DBG] Execution loop Worker:6577a6f3 has started in 68.193 ms +2021-09-03 16:59:29.871 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 16:59:29.875 +08:00 [DBG] Execution loop Worker:1751880f has started in 72.6987 ms +2021-09-03 16:59:29.879 +08:00 [INF] Server szqh003802a:35660:8f4ff099 all the dispatchers started +2021-09-03 16:59:29.880 +08:00 [DBG] Execution loop DelayedJobScheduler:d60f43fc has started in 8.4006 ms +2021-09-03 16:59:29.882 +08:00 [DBG] Execution loop RecurringJobScheduler:6c277517 has started in 7.6682 ms +2021-09-03 16:59:29.887 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 16:59:30.626 +08:00 [FTL] Application startup exception +Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module CompanyName.ProjectName.ProjectNameHttpApiHostModule, CompanyName.ProjectName.HttpApi.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation.. See the inner exception for details. + ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.SignalR.HubConnectionHandler`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] -> Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisOptions], Microsoft.AspNetCore.SignalR.IHubProtocolResolver, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]])' on type 'RedisHubLifetimeManager`1'. + ---> System.ArgumentException: Value does not fall within the expected range. + at StackExchange.Redis.EndPointCollection.Add(String hostAndPort) in /_/src/StackExchange.Redis/EndPointCollection.cs:line 44 + at CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule.<>c__DisplayClass1_0.b__0(RedisOptions options) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Application\NotificationManagementApplicationModule.cs:line 41 + at Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(String name, TOptions options) + at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) + at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.b__0() + at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) + at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) + at System.Lazy`1.CreateValue() + at System.Lazy`1.get_Value() + at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) + at Microsoft.Extensions.Options.OptionsManager`1.Get(String name) + at Microsoft.Extensions.Options.OptionsManager`1.get_Value() + at Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1..ctor(ILogger`1 logger, IOptions`1 options, IHubProtocolResolver hubProtocolResolver, IOptions`1 globalHubOptions, IOptions`1 hubOptions) + at lambda_method1340(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance[T](IServiceProvider provider) + at Microsoft.AspNetCore.Connections.ConnectionBuilderExtensions.UseConnectionHandler[TConnectionHandler](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.SignalR.SignalRConnectionBuilderExtensions.UseHub[THub](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.<>c__2`1.b__2_0(IConnectionBuilder b) + at Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilderExtensions.MapConnections(IEndpointRouteBuilder endpoints, String pattern, HttpConnectionDispatcherOptions options, Action`1 configure) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + --- End of inner exception stack trace --- + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHubType(Type hubType, IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.<>c__DisplayClass2_0.b__2(EndpointRouteBuilderContext endpointContext) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.<>c__DisplayClass0_0.b__0(IEndpointRouteBuilder endpoints) + at Microsoft.AspNetCore.Builder.EndpointRoutingApplicationBuilderExtensions.UseEndpoints(IApplicationBuilder builder, Action`1 configure) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.UseConfiguredEndpoints(IApplicationBuilder app, Action`1 additionalConfigurationAction) + at CompanyName.ProjectName.ProjectNameHttpApiHostModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\ProjectNameHttpApiHostModule.cs:line 133 + at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + --- End of inner exception stack trace --- + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + at Volo.Abp.AbpApplicationBase.InitializeModules() + at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) + at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) + at CompanyName.ProjectName.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Startup.cs:line 17 + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.b__0(IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.b__1(IApplicationBuilder app) + at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) + at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.b__0(IApplicationBuilder app) + at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 16:59:30.692 +08:00 [FTL] Host terminated unexpectedly! +Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module CompanyName.ProjectName.ProjectNameHttpApiHostModule, CompanyName.ProjectName.HttpApi.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation.. See the inner exception for details. + ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.SignalR.HubConnectionHandler`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] -> Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisOptions], Microsoft.AspNetCore.SignalR.IHubProtocolResolver, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]])' on type 'RedisHubLifetimeManager`1'. + ---> System.ArgumentException: Value does not fall within the expected range. + at StackExchange.Redis.EndPointCollection.Add(String hostAndPort) in /_/src/StackExchange.Redis/EndPointCollection.cs:line 44 + at CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule.<>c__DisplayClass1_0.b__0(RedisOptions options) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Application\NotificationManagementApplicationModule.cs:line 41 + at Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(String name, TOptions options) + at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) + at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.b__0() + at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) + at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) + at System.Lazy`1.CreateValue() + at System.Lazy`1.get_Value() + at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) + at Microsoft.Extensions.Options.OptionsManager`1.Get(String name) + at Microsoft.Extensions.Options.OptionsManager`1.get_Value() + at Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1..ctor(ILogger`1 logger, IOptions`1 options, IHubProtocolResolver hubProtocolResolver, IOptions`1 globalHubOptions, IOptions`1 hubOptions) + at lambda_method1340(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance[T](IServiceProvider provider) + at Microsoft.AspNetCore.Connections.ConnectionBuilderExtensions.UseConnectionHandler[TConnectionHandler](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.SignalR.SignalRConnectionBuilderExtensions.UseHub[THub](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.<>c__2`1.b__2_0(IConnectionBuilder b) + at Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilderExtensions.MapConnections(IEndpointRouteBuilder endpoints, String pattern, HttpConnectionDispatcherOptions options, Action`1 configure) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + --- End of inner exception stack trace --- + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHubType(Type hubType, IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.<>c__DisplayClass2_0.b__2(EndpointRouteBuilderContext endpointContext) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.<>c__DisplayClass0_0.b__0(IEndpointRouteBuilder endpoints) + at Microsoft.AspNetCore.Builder.EndpointRoutingApplicationBuilderExtensions.UseEndpoints(IApplicationBuilder builder, Action`1 configure) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.UseConfiguredEndpoints(IApplicationBuilder app, Action`1 additionalConfigurationAction) + at CompanyName.ProjectName.ProjectNameHttpApiHostModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\ProjectNameHttpApiHostModule.cs:line 133 + at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + --- End of inner exception stack trace --- + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + at Volo.Abp.AbpApplicationBase.InitializeModules() + at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) + at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) + at CompanyName.ProjectName.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Startup.cs:line 17 + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.b__0(IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.b__1(IApplicationBuilder app) + at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) + at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.b__0(IApplicationBuilder app) + at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 17:03:01.713 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:03:06.320 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:03:06.435 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:03:06.435 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:03:06.435 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:03:06.436 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:03:06.518 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:03:06.520 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:03:06.649 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:03:06.673 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:03:06.673 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:03:06.673 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:03:06.673 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:03:06.697 +08:00 [DBG] Execution loop BackgroundServerProcess:ff50fa37 has started in 6.0583 ms +2021-09-03 17:03:06.816 +08:00 [INF] Server szqh003802a:31660:64d84222 successfully announced in 110.6608 ms +2021-09-03 17:03:06.819 +08:00 [INF] Server szqh003802a:31660:64d84222 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:03:06.819 +08:00 [DBG] Execution loop ServerHeartbeatProcess:d19b19e0 has started in 3.0085 ms +2021-09-03 17:03:06.822 +08:00 [DBG] Execution loop ServerWatchdog:56222850 has started in 2.6129 ms +2021-09-03 17:03:06.823 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:1448a582 has started in 3.4681 ms +2021-09-03 17:03:06.825 +08:00 [DBG] Execution loop ExpirationManager:39700c69 has started in 2.7998 ms +2021-09-03 17:03:06.827 +08:00 [DBG] Execution loop CountersAggregator:fabd760c has started in 3.7381 ms +2021-09-03 17:03:06.829 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:03:06.829 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:03:06.830 +08:00 [DBG] Execution loop Worker:850fd6ac has started in 4.8878 ms +2021-09-03 17:03:06.831 +08:00 [DBG] Execution loop Worker:b7f53d66 has started in 5.8568 ms +2021-09-03 17:03:06.833 +08:00 [DBG] Execution loop Worker:f8d176fe has started in 8.0341 ms +2021-09-03 17:03:06.836 +08:00 [DBG] Execution loop Worker:e5b45054 has started in 10.8279 ms +2021-09-03 17:03:06.837 +08:00 [DBG] Execution loop Worker:18d1d37e has started in 12.0066 ms +2021-09-03 17:03:06.840 +08:00 [DBG] Execution loop Worker:cf1e6060 has started in 14.5304 ms +2021-09-03 17:03:06.843 +08:00 [DBG] Execution loop Worker:bd6e9eb9 has started in 17.6321 ms +2021-09-03 17:03:06.844 +08:00 [DBG] Execution loop Worker:ba975bbb has started in 18.7863 ms +2021-09-03 17:03:06.846 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:03:06.847 +08:00 [DBG] Execution loop Worker:d88fcc37 has started in 22.0401 ms +2021-09-03 17:03:06.850 +08:00 [DBG] Execution loop Worker:e765b89a has started in 24.671 ms +2021-09-03 17:03:06.853 +08:00 [DBG] Execution loop Worker:61b97a98 has started in 27.7297 ms +2021-09-03 17:03:06.857 +08:00 [DBG] Execution loop Worker:deae04d6 has started in 31.8098 ms +2021-09-03 17:03:06.864 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 17:03:06.864 +08:00 [DBG] Execution loop Worker:2e2c1d3e has started in 39.0844 ms +2021-09-03 17:03:06.870 +08:00 [DBG] Execution loop Worker:1c6f25bf has started in 44.3889 ms +2021-09-03 17:03:06.876 +08:00 [DBG] Execution loop Worker:0ef47971 has started in 50.0295 ms +2021-09-03 17:03:06.883 +08:00 [DBG] Execution loop Worker:54440e69 has started in 58.1625 ms +2021-09-03 17:03:06.889 +08:00 [DBG] Execution loop Worker:056bdc2f has started in 63.5343 ms +2021-09-03 17:03:06.894 +08:00 [DBG] Execution loop Worker:df0eb106 has started in 68.6938 ms +2021-09-03 17:03:06.897 +08:00 [DBG] Execution loop Worker:ebf56365 has started in 72.1879 ms +2021-09-03 17:03:06.903 +08:00 [INF] Server szqh003802a:31660:64d84222 all the dispatchers started +2021-09-03 17:03:06.904 +08:00 [DBG] Execution loop DelayedJobScheduler:476b5c06 has started in 5.2141 ms +2021-09-03 17:03:06.904 +08:00 [DBG] removed records count=1 +2021-09-03 17:03:06.904 +08:00 [DBG] Execution loop Worker:1c626f02 has started in 78.0021 ms +2021-09-03 17:03:06.906 +08:00 [DBG] Execution loop RecurringJobScheduler:1137a436 has started in 7.3029 ms +2021-09-03 17:03:07.612 +08:00 [FTL] Application startup exception +Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module CompanyName.ProjectName.ProjectNameHttpApiHostModule, CompanyName.ProjectName.HttpApi.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation.. See the inner exception for details. + ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.SignalR.HubConnectionHandler`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] -> Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisOptions], Microsoft.AspNetCore.SignalR.IHubProtocolResolver, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]])' on type 'RedisHubLifetimeManager`1'. + ---> System.ArgumentException: Value does not fall within the expected range. + at StackExchange.Redis.EndPointCollection.Add(String hostAndPort) in /_/src/StackExchange.Redis/EndPointCollection.cs:line 44 + at CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule.<>c__DisplayClass1_0.b__0(RedisOptions options) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Application\NotificationManagementApplicationModule.cs:line 41 + at Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(String name, TOptions options) + at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) + at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.b__0() + at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) + at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) + at System.Lazy`1.CreateValue() + at System.Lazy`1.get_Value() + at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) + at Microsoft.Extensions.Options.OptionsManager`1.Get(String name) + at Microsoft.Extensions.Options.OptionsManager`1.get_Value() + at Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1..ctor(ILogger`1 logger, IOptions`1 options, IHubProtocolResolver hubProtocolResolver, IOptions`1 globalHubOptions, IOptions`1 hubOptions) + at lambda_method1340(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance[T](IServiceProvider provider) + at Microsoft.AspNetCore.Connections.ConnectionBuilderExtensions.UseConnectionHandler[TConnectionHandler](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.SignalR.SignalRConnectionBuilderExtensions.UseHub[THub](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.<>c__2`1.b__2_0(IConnectionBuilder b) + at Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilderExtensions.MapConnections(IEndpointRouteBuilder endpoints, String pattern, HttpConnectionDispatcherOptions options, Action`1 configure) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + --- End of inner exception stack trace --- + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHubType(Type hubType, IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.<>c__DisplayClass2_0.b__2(EndpointRouteBuilderContext endpointContext) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.<>c__DisplayClass0_0.b__0(IEndpointRouteBuilder endpoints) + at Microsoft.AspNetCore.Builder.EndpointRoutingApplicationBuilderExtensions.UseEndpoints(IApplicationBuilder builder, Action`1 configure) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.UseConfiguredEndpoints(IApplicationBuilder app, Action`1 additionalConfigurationAction) + at CompanyName.ProjectName.ProjectNameHttpApiHostModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\ProjectNameHttpApiHostModule.cs:line 133 + at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + --- End of inner exception stack trace --- + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + at Volo.Abp.AbpApplicationBase.InitializeModules() + at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) + at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) + at CompanyName.ProjectName.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Startup.cs:line 17 + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.b__0(IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.b__1(IApplicationBuilder app) + at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) + at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.b__0(IApplicationBuilder app) + at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 17:03:07.674 +08:00 [FTL] Host terminated unexpectedly! +Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module CompanyName.ProjectName.ProjectNameHttpApiHostModule, CompanyName.ProjectName.HttpApi.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation.. See the inner exception for details. + ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.SignalR.HubConnectionHandler`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] -> Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub, CompanyName.ProjectName.NotificationManagement.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisOptions], Microsoft.AspNetCore.SignalR.IHubProtocolResolver, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions], Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.SignalR.HubOptions`1[CompanyName.ProjectName.NotificationManagement.Hubs.NotificationHub]])' on type 'RedisHubLifetimeManager`1'. + ---> System.ArgumentException: Value does not fall within the expected range. + at StackExchange.Redis.EndPointCollection.Add(String hostAndPort) in /_/src/StackExchange.Redis/EndPointCollection.cs:line 44 + at CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule.<>c__DisplayClass1_0.b__0(RedisOptions options) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Application\NotificationManagementApplicationModule.cs:line 41 + at Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(String name, TOptions options) + at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) + at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.b__0() + at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) + at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) + at System.Lazy`1.CreateValue() + at System.Lazy`1.get_Value() + at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) + at Microsoft.Extensions.Options.OptionsManager`1.Get(String name) + at Microsoft.Extensions.Options.OptionsManager`1.get_Value() + at Microsoft.AspNetCore.SignalR.StackExchangeRedis.RedisHubLifetimeManager`1..ctor(ILogger`1 logger, IOptions`1 options, IHubProtocolResolver hubProtocolResolver, IOptions`1 globalHubOptions, IOptions`1 hubOptions) + at lambda_method1340(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type) + at Microsoft.Extensions.Internal.ActivatorUtilities.GetServiceOrCreateInstance[T](IServiceProvider provider) + at Microsoft.AspNetCore.Connections.ConnectionBuilderExtensions.UseConnectionHandler[TConnectionHandler](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.SignalR.SignalRConnectionBuilderExtensions.UseHub[THub](IConnectionBuilder connectionBuilder) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.<>c__2`1.b__2_0(IConnectionBuilder b) + at Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilderExtensions.MapConnections(IEndpointRouteBuilder endpoints, String pattern, HttpConnectionDispatcherOptions options, Action`1 configure) + at Microsoft.AspNetCore.Builder.HubEndpointRouteBuilderExtensions.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHub[THub](IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + --- End of inner exception stack trace --- + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.MapHubType(Type hubType, IEndpointRouteBuilder endpoints, String pattern, Action`1 configureOptions) + at Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule.<>c__DisplayClass2_0.b__2(EndpointRouteBuilderContext endpointContext) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.<>c__DisplayClass0_0.b__0(IEndpointRouteBuilder endpoints) + at Microsoft.AspNetCore.Builder.EndpointRoutingApplicationBuilderExtensions.UseEndpoints(IApplicationBuilder builder, Action`1 configure) + at Microsoft.AspNetCore.Builder.AbpAspNetCoreApplicationBuilderExtensions.UseConfiguredEndpoints(IApplicationBuilder app, Action`1 additionalConfigurationAction) + at CompanyName.ProjectName.ProjectNameHttpApiHostModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\ProjectNameHttpApiHostModule.cs:line 133 + at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor.Initialize(ApplicationInitializationContext context, IAbpModule module) + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + --- End of inner exception stack trace --- + at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) + at Volo.Abp.AbpApplicationBase.InitializeModules() + at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) + at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) + at CompanyName.ProjectName.Startup.Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Startup.cs:line 17 + at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) + at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) + at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.b__0(IApplicationBuilder builder) + at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.b__1(IApplicationBuilder app) + at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) + at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.b__0(IApplicationBuilder app) + at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 17:04:20.252 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:04:25.152 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:04:25.268 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:04:25.268 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:04:25.269 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:04:25.353 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:04:25.356 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:04:25.487 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:04:25.510 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:04:25.510 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:04:25.511 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:04:25.511 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:04:25.534 +08:00 [DBG] Execution loop BackgroundServerProcess:59f1395f has started in 5.6102 ms +2021-09-03 17:04:25.652 +08:00 [INF] Server szqh003802a:32708:3f79117b successfully announced in 108.8103 ms +2021-09-03 17:04:25.664 +08:00 [DBG] Execution loop ServerHeartbeatProcess:315b89bc has started in 9.9315 ms +2021-09-03 17:04:25.664 +08:00 [INF] Server szqh003802a:32708:3f79117b is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:04:25.667 +08:00 [DBG] Execution loop ServerWatchdog:3eadad97 has started in 2.8853 ms +2021-09-03 17:04:25.669 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:8121e672 has started in 3.7333 ms +2021-09-03 17:04:25.680 +08:00 [DBG] Execution loop ExpirationManager:151f58db has started in 11.8324 ms +2021-09-03 17:04:25.682 +08:00 [DBG] Execution loop CountersAggregator:fab38426 has started in 3.9627 ms +2021-09-03 17:04:25.684 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:04:25.684 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:04:25.685 +08:00 [DBG] Execution loop Worker:c61e7d9e has started in 4.9859 ms +2021-09-03 17:04:25.686 +08:00 [DBG] Execution loop Worker:a4d60834 has started in 6.1407 ms +2021-09-03 17:04:25.688 +08:00 [DBG] Execution loop Worker:2a415e7c has started in 8.3569 ms +2021-09-03 17:04:25.692 +08:00 [DBG] Execution loop Worker:2b188dd8 has started in 11.988 ms +2021-09-03 17:04:25.695 +08:00 [DBG] Execution loop Worker:9cdd1841 has started in 13.9687 ms +2021-09-03 17:04:25.695 +08:00 [DBG] Execution loop Worker:ea496cc1 has started in 14.4694 ms +2021-09-03 17:04:25.696 +08:00 [DBG] Execution loop Worker:42f315b4 has started in 16.0338 ms +2021-09-03 17:04:25.699 +08:00 [DBG] Execution loop Worker:95b71a34 has started in 18.4676 ms +2021-09-03 17:04:25.700 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:04:25.701 +08:00 [DBG] Execution loop Worker:1cab9117 has started in 20.5437 ms +2021-09-03 17:04:25.703 +08:00 [DBG] Execution loop Worker:f65645b0 has started in 22.7591 ms +2021-09-03 17:04:25.706 +08:00 [DBG] Execution loop Worker:1c7ceba7 has started in 25.0649 ms +2021-09-03 17:04:25.710 +08:00 [DBG] Execution loop Worker:7f16184c has started in 30.107 ms +2021-09-03 17:04:25.716 +08:00 [DBG] Execution loop Worker:579bd2c0 has started in 35.6701 ms +2021-09-03 17:04:25.723 +08:00 [DBG] Execution loop Worker:f6373f12 has started in 42.085 ms +2021-09-03 17:04:25.735 +08:00 [DBG] Execution loop Worker:7c3701b5 has started in 54.9714 ms +2021-09-03 17:04:25.745 +08:00 [DBG] removed records count=0 +2021-09-03 17:04:25.746 +08:00 [DBG] Execution loop Worker:6fe7e60a has started in 66.5669 ms +2021-09-03 17:04:25.747 +08:00 [DBG] Execution loop Worker:7c630506 has started in 67.0352 ms +2021-09-03 17:04:25.751 +08:00 [DBG] Execution loop Worker:7e42da10 has started in 70.695 ms +2021-09-03 17:04:25.752 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:04:25.759 +08:00 [DBG] Execution loop Worker:87681e53 has started in 79.4014 ms +2021-09-03 17:04:25.763 +08:00 [DBG] Execution loop Worker:6057734e has started in 83.2794 ms +2021-09-03 17:04:25.767 +08:00 [INF] Server szqh003802a:32708:3f79117b all the dispatchers started +2021-09-03 17:04:25.768 +08:00 [DBG] Execution loop DelayedJobScheduler:c7bed854 has started in 8.1866 ms +2021-09-03 17:04:25.771 +08:00 [DBG] Execution loop RecurringJobScheduler:6fd7bee6 has started in 7.5303 ms +2021-09-03 17:04:25.773 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:04:26.136 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_562f94140b0b40ae9e83d87633d6e3d5 +2021-09-03 17:04:26.269 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:04:26.297 +08:00 [INF] Connected to Redis. +2021-09-03 17:04:26.339 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:04:26.342 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:04:26.343 +08:00 [INF] Hosting environment: Development +2021-09-03 17:04:26.343 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:04:26.735 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:04:27.282 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:04:28.508 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:04:28.613 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:04:28.903 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:04:29.801 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:04:29.858 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:04:29.891 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:04:29.897 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 35.8485ms +2021-09-03 17:04:29.897 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:04:29.917 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 3182.0410ms +2021-09-03 17:04:29.931 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:04:29.982 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.4056ms +2021-09-03 17:04:30.138 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:04:30.545 +08:00 [ERR] An unhandled exception has occurred while executing the request. +Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate Operation for action - CompanyName.ProjectName.NotificationManagement.Samples.SampleController.GetAsync (CompanyName.ProjectName.NotificationManagement.HttpApi). See inner exception + ---> Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate schema for type - CompanyName.ProjectName.NotificationManagement.Samples.SampleDto. See inner exception + ---> System.InvalidOperationException: Can't use schemaId "$SampleDto" for type "$CompanyName.ProjectName.NotificationManagement.Samples.SampleDto". The same schemaId is already used for type "$CompanyName.ProjectName.DataDictionaryManagement.Samples.SampleDto" + at Swashbuckle.AspNetCore.SwaggerGen.SchemaRepository.RegisterType(Type type, String schemaId) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateReferencedSchema(DataContract dataContract, SchemaRepository schemaRepository, Func`1 definitionFactory) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateConcreteSchema(DataContract dataContract, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchemaForType(Type modelType, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchema(Type modelType, SchemaRepository schemaRepository, MemberInfo memberInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.CreateResponseMediaType(ModelMetadata modelMetadata, SchemaRepository schemaRespository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.<>c__DisplayClass19_0.b__2(String contentType) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponse(ApiDescription apiDescription, SchemaRepository schemaRepository, String statusCode, ApiResponseType apiResponseType) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponses(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwagger(String documentName, String host, String basePath) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-03 17:04:30.553 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 500 - text/plain 415.0128ms +2021-09-03 17:04:55.708 +08:00 [DBG] Server szqh003802a:32708:3f79117b heartbeat successfully sent +2021-09-03 17:05:01.132 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:1cab9117 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:2a415e7c caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:2b188dd8 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:f65645b0 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:1cab9117 will be retried in 00:00:01... +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:2a415e7c will be retried in 00:00:04... +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:2b188dd8 will be retried in 00:00:09... +2021-09-03 17:05:01.132 +08:00 [DBG] Execution loop Worker:f65645b0 will be retried in 00:00:16... +2021-09-03 17:05:01.137 +08:00 [DBG] Execution loop Worker:6057734e caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.137 +08:00 [DBG] Execution loop Worker:6057734e will be retried in 00:00:25... +2021-09-03 17:05:01.161 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:05:01.162 +08:00 [DBG] Execution loop Worker:7e42da10 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.162 +08:00 [DBG] Execution loop Worker:7e42da10 will be retried in 00:00:36... +2021-09-03 17:05:01.188 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:05:01.190 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:05:01.203 +08:00 [DBG] removed records count=0 +2021-09-03 17:05:01.203 +08:00 [DBG] Execution loop Worker:9cdd1841 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.204 +08:00 [DBG] Execution loop Worker:9cdd1841 will be retried in 00:00:49... +2021-09-03 17:05:01.208 +08:00 [DBG] Execution loop Worker:ea496cc1 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.208 +08:00 [DBG] Execution loop Worker:ea496cc1 will be retried in 00:01:04... +2021-09-03 17:05:01.208 +08:00 [DBG] Execution loop Worker:579bd2c0 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.208 +08:00 [DBG] Execution loop Worker:579bd2c0 will be retried in 00:01:21... +2021-09-03 17:05:01.208 +08:00 [DBG] Execution loop Worker:6fe7e60a caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.209 +08:00 [DBG] Execution loop Worker:6fe7e60a will be retried in 00:01:40... +2021-09-03 17:05:01.211 +08:00 [DBG] Execution loop Worker:87681e53 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.212 +08:00 [DBG] Execution loop Worker:87681e53 will be retried in 00:02:01... +2021-09-03 17:05:01.214 +08:00 [DBG] Execution loop Worker:1c7ceba7 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.214 +08:00 [DBG] Execution loop Worker:1c7ceba7 will be retried in 00:02:24... +2021-09-03 17:05:01.214 +08:00 [DBG] Execution loop Worker:f6373f12 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.214 +08:00 [DBG] Execution loop Worker:f6373f12 will be retried in 00:02:49... +2021-09-03 17:05:01.215 +08:00 [DBG] Execution loop Worker:a4d60834 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.215 +08:00 [DBG] Execution loop Worker:42f315b4 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.215 +08:00 [DBG] Execution loop Worker:a4d60834 will be retried in 00:03:16... +2021-09-03 17:05:01.215 +08:00 [DBG] Execution loop Worker:42f315b4 will be retried in 00:03:45... +2021-09-03 17:05:01.219 +08:00 [DBG] Execution loop Worker:c61e7d9e caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.219 +08:00 [DBG] Execution loop Worker:c61e7d9e will be retried in 00:04:16... +2021-09-03 17:05:01.223 +08:00 [DBG] Execution loop Worker:7c630506 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.224 +08:00 [DBG] Execution loop Worker:7c630506 will be retried in 00:04:49... +2021-09-03 17:05:01.225 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:05:01.225 +08:00 [DBG] Execution loop Worker:95b71a34 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.225 +08:00 [DBG] Execution loop Worker:7c3701b5 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.226 +08:00 [DBG] Execution loop Worker:7c3701b5 will be retried in 00:05:00... +2021-09-03 17:05:01.226 +08:00 [DBG] Execution loop Worker:95b71a34 will be retried in 00:05:00... +2021-09-03 17:05:01.227 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:05:01.229 +08:00 [DBG] Execution loop Worker:7f16184c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.229 +08:00 [DBG] Execution loop Worker:7f16184c will be retried in 00:05:00... +2021-09-03 17:05:01.238 +08:00 [DBG] removed records count=0 +2021-09-03 17:05:01.242 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:05:01.243 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:05:01.253 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.253 +08:00 [DBG] Execution loop RecurringJobScheduler:6fd7bee6 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:01.253 +08:00 [DBG] Execution loop RecurringJobScheduler:6fd7bee6 will be retried in 00:00:01... +2021-09-03 17:05:25.739 +08:00 [DBG] Server szqh003802a:32708:3f79117b heartbeat successfully sent +2021-09-03 17:05:31.506 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:05:32.456 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:32.456 +08:00 [DBG] Execution loop Worker:1cab9117 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:32.456 +08:00 [DBG] Execution loop Worker:1cab9117 will be retried in 00:05:00... +2021-09-03 17:05:32.748 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:32.748 +08:00 [DBG] Execution loop RecurringJobScheduler:6fd7bee6 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:32.748 +08:00 [DBG] Execution loop RecurringJobScheduler:6fd7bee6 will be retried in 00:00:04... +2021-09-03 17:05:35.453 +08:00 [DBG] Execution loop Worker:2a415e7c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:35.453 +08:00 [DBG] Execution loop Worker:2a415e7c will be retried in 00:05:00... +2021-09-03 17:05:40.447 +08:00 [DBG] Execution loop Worker:2b188dd8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:40.447 +08:00 [DBG] Execution loop Worker:2b188dd8 will be retried in 00:05:00... +2021-09-03 17:05:47.457 +08:00 [DBG] Execution loop Worker:f65645b0 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:05:47.457 +08:00 [DBG] Execution loop Worker:f65645b0 will be retried in 00:05:00... +2021-09-03 17:05:49.809 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:06:11.041 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:06:11.158 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:06:11.158 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:06:11.158 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:06:11.159 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:06:11.246 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:06:11.249 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:06:11.379 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:06:11.402 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:06:11.402 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:06:11.402 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:06:11.403 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:06:11.453 +08:00 [DBG] Execution loop BackgroundServerProcess:924dca03 has started in 6.2643 ms +2021-09-03 17:06:11.575 +08:00 [INF] Server szqh003802a:37904:87f2a53b successfully announced in 109.7202 ms +2021-09-03 17:06:11.585 +08:00 [INF] Server szqh003802a:37904:87f2a53b is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:06:11.585 +08:00 [DBG] Execution loop ServerHeartbeatProcess:00a32dd4 has started in 9.7075 ms +2021-09-03 17:06:11.589 +08:00 [DBG] Execution loop ServerWatchdog:8d75eb2c has started in 3.5742 ms +2021-09-03 17:06:11.590 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:07efb1aa has started in 3.6527 ms +2021-09-03 17:06:11.601 +08:00 [DBG] Execution loop ExpirationManager:01788b9f has started in 11.7267 ms +2021-09-03 17:06:11.603 +08:00 [DBG] Execution loop CountersAggregator:982dc25a has started in 3.7443 ms +2021-09-03 17:06:11.605 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:06:11.605 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:06:11.606 +08:00 [DBG] Execution loop Worker:6aa8ca27 has started in 5.0994 ms +2021-09-03 17:06:11.608 +08:00 [DBG] Execution loop Worker:db9122f3 has started in 6.9481 ms +2021-09-03 17:06:11.608 +08:00 [DBG] Execution loop Worker:7c38c8aa has started in 6.9517 ms +2021-09-03 17:06:11.611 +08:00 [DBG] Execution loop Worker:ac7027c2 has started in 9.3067 ms +2021-09-03 17:06:11.612 +08:00 [DBG] Execution loop Worker:886e999d has started in 11.1023 ms +2021-09-03 17:06:11.615 +08:00 [DBG] Execution loop Worker:5904c342 has started in 14.255 ms +2021-09-03 17:06:11.618 +08:00 [DBG] Execution loop Worker:54a2e352 has started in 17.0293 ms +2021-09-03 17:06:11.620 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:06:11.621 +08:00 [DBG] Execution loop Worker:b4fc14af has started in 20.5243 ms +2021-09-03 17:06:11.624 +08:00 [DBG] Execution loop Worker:9b067c39 has started in 22.9304 ms +2021-09-03 17:06:11.625 +08:00 [DBG] Execution loop Worker:68a243ee has started in 23.6115 ms +2021-09-03 17:06:11.632 +08:00 [DBG] Execution loop Worker:25fd3515 has started in 31.3511 ms +2021-09-03 17:06:11.637 +08:00 [DBG] Execution loop Worker:d8554457 has started in 35.5188 ms +2021-09-03 17:06:11.644 +08:00 [DBG] Execution loop Worker:473db877 has started in 42.5161 ms +2021-09-03 17:06:11.649 +08:00 [DBG] Execution loop Worker:d7e95817 has started in 47.7921 ms +2021-09-03 17:06:11.657 +08:00 [DBG] Execution loop Worker:30fde73e has started in 55.3514 ms +2021-09-03 17:06:11.665 +08:00 [DBG] Execution loop Worker:13adb3df has started in 64.0525 ms +2021-09-03 17:06:11.665 +08:00 [DBG] removed records count=0 +2021-09-03 17:06:11.668 +08:00 [DBG] Execution loop Worker:13f49148 has started in 67.4808 ms +2021-09-03 17:06:11.669 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:06:11.674 +08:00 [DBG] Execution loop Worker:03cb02d2 has started in 72.9434 ms +2021-09-03 17:06:11.675 +08:00 [DBG] Execution loop Worker:f75b2ce7 has started in 72.9435 ms +2021-09-03 17:06:11.677 +08:00 [DBG] Execution loop Worker:80667278 has started in 76.5139 ms +2021-09-03 17:06:11.681 +08:00 [DBG] Execution loop DelayedJobScheduler:3c004027 has started in 7.4749 ms +2021-09-03 17:06:11.681 +08:00 [INF] Server szqh003802a:37904:87f2a53b all the dispatchers started +2021-09-03 17:06:11.689 +08:00 [DBG] Execution loop RecurringJobScheduler:40053c4e has started in 11.2741 ms +2021-09-03 17:06:11.695 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:06:12.051 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_9749af3214d540e19e901087f2c3a709 +2021-09-03 17:06:12.190 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:06:12.207 +08:00 [INF] Connected to Redis. +2021-09-03 17:06:12.262 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:06:12.265 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:06:12.265 +08:00 [INF] Hosting environment: Development +2021-09-03 17:06:12.265 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:06:12.462 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:06:12.990 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:06:14.230 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:06:14.334 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:06:14.615 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:06:15.535 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:06:15.595 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:06:15.629 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:06:15.636 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 37.175ms +2021-09-03 17:06:15.636 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:06:15.655 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 3193.8106ms +2021-09-03 17:06:15.671 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:06:15.721 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.1530ms +2021-09-03 17:06:15.879 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:06:16.114 +08:00 [ERR] An unhandled exception has occurred while executing the request. +Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate Operation for action - CompanyName.ProjectName.NotificationManagement.Samples.SampleController.GetAsync (CompanyName.ProjectName.NotificationManagement.HttpApi). See inner exception + ---> Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate schema for type - CompanyName.ProjectName.NotificationManagement.Samples.SampleDto. See inner exception + ---> System.InvalidOperationException: Can't use schemaId "$SampleDto" for type "$CompanyName.ProjectName.NotificationManagement.Samples.SampleDto". The same schemaId is already used for type "$CompanyName.ProjectName.DataDictionaryManagement.Samples.SampleDto" + at Swashbuckle.AspNetCore.SwaggerGen.SchemaRepository.RegisterType(Type type, String schemaId) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateReferencedSchema(DataContract dataContract, SchemaRepository schemaRepository, Func`1 definitionFactory) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateConcreteSchema(DataContract dataContract, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchemaForType(Type modelType, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchema(Type modelType, SchemaRepository schemaRepository, MemberInfo memberInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.CreateResponseMediaType(ModelMetadata modelMetadata, SchemaRepository schemaRespository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.<>c__DisplayClass19_0.b__2(String contentType) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponse(ApiDescription apiDescription, SchemaRepository schemaRepository, String statusCode, ApiResponseType apiResponseType) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponses(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwagger(String documentName, String host, String basePath) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-03 17:06:16.121 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 500 - text/plain 241.7460ms +2021-09-03 17:06:26.569 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:07:00.289 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:07:00.410 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:07:00.410 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:07:00.410 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:07:00.410 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:07:00.410 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:07:00.410 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:07:00.411 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:07:00.501 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:07:00.505 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:07:00.654 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:07:00.681 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:07:00.681 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:07:00.681 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:07:00.682 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:07:00.712 +08:00 [DBG] Execution loop BackgroundServerProcess:e602cedd has started in 7.9825 ms +2021-09-03 17:07:00.866 +08:00 [INF] Server szqh003802a:25256:abbf6c27 successfully announced in 145.8299 ms +2021-09-03 17:07:00.869 +08:00 [INF] Server szqh003802a:25256:abbf6c27 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:07:00.870 +08:00 [DBG] Execution loop ServerHeartbeatProcess:d705d6bf has started in 3.3617 ms +2021-09-03 17:07:00.872 +08:00 [DBG] Execution loop ServerWatchdog:d1d52926 has started in 2.7077 ms +2021-09-03 17:07:00.874 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:d5a8ff3e has started in 3.6789 ms +2021-09-03 17:07:00.912 +08:00 [DBG] Execution loop ExpirationManager:b82755f8 has started in 38.7896 ms +2021-09-03 17:07:00.912 +08:00 [DBG] Execution loop CountersAggregator:79507cea has started in 37.5652 ms +2021-09-03 17:07:00.914 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:07:00.914 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:07:00.915 +08:00 [DBG] Execution loop Worker:485e187a has started in 3.5378 ms +2021-09-03 17:07:00.916 +08:00 [DBG] Execution loop Worker:28530048 has started in 4.6924 ms +2021-09-03 17:07:00.919 +08:00 [DBG] Execution loop Worker:c1ce6674 has started in 7.1229 ms +2021-09-03 17:07:00.921 +08:00 [DBG] Execution loop Worker:a01ee969 has started in 9.0376 ms +2021-09-03 17:07:00.921 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:07:00.922 +08:00 [DBG] Execution loop Worker:fb4c9f7a has started in 10.6281 ms +2021-09-03 17:07:00.926 +08:00 [DBG] Execution loop Worker:1ca94aa1 has started in 13.1981 ms +2021-09-03 17:07:00.928 +08:00 [DBG] Execution loop Worker:a2ff2caa has started in 15.4364 ms +2021-09-03 17:07:00.930 +08:00 [DBG] Execution loop Worker:52b0c408 has started in 17.4112 ms +2021-09-03 17:07:00.931 +08:00 [DBG] Execution loop Worker:1a6ed1eb has started in 19.2558 ms +2021-09-03 17:07:00.934 +08:00 [DBG] Execution loop Worker:0bc145d5 has started in 21.3783 ms +2021-09-03 17:07:00.935 +08:00 [DBG] Execution loop Worker:3cafbe18 has started in 23.5589 ms +2021-09-03 17:07:00.941 +08:00 [DBG] Execution loop Worker:b010287c has started in 29.1976 ms +2021-09-03 17:07:00.947 +08:00 [DBG] Execution loop Worker:0b6891b8 has started in 35.6079 ms +2021-09-03 17:07:00.952 +08:00 [DBG] Execution loop Worker:9e0327de has started in 40.0448 ms +2021-09-03 17:07:00.959 +08:00 [DBG] Execution loop Worker:68dbd677 has started in 46.9937 ms +2021-09-03 17:07:00.969 +08:00 [DBG] Execution loop Worker:07044e48 has started in 56.7975 ms +2021-09-03 17:07:00.976 +08:00 [DBG] Execution loop Worker:58dec128 has started in 63.9449 ms +2021-09-03 17:07:00.981 +08:00 [DBG] Execution loop Worker:8966f2ca has started in 69.0778 ms +2021-09-03 17:07:00.983 +08:00 [DBG] removed records count=0 +2021-09-03 17:07:00.986 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:07:00.986 +08:00 [DBG] Execution loop Worker:bda6e0eb has started in 73.8465 ms +2021-09-03 17:07:00.993 +08:00 [DBG] Execution loop Worker:ad307571 has started in 81.417 ms +2021-09-03 17:07:01.003 +08:00 [DBG] Execution loop DelayedJobScheduler:7a6f441c has started in 16.2273 ms +2021-09-03 17:07:01.003 +08:00 [INF] Server szqh003802a:25256:abbf6c27 all the dispatchers started +2021-09-03 17:07:01.008 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea has started in 11.209 ms +2021-09-03 17:07:01.016 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:07:01.400 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_9f1ff548994348429a864933cf0675ea +2021-09-03 17:07:01.542 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:07:01.559 +08:00 [INF] Connected to Redis. +2021-09-03 17:07:01.617 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:07:01.621 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:07:01.621 +08:00 [INF] Hosting environment: Development +2021-09-03 17:07:01.621 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:07:02.078 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:07:02.629 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:07:03.857 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:07:03.963 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:07:04.243 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:07:05.220 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:07:05.288 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:07:05.328 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:07:05.335 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 42.7168ms +2021-09-03 17:07:05.335 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:07:05.356 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 3279.3702ms +2021-09-03 17:07:05.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:07:05.425 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 53.3188ms +2021-09-03 17:07:05.579 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:07:05.917 +08:00 [ERR] An unhandled exception has occurred while executing the request. +Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate Operation for action - CompanyName.ProjectName.NotificationManagement.Samples.SampleController.GetAsync (CompanyName.ProjectName.NotificationManagement.HttpApi). See inner exception + ---> Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Failed to generate schema for type - CompanyName.ProjectName.NotificationManagement.Samples.SampleDto. See inner exception + ---> System.InvalidOperationException: Can't use schemaId "$SampleDto" for type "$CompanyName.ProjectName.NotificationManagement.Samples.SampleDto". The same schemaId is already used for type "$CompanyName.ProjectName.DataDictionaryManagement.Samples.SampleDto" + at Swashbuckle.AspNetCore.SwaggerGen.SchemaRepository.RegisterType(Type type, String schemaId) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateReferencedSchema(DataContract dataContract, SchemaRepository schemaRepository, Func`1 definitionFactory) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateConcreteSchema(DataContract dataContract, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchemaForType(Type modelType, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SchemaGenerator.GenerateSchema(Type modelType, SchemaRepository schemaRepository, MemberInfo memberInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateSchema(Type type, SchemaRepository schemaRepository, PropertyInfo propertyInfo, ParameterInfo parameterInfo) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.CreateResponseMediaType(ModelMetadata modelMetadata, SchemaRepository schemaRespository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.<>c__DisplayClass19_0.b__2(String contentType) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) + at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponse(ApiDescription apiDescription, SchemaRepository schemaRepository, String statusCode, ApiResponseType apiResponseType) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateResponses(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + --- End of inner exception stack trace --- + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperation(ApiDescription apiDescription, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository) + at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwagger(String documentName, String host, String basePath) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-03 17:07:05.924 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 500 - text/plain 345.1812ms +2021-09-03 17:07:30.951 +08:00 [DBG] Server szqh003802a:25256:abbf6c27 heartbeat successfully sent +2021-09-03 17:07:36.460 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:07:36.519 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.519 +08:00 [DBG] Execution loop Worker:58dec128 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.519 +08:00 [DBG] Execution loop Worker:9e0327de caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.519 +08:00 [DBG] Execution loop Worker:68dbd677 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.521 +08:00 [DBG] Execution loop Worker:58dec128 will be retried in 00:00:01... +2021-09-03 17:07:36.521 +08:00 [DBG] Execution loop Worker:68dbd677 will be retried in 00:00:09... +2021-09-03 17:07:36.521 +08:00 [DBG] Execution loop Worker:9e0327de will be retried in 00:00:04... +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:1a6ed1eb caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:1a6ed1eb will be retried in 00:00:16... +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:a2ff2caa caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:a2ff2caa will be retried in 00:00:25... +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:a01ee969 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:3cafbe18 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:52b0c408 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:a01ee969 will be retried in 00:00:36... +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:52b0c408 will be retried in 00:01:04... +2021-09-03 17:07:36.522 +08:00 [DBG] Execution loop Worker:3cafbe18 will be retried in 00:00:49... +2021-09-03 17:07:36.523 +08:00 [DBG] Execution loop Worker:485e187a caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.523 +08:00 [DBG] Execution loop Worker:485e187a will be retried in 00:01:21... +2021-09-03 17:07:36.526 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:07:36.528 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:07:36.532 +08:00 [DBG] Execution loop Worker:fb4c9f7a caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.532 +08:00 [DBG] Execution loop Worker:fb4c9f7a will be retried in 00:01:40... +2021-09-03 17:07:36.533 +08:00 [DBG] Execution loop Worker:28530048 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.533 +08:00 [DBG] Execution loop Worker:28530048 will be retried in 00:02:01... +2021-09-03 17:07:36.534 +08:00 [DBG] Execution loop Worker:07044e48 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.534 +08:00 [DBG] Execution loop Worker:07044e48 will be retried in 00:02:24... +2021-09-03 17:07:36.535 +08:00 [DBG] Execution loop Worker:0bc145d5 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.536 +08:00 [DBG] Execution loop Worker:0bc145d5 will be retried in 00:02:49... +2021-09-03 17:07:36.536 +08:00 [DBG] Execution loop Worker:8966f2ca caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.537 +08:00 [DBG] Execution loop Worker:8966f2ca will be retried in 00:03:16... +2021-09-03 17:07:36.537 +08:00 [DBG] Execution loop Worker:1ca94aa1 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.537 +08:00 [DBG] Execution loop Worker:1ca94aa1 will be retried in 00:03:45... +2021-09-03 17:07:36.541 +08:00 [DBG] Execution loop Worker:ad307571 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.541 +08:00 [DBG] Execution loop Worker:ad307571 will be retried in 00:04:16... +2021-09-03 17:07:36.542 +08:00 [DBG] Execution loop Worker:c1ce6674 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.542 +08:00 [DBG] Execution loop Worker:c1ce6674 will be retried in 00:04:49... +2021-09-03 17:07:36.543 +08:00 [DBG] Execution loop Worker:0b6891b8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.543 +08:00 [DBG] Execution loop Worker:0b6891b8 will be retried in 00:05:00... +2021-09-03 17:07:36.544 +08:00 [DBG] Execution loop Worker:b010287c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.544 +08:00 [DBG] Execution loop Worker:b010287c will be retried in 00:05:00... +2021-09-03 17:07:36.544 +08:00 [DBG] removed records count=0 +2021-09-03 17:07:36.545 +08:00 [DBG] Execution loop Worker:bda6e0eb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.545 +08:00 [DBG] Execution loop Worker:bda6e0eb will be retried in 00:05:00... +2021-09-03 17:07:36.548 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:07:36.549 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:07:36.560 +08:00 [DBG] removed records count=0 +2021-09-03 17:07:36.561 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:07:36.562 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:07:36.564 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.564 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:07:36.564 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea will be retried in 00:00:01... +2021-09-03 17:08:00.988 +08:00 [DBG] Server szqh003802a:25256:abbf6c27 heartbeat successfully sent +2021-09-03 17:08:06.828 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:08:07.799 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:07.799 +08:00 [DBG] Execution loop Worker:58dec128 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:07.799 +08:00 [DBG] Execution loop Worker:58dec128 will be retried in 00:05:00... +2021-09-03 17:08:08.088 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:08.088 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:08.088 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea will be retried in 00:00:04... +2021-09-03 17:08:10.809 +08:00 [DBG] Execution loop Worker:9e0327de caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:10.809 +08:00 [DBG] Execution loop Worker:9e0327de will be retried in 00:05:00... +2021-09-03 17:08:15.797 +08:00 [DBG] Execution loop Worker:68dbd677 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:15.798 +08:00 [DBG] Execution loop Worker:68dbd677 will be retried in 00:05:00... +2021-09-03 17:08:22.828 +08:00 [DBG] Execution loop Worker:1a6ed1eb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:22.828 +08:00 [DBG] Execution loop Worker:1a6ed1eb will be retried in 00:05:00... +2021-09-03 17:08:31.001 +08:00 [DBG] Server szqh003802a:25256:abbf6c27 heartbeat successfully sent +2021-09-03 17:08:31.800 +08:00 [DBG] Execution loop Worker:a2ff2caa caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:31.801 +08:00 [DBG] Execution loop Worker:a2ff2caa will be retried in 00:05:00... +2021-09-03 17:08:42.409 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:42.409 +08:00 [DBG] Execution loop RecurringJobScheduler:15a9e1ea will be retried in 00:00:09... +2021-09-03 17:08:42.799 +08:00 [DBG] Execution loop Worker:a01ee969 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:42.799 +08:00 [DBG] Execution loop Worker:a01ee969 will be retried in 00:05:00... +2021-09-03 17:08:55.808 +08:00 [DBG] Execution loop Worker:3cafbe18 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:08:55.808 +08:00 [DBG] Execution loop Worker:3cafbe18 will be retried in 00:05:00... +2021-09-03 17:09:01.037 +08:00 [DBG] Server szqh003802a:25256:abbf6c27 heartbeat successfully sent +2021-09-03 17:09:10.804 +08:00 [DBG] Execution loop Worker:52b0c408 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:09:10.804 +08:00 [DBG] Execution loop Worker:52b0c408 will be retried in 00:05:00... +2021-09-03 17:09:42.674 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:10:06.331 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:10:06.446 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:10:06.446 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:10:06.446 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:10:06.447 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:10:06.529 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:10:06.532 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:10:06.668 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:10:06.691 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:10:06.691 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:10:06.691 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:10:06.692 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:10:06.740 +08:00 [DBG] Execution loop BackgroundServerProcess:3d272a24 has started in 6.0077 ms +2021-09-03 17:10:06.858 +08:00 [INF] Server szqh003802a:34052:7afba3f8 successfully announced in 110.1333 ms +2021-09-03 17:10:06.868 +08:00 [INF] Server szqh003802a:34052:7afba3f8 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:10:06.869 +08:00 [DBG] Execution loop ServerHeartbeatProcess:eae3a797 has started in 6.2667 ms +2021-09-03 17:10:06.873 +08:00 [DBG] Execution loop ServerWatchdog:1e227ef2 has started in 4.6881 ms +2021-09-03 17:10:06.881 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:01b4e7ef has started in 11.6712 ms +2021-09-03 17:10:06.883 +08:00 [DBG] Execution loop ExpirationManager:e8f0800f has started in 3.1158 ms +2021-09-03 17:10:06.885 +08:00 [DBG] Execution loop CountersAggregator:a6652b75 has started in 4.1718 ms +2021-09-03 17:10:06.887 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:10:06.887 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:10:06.889 +08:00 [DBG] Execution loop Worker:48f76264 has started in 5.5824 ms +2021-09-03 17:10:06.890 +08:00 [DBG] Execution loop Worker:85d7747c has started in 6.8909 ms +2021-09-03 17:10:06.893 +08:00 [DBG] Execution loop Worker:ba878568 has started in 9.6719 ms +2021-09-03 17:10:06.894 +08:00 [DBG] Execution loop Worker:856ce74b has started in 10.9123 ms +2021-09-03 17:10:06.898 +08:00 [DBG] Execution loop Worker:5a520158 has started in 15.5153 ms +2021-09-03 17:10:06.899 +08:00 [DBG] Execution loop Worker:6e7c0d1b has started in 16.4904 ms +2021-09-03 17:10:06.902 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:10:06.902 +08:00 [DBG] Execution loop Worker:9d3a08a7 has started in 19.2674 ms +2021-09-03 17:10:06.905 +08:00 [DBG] Execution loop Worker:5f408abe has started in 21.7549 ms +2021-09-03 17:10:06.909 +08:00 [DBG] Execution loop Worker:f648f691 has started in 25.7769 ms +2021-09-03 17:10:06.911 +08:00 [DBG] Execution loop Worker:8d28286c has started in 27.7661 ms +2021-09-03 17:10:06.916 +08:00 [DBG] Execution loop Worker:e850a174 has started in 33.157 ms +2021-09-03 17:10:06.916 +08:00 [DBG] Execution loop Worker:c621f755 has started in 33.1688 ms +2021-09-03 17:10:06.919 +08:00 [DBG] Execution loop Worker:3771d821 has started in 35.749 ms +2021-09-03 17:10:06.923 +08:00 [DBG] Execution loop Worker:0648c49a has started in 40.0139 ms +2021-09-03 17:10:06.937 +08:00 [DBG] Execution loop Worker:a25524b9 has started in 53.3082 ms +2021-09-03 17:10:06.945 +08:00 [DBG] Execution loop Worker:364c2ef2 has started in 62.0057 ms +2021-09-03 17:10:06.954 +08:00 [DBG] Execution loop Worker:60bb115e has started in 71.1259 ms +2021-09-03 17:10:06.957 +08:00 [DBG] removed records count=0 +2021-09-03 17:10:06.957 +08:00 [DBG] Execution loop Worker:4cc2b828 has started in 74.491 ms +2021-09-03 17:10:06.963 +08:00 [DBG] Execution loop Worker:53277059 has started in 79.8759 ms +2021-09-03 17:10:06.966 +08:00 [DBG] Execution loop Worker:4b7037ea has started in 82.7947 ms +2021-09-03 17:10:06.966 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:10:06.969 +08:00 [INF] Server szqh003802a:34052:7afba3f8 all the dispatchers started +2021-09-03 17:10:06.970 +08:00 [DBG] Execution loop DelayedJobScheduler:02700928 has started in 7.4819 ms +2021-09-03 17:10:06.978 +08:00 [DBG] Execution loop RecurringJobScheduler:38afeda6 has started in 11.8976 ms +2021-09-03 17:10:06.985 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:10:07.338 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_86e4344b60b045828b32847bf4f19f31 +2021-09-03 17:10:07.470 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:10:07.488 +08:00 [INF] Connected to Redis. +2021-09-03 17:10:07.542 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:10:07.545 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:10:07.546 +08:00 [INF] Hosting environment: Development +2021-09-03 17:10:07.546 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:10:08.095 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:10:08.609 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:10:09.824 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:10:09.930 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-03 17:10:10.203 +08:00 [WRN] Value cannot be null. (Parameter 'configuration') +System.ArgumentNullException: Value cannot be null. (Parameter 'configuration') + at StackExchange.Redis.ConnectionMultiplexer.PrepareConfig(Object configuration, Boolean sentinel) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 903 + at StackExchange.Redis.ConnectionMultiplexer.ConnectAsync(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 843 + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) + at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<g__SetRealCache|0>d.MoveNext() +2021-09-03 17:10:11.153 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:10:11.212 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:10:11.245 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:10:11.251 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 35.9225ms +2021-09-03 17:10:11.251 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:10:11.271 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 3176.3075ms +2021-09-03 17:10:11.286 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:10:11.336 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 49.8357ms +2021-09-03 17:10:11.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:10:11.989 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 500.0420ms +2021-09-03 17:10:36.916 +08:00 [DBG] Server szqh003802a:34052:7afba3f8 heartbeat successfully sent +2021-09-03 17:10:42.221 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:48f76264 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:5f408abe caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:c621f755 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:48f76264 will be retried in 00:00:01... +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:c621f755 will be retried in 00:00:09... +2021-09-03 17:10:42.221 +08:00 [DBG] Execution loop Worker:5f408abe will be retried in 00:00:04... +2021-09-03 17:10:42.239 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:10:42.258 +08:00 [DBG] Execution loop Worker:9d3a08a7 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.259 +08:00 [DBG] Execution loop Worker:9d3a08a7 will be retried in 00:00:16... +2021-09-03 17:10:42.279 +08:00 [DBG] Execution loop Worker:f648f691 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.280 +08:00 [DBG] Execution loop Worker:f648f691 will be retried in 00:00:25... +2021-09-03 17:10:42.282 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:10:42.284 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:10:42.284 +08:00 [DBG] Execution loop Worker:e850a174 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.284 +08:00 [DBG] Execution loop Worker:e850a174 will be retried in 00:00:36... +2021-09-03 17:10:42.286 +08:00 [DBG] Execution loop Worker:ba878568 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.287 +08:00 [DBG] Execution loop Worker:ba878568 will be retried in 00:00:49... +2021-09-03 17:10:42.287 +08:00 [DBG] Execution loop Worker:856ce74b caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.287 +08:00 [DBG] Execution loop Worker:856ce74b will be retried in 00:01:04... +2021-09-03 17:10:42.288 +08:00 [DBG] Execution loop Worker:0648c49a caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.288 +08:00 [DBG] Execution loop Worker:0648c49a will be retried in 00:01:21... +2021-09-03 17:10:42.294 +08:00 [DBG] Execution loop Worker:53277059 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.294 +08:00 [DBG] Execution loop Worker:53277059 will be retried in 00:01:40... +2021-09-03 17:10:42.297 +08:00 [DBG] removed records count=0 +2021-09-03 17:10:42.298 +08:00 [DBG] Execution loop Worker:6e7c0d1b caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.299 +08:00 [DBG] Execution loop Worker:6e7c0d1b will be retried in 00:02:01... +2021-09-03 17:10:42.302 +08:00 [DBG] Execution loop Worker:a25524b9 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.302 +08:00 [DBG] Execution loop Worker:a25524b9 will be retried in 00:02:24... +2021-09-03 17:10:42.305 +08:00 [DBG] Execution loop Worker:364c2ef2 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.306 +08:00 [DBG] Execution loop Worker:364c2ef2 will be retried in 00:02:49... +2021-09-03 17:10:42.307 +08:00 [DBG] Execution loop Worker:4b7037ea caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.307 +08:00 [DBG] Execution loop Worker:4b7037ea will be retried in 00:03:16... +2021-09-03 17:10:42.308 +08:00 [DBG] Execution loop Worker:4cc2b828 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.308 +08:00 [DBG] Execution loop Worker:4cc2b828 will be retried in 00:03:45... +2021-09-03 17:10:42.310 +08:00 [DBG] Execution loop Worker:85d7747c caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.311 +08:00 [DBG] Execution loop Worker:60bb115e caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.311 +08:00 [DBG] Execution loop Worker:85d7747c will be retried in 00:04:16... +2021-09-03 17:10:42.311 +08:00 [DBG] Execution loop Worker:60bb115e will be retried in 00:04:49... +2021-09-03 17:10:42.312 +08:00 [DBG] Execution loop Worker:5a520158 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.312 +08:00 [DBG] Execution loop Worker:3771d821 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.312 +08:00 [DBG] Execution loop Worker:3771d821 will be retried in 00:05:00... +2021-09-03 17:10:42.312 +08:00 [DBG] Execution loop Worker:5a520158 will be retried in 00:05:00... +2021-09-03 17:10:42.312 +08:00 [DBG] Execution loop Worker:8d28286c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.313 +08:00 [DBG] Execution loop Worker:8d28286c will be retried in 00:05:00... +2021-09-03 17:10:42.314 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:10:42.315 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:10:42.326 +08:00 [DBG] removed records count=0 +2021-09-03 17:10:42.327 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:10:42.328 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:10:42.329 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.329 +08:00 [DBG] Execution loop RecurringJobScheduler:38afeda6 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:10:42.329 +08:00 [DBG] Execution loop RecurringJobScheduler:38afeda6 will be retried in 00:00:01... +2021-09-03 17:11:06.950 +08:00 [DBG] Server szqh003802a:34052:7afba3f8 heartbeat successfully sent +2021-09-03 17:11:12.594 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:11:13.576 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:11:13.576 +08:00 [DBG] Execution loop Worker:48f76264 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:11:13.576 +08:00 [DBG] Execution loop Worker:48f76264 will be retried in 00:05:00... +2021-09-03 17:11:13.874 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:11:13.874 +08:00 [DBG] Execution loop RecurringJobScheduler:38afeda6 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:11:13.874 +08:00 [DBG] Execution loop RecurringJobScheduler:38afeda6 will be retried in 00:00:04... +2021-09-03 17:11:59.461 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:12:04.530 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:12:04.634 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:12:04.635 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:12:04.722 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:12:04.724 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:12:04.866 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:12:04.889 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:12:04.889 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:12:04.889 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:12:04.889 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:12:04.910 +08:00 [DBG] Execution loop BackgroundServerProcess:c200a484 has started in 6.158 ms +2021-09-03 17:12:05.026 +08:00 [INF] Server szqh003802a:22024:d3c0cd53 successfully announced in 102.3774 ms +2021-09-03 17:12:05.029 +08:00 [INF] Server szqh003802a:22024:d3c0cd53 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:12:05.030 +08:00 [DBG] Execution loop ServerHeartbeatProcess:5f19ec82 has started in 3.5277 ms +2021-09-03 17:12:05.032 +08:00 [DBG] Execution loop ServerWatchdog:a239c039 has started in 3.5771 ms +2021-09-03 17:12:05.034 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:3506e109 has started in 4.3709 ms +2021-09-03 17:12:05.037 +08:00 [DBG] Execution loop ExpirationManager:9bd0fb3a has started in 4.0899 ms +2021-09-03 17:12:05.040 +08:00 [DBG] Execution loop CountersAggregator:8ae36c85 has started in 4.8168 ms +2021-09-03 17:12:05.041 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:12:05.041 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:12:05.043 +08:00 [DBG] Execution loop Worker:ebe99b86 has started in 4.7727 ms +2021-09-03 17:12:05.044 +08:00 [DBG] Execution loop Worker:cc66aa0b has started in 6.8181 ms +2021-09-03 17:12:05.047 +08:00 [DBG] Execution loop Worker:e65278fe has started in 10.0303 ms +2021-09-03 17:12:05.051 +08:00 [DBG] Execution loop Worker:c48ac5f3 has started in 12.9701 ms +2021-09-03 17:12:05.054 +08:00 [DBG] Execution loop Worker:bbd08e32 has started in 16.4431 ms +2021-09-03 17:12:05.054 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:12:05.056 +08:00 [DBG] Execution loop Worker:c8c60c7e has started in 19.0787 ms +2021-09-03 17:12:05.060 +08:00 [DBG] Execution loop Worker:85f1199d has started in 22.847 ms +2021-09-03 17:12:05.064 +08:00 [DBG] Execution loop Worker:b821478c has started in 26.827 ms +2021-09-03 17:12:05.064 +08:00 [DBG] Execution loop Worker:c35a788f has started in 26.9032 ms +2021-09-03 17:12:05.067 +08:00 [INF] 2 servers were removed due to timeout +2021-09-03 17:12:05.069 +08:00 [DBG] Execution loop Worker:e4b61ac7 has started in 32.0712 ms +2021-09-03 17:12:05.077 +08:00 [DBG] Execution loop Worker:2b8c9f0f has started in 39.0845 ms +2021-09-03 17:12:05.083 +08:00 [DBG] Execution loop Worker:d6b3352d has started in 46.079 ms +2021-09-03 17:12:05.087 +08:00 [DBG] removed records count=0 +2021-09-03 17:12:05.091 +08:00 [DBG] Execution loop Worker:a6281c07 has started in 53.3856 ms +2021-09-03 17:12:05.094 +08:00 [DBG] Execution loop Worker:bb536286 has started in 56.163 ms +2021-09-03 17:12:05.095 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:12:05.103 +08:00 [DBG] Execution loop Worker:82a6bfbe has started in 65.1404 ms +2021-09-03 17:12:05.111 +08:00 [DBG] Execution loop Worker:ac9db0ac has started in 73.5366 ms +2021-09-03 17:12:05.116 +08:00 [DBG] Execution loop Worker:31519397 has started in 78.1521 ms +2021-09-03 17:12:05.117 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:12:05.119 +08:00 [DBG] Execution loop Worker:73bf4e78 has started in 81.0483 ms +2021-09-03 17:12:05.123 +08:00 [DBG] Execution loop Worker:7f61a1dd has started in 85.4856 ms +2021-09-03 17:12:05.131 +08:00 [DBG] Execution loop Worker:96de1731 has started in 93.7031 ms +2021-09-03 17:12:05.133 +08:00 [DBG] Execution loop DelayedJobScheduler:c2a903e8 has started in 10.5233 ms +2021-09-03 17:12:05.134 +08:00 [INF] Server szqh003802a:22024:d3c0cd53 all the dispatchers started +2021-09-03 17:12:05.138 +08:00 [DBG] Execution loop RecurringJobScheduler:c8bd79de has started in 6.4843 ms +2021-09-03 17:12:05.511 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_95603c7153594ca08c50c89a2114aef4 +2021-09-03 17:12:05.545 +08:00 [INF] Connected to Redis. +2021-09-03 17:12:05.556 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:12:05.626 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:12:05.629 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:12:05.629 +08:00 [INF] Hosting environment: Development +2021-09-03 17:12:05.629 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:12:05.829 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:12:08.595 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:12:08.654 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:12:08.688 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:12:08.694 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.5243ms +2021-09-03 17:12:08.694 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:12:08.713 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2885.3440ms +2021-09-03 17:12:08.728 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:12:08.778 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.1045ms +2021-09-03 17:12:08.941 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:12:09.318 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 377.1206ms +2021-09-03 17:12:34.556 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - +2021-09-03 17:12:34.561 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:12:34.562 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle). +2021-09-03 17:12:34.581 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:12:34.585 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 22.2521ms +2021-09-03 17:12:34.585 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:12:34.585 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 28.9479ms +2021-09-03 17:12:34.693 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/DataDictionary/page application/json 4 +2021-09-03 17:12:34.698 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:12:34.698 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:12:34.704 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.DataDictionaryController.GetPagingListAsync (CompanyName.ProjectName.DataDictionaryManagement.HttpApi)' +2021-09-03 17:12:34.717 +08:00 [INF] Route matched with {action = "GetPagingList", controller = "DataDictionary", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Dtos.PagingDataDictionaryOutput]] GetPagingListAsync(CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Dtos.PagingDataDictionaryInput) on controller CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.DataDictionaryController (CompanyName.ProjectName.DataDictionaryManagement.HttpApi). +2021-09-03 17:12:35.053 +08:00 [DBG] Server szqh003802a:22024:d3c0cd53 heartbeat successfully sent +2021-09-03 17:12:40.574 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:e4b61ac7 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:cc66aa0b caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:c48ac5f3 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:c8c60c7e caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:b821478c caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:82a6bfbe caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.579 +08:00 [DBG] Execution loop Worker:31519397 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.580 +08:00 [DBG] Execution loop Worker:d6b3352d caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.580 +08:00 [DBG] Execution loop Worker:a6281c07 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.580 +08:00 [DBG] Execution loop Worker:2b8c9f0f caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.581 +08:00 [DBG] Execution loop Worker:e4b61ac7 will be retried in 00:00:01... +2021-09-03 17:12:40.581 +08:00 [DBG] Execution loop Worker:cc66aa0b will be retried in 00:00:04... +2021-09-03 17:12:40.581 +08:00 [DBG] Execution loop Worker:31519397 will be retried in 00:00:49... +2021-09-03 17:12:40.581 +08:00 [DBG] Execution loop Worker:b821478c will be retried in 00:00:25... +2021-09-03 17:12:40.581 +08:00 [DBG] Execution loop Worker:82a6bfbe will be retried in 00:00:36... +2021-09-03 17:12:40.582 +08:00 [DBG] Execution loop Worker:a6281c07 will be retried in 00:01:21... +2021-09-03 17:12:40.582 +08:00 [DBG] Execution loop Worker:d6b3352d will be retried in 00:01:04... +2021-09-03 17:12:40.582 +08:00 [DBG] Execution loop Worker:c48ac5f3 will be retried in 00:00:09... +2021-09-03 17:12:40.582 +08:00 [DBG] Execution loop Worker:c8c60c7e will be retried in 00:00:16... +2021-09-03 17:12:40.582 +08:00 [DBG] Execution loop Worker:2b8c9f0f will be retried in 00:01:40... +2021-09-03 17:12:40.585 +08:00 [DBG] Execution loop Worker:ac9db0ac caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.586 +08:00 [DBG] Execution loop Worker:ac9db0ac will be retried in 00:02:01... +2021-09-03 17:12:40.587 +08:00 [DBG] Execution loop Worker:73bf4e78 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.587 +08:00 [DBG] Execution loop Worker:ebe99b86 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.587 +08:00 [DBG] Execution loop Worker:73bf4e78 will be retried in 00:02:24... +2021-09-03 17:12:40.587 +08:00 [DBG] Execution loop Worker:ebe99b86 will be retried in 00:02:49... +2021-09-03 17:12:40.590 +08:00 [DBG] Execution loop Worker:7f61a1dd caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.590 +08:00 [DBG] Execution loop Worker:c35a788f caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.590 +08:00 [DBG] Execution loop Worker:7f61a1dd will be retried in 00:03:45... +2021-09-03 17:12:40.590 +08:00 [DBG] Execution loop Worker:c35a788f will be retried in 00:03:16... +2021-09-03 17:12:40.595 +08:00 [DBG] Execution loop Worker:bb536286 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.595 +08:00 [DBG] Execution loop Worker:bb536286 will be retried in 00:04:16... +2021-09-03 17:12:40.596 +08:00 [DBG] Execution loop Worker:bbd08e32 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.596 +08:00 [DBG] Execution loop Worker:bbd08e32 will be retried in 00:04:49... +2021-09-03 17:12:40.596 +08:00 [DBG] Execution loop Worker:e65278fe caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.597 +08:00 [DBG] Execution loop Worker:e65278fe will be retried in 00:05:00... +2021-09-03 17:12:40.598 +08:00 [DBG] Execution loop Worker:85f1199d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.598 +08:00 [DBG] Execution loop Worker:85f1199d will be retried in 00:05:00... +2021-09-03 17:12:40.599 +08:00 [DBG] Execution loop Worker:96de1731 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.599 +08:00 [DBG] Execution loop Worker:96de1731 will be retried in 00:05:00... +2021-09-03 17:12:40.639 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.639 +08:00 [DBG] Execution loop RecurringJobScheduler:c8bd79de caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:12:40.639 +08:00 [DBG] Execution loop RecurringJobScheduler:c8bd79de will be retried in 00:00:01... +2021-09-03 17:12:40.739 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:12:40.740 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:12:40.741 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:12:40.750 +08:00 [DBG] removed records count=0 +2021-09-03 17:12:40.751 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:12:40.752 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:12:40.761 +08:00 [DBG] removed records count=0 +2021-09-03 17:12:40.762 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:12:40.763 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:12:40.809 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.Dtos.PagingDataDictionaryOutput, CompanyName.ProjectName.DataDictionaryManagement.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 17:12:40.824 +08:00 [INF] Executed action CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.DataDictionaryController.GetPagingListAsync (CompanyName.ProjectName.DataDictionaryManagement.HttpApi) in 6108.0768ms +2021-09-03 17:12:40.824 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.DataDictionaryManagement.DataDictionaries.DataDictionaryController.GetPagingListAsync (CompanyName.ProjectName.DataDictionaryManagement.HttpApi)' +2021-09-03 17:12:40.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:41.082 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:41.082 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:41.087 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/DataDictionary/page application/json 4 - 200 - application/json;+charset=utf-8 6394.8081ms +2021-09-03 17:12:49.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 5 +2021-09-03 17:12:49.837 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:12:49.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:12:49.841 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:12:49.844 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 17:12:50.169 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 17:12:50.172 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 327.388ms +2021-09-03 17:12:50.172 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:12:50.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:50.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:50.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:50.208 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 5 - 200 - application/json;+charset=utf-8 372.0312ms +2021-09-03 17:12:59.754 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 93 +2021-09-03 17:12:59.755 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:12:59.755 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:12:59.758 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:12:59.761 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 17:12:59.787 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 26.5742ms +2021-09-03 17:12:59.787 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:12:59.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:59.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:12:59.814 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 93 - 204 - - 60.3781ms +2021-09-03 17:13:05.058 +08:00 [DBG] Server szqh003802a:22024:d3c0cd53 heartbeat successfully sent +2021-09-03 17:13:11.021 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:13:11.859 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:11.859 +08:00 [DBG] Execution loop Worker:e4b61ac7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:11.859 +08:00 [DBG] Execution loop Worker:e4b61ac7 will be retried in 00:05:00... +2021-09-03 17:13:12.154 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:12.154 +08:00 [DBG] Execution loop RecurringJobScheduler:c8bd79de caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:12.154 +08:00 [DBG] Execution loop RecurringJobScheduler:c8bd79de will be retried in 00:00:04... +2021-09-03 17:13:14.891 +08:00 [DBG] Execution loop Worker:cc66aa0b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:14.891 +08:00 [DBG] Execution loop Worker:cc66aa0b will be retried in 00:05:00... +2021-09-03 17:13:19.863 +08:00 [DBG] Execution loop Worker:c48ac5f3 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:19.864 +08:00 [DBG] Execution loop Worker:c48ac5f3 will be retried in 00:05:00... +2021-09-03 17:13:26.852 +08:00 [DBG] Execution loop Worker:c8c60c7e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:26.852 +08:00 [DBG] Execution loop Worker:c8c60c7e will be retried in 00:05:00... +2021-09-03 17:13:35.064 +08:00 [DBG] Server szqh003802a:22024:d3c0cd53 heartbeat successfully sent +2021-09-03 17:13:35.846 +08:00 [DBG] Execution loop Worker:b821478c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:13:35.846 +08:00 [DBG] Execution loop Worker:b821478c will be retried in 00:05:00... +2021-09-03 17:14:20.501 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:14:25.550 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:14:25.655 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:14:25.655 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:14:25.655 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:14:25.655 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:14:25.655 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:14:25.655 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:14:25.655 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:14:25.655 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:14:25.655 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:14:25.656 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:14:25.744 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:14:25.747 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:14:25.875 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:14:25.899 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:14:25.899 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:14:25.899 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:14:25.899 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:14:25.946 +08:00 [DBG] Execution loop BackgroundServerProcess:0c129cc7 has started in 5.3098 ms +2021-09-03 17:14:26.067 +08:00 [INF] Server szqh003802a:38672:12da0d2e successfully announced in 109.4625 ms +2021-09-03 17:14:26.070 +08:00 [INF] Server szqh003802a:38672:12da0d2e is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:14:26.071 +08:00 [DBG] Execution loop ServerHeartbeatProcess:9dedde05 has started in 3.3294 ms +2021-09-03 17:14:26.073 +08:00 [DBG] Execution loop ServerWatchdog:ce54dc0e has started in 2.9564 ms +2021-09-03 17:14:26.075 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:2b6895a0 has started in 3.8487 ms +2021-09-03 17:14:26.077 +08:00 [DBG] Execution loop ExpirationManager:ac359121 has started in 3.4628 ms +2021-09-03 17:14:26.080 +08:00 [DBG] Execution loop CountersAggregator:fdd17cb1 has started in 4.4275 ms +2021-09-03 17:14:26.082 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:14:26.082 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:14:26.083 +08:00 [DBG] Execution loop Worker:1f41faf6 has started in 5.3826 ms +2021-09-03 17:14:26.085 +08:00 [DBG] Execution loop Worker:00c9d7c6 has started in 7.4864 ms +2021-09-03 17:14:26.087 +08:00 [DBG] Execution loop Worker:4f55b8b9 has started in 9.0957 ms +2021-09-03 17:14:26.091 +08:00 [DBG] Execution loop Worker:7b2e0d7d has started in 12.9474 ms +2021-09-03 17:14:26.099 +08:00 [DBG] Execution loop Worker:f2a69897 has started in 20.8939 ms +2021-09-03 17:14:26.100 +08:00 [DBG] Execution loop Worker:1fdfd6b9 has started in 22.3119 ms +2021-09-03 17:14:26.102 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:14:26.104 +08:00 [DBG] Execution loop Worker:31926382 has started in 25.2594 ms +2021-09-03 17:14:26.105 +08:00 [DBG] Execution loop Worker:7ffd0d9e has started in 27.4558 ms +2021-09-03 17:14:26.107 +08:00 [DBG] Execution loop Worker:f584c5fc has started in 29.7193 ms +2021-09-03 17:14:26.110 +08:00 [DBG] Execution loop Worker:da14f7e0 has started in 32.9773 ms +2021-09-03 17:14:26.113 +08:00 [DBG] Execution loop Worker:ed3bde3b has started in 35.239 ms +2021-09-03 17:14:26.116 +08:00 [DBG] Execution loop Worker:216a3d9c has started in 38.588 ms +2021-09-03 17:14:26.120 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 17:14:26.121 +08:00 [DBG] Execution loop Worker:a04b2acf has started in 43.5223 ms +2021-09-03 17:14:26.126 +08:00 [DBG] Execution loop Worker:3d8684bb has started in 48.7902 ms +2021-09-03 17:14:26.134 +08:00 [DBG] Execution loop Worker:87ffee53 has started in 56.2352 ms +2021-09-03 17:14:26.135 +08:00 [DBG] removed records count=0 +2021-09-03 17:14:26.140 +08:00 [DBG] Execution loop Worker:6923c711 has started in 62.2048 ms +2021-09-03 17:14:26.141 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:14:26.166 +08:00 [DBG] Execution loop Worker:197ed294 has started in 88.2819 ms +2021-09-03 17:14:26.169 +08:00 [DBG] Execution loop Worker:cead4381 has started in 91.9424 ms +2021-09-03 17:14:26.174 +08:00 [DBG] Execution loop Worker:35b20b00 has started in 96.5936 ms +2021-09-03 17:14:26.175 +08:00 [DBG] Execution loop Worker:0ad3672f has started in 97.228 ms +2021-09-03 17:14:26.176 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:14:26.177 +08:00 [INF] Server szqh003802a:38672:12da0d2e all the dispatchers started +2021-09-03 17:14:26.177 +08:00 [DBG] Execution loop DelayedJobScheduler:52b7add0 has started in 7.15 ms +2021-09-03 17:14:26.181 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 has started in 7.2652 ms +2021-09-03 17:14:26.528 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_aec2a1bdba7b402087bad775ce4d61a3 +2021-09-03 17:14:26.564 +08:00 [INF] Connected to Redis. +2021-09-03 17:14:26.574 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:14:26.646 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:14:26.649 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:14:26.649 +08:00 [INF] Hosting environment: Development +2021-09-03 17:14:26.649 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:14:26.888 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:14:28.354 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:14:28.414 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:14:28.448 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:14:28.454 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.5022ms +2021-09-03 17:14:28.454 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:14:28.473 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1585.9887ms +2021-09-03 17:14:28.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:14:28.544 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.5733ms +2021-09-03 17:14:28.709 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:14:29.552 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 843.0962ms +2021-09-03 17:14:56.112 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:15:01.634 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:6923c711 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:7b2e0d7d caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:31926382 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:da14f7e0 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:6923c711 will be retried in 00:00:01... +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:7b2e0d7d will be retried in 00:00:04... +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:31926382 will be retried in 00:00:09... +2021-09-03 17:15:01.634 +08:00 [DBG] Execution loop Worker:da14f7e0 will be retried in 00:00:16... +2021-09-03 17:15:01.647 +08:00 [DBG] Execution loop Worker:a04b2acf caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.647 +08:00 [DBG] Execution loop Worker:a04b2acf will be retried in 00:00:25... +2021-09-03 17:15:01.649 +08:00 [DBG] Execution loop Worker:197ed294 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.649 +08:00 [DBG] Execution loop Worker:197ed294 will be retried in 00:00:36... +2021-09-03 17:15:01.651 +08:00 [DBG] Execution loop Worker:cead4381 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.651 +08:00 [DBG] Execution loop Worker:cead4381 will be retried in 00:00:49... +2021-09-03 17:15:01.652 +08:00 [DBG] Execution loop Worker:ed3bde3b caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.652 +08:00 [DBG] Execution loop Worker:ed3bde3b will be retried in 00:01:04... +2021-09-03 17:15:01.653 +08:00 [DBG] Execution loop Worker:f2a69897 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.653 +08:00 [DBG] Execution loop Worker:f2a69897 will be retried in 00:01:21... +2021-09-03 17:15:01.657 +08:00 [DBG] Execution loop Worker:1fdfd6b9 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.657 +08:00 [DBG] Execution loop Worker:1fdfd6b9 will be retried in 00:01:40... +2021-09-03 17:15:01.663 +08:00 [DBG] Execution loop Worker:f584c5fc caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.664 +08:00 [DBG] Execution loop Worker:f584c5fc will be retried in 00:02:01... +2021-09-03 17:15:01.664 +08:00 [DBG] Execution loop Worker:00c9d7c6 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.665 +08:00 [DBG] Execution loop Worker:00c9d7c6 will be retried in 00:02:24... +2021-09-03 17:15:01.676 +08:00 [DBG] Execution loop Worker:7ffd0d9e caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.676 +08:00 [DBG] Execution loop Worker:35b20b00 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.676 +08:00 [DBG] Execution loop Worker:7ffd0d9e will be retried in 00:02:49... +2021-09-03 17:15:01.676 +08:00 [DBG] Execution loop Worker:35b20b00 will be retried in 00:03:16... +2021-09-03 17:15:01.677 +08:00 [DBG] Execution loop Worker:216a3d9c caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.678 +08:00 [DBG] Execution loop Worker:216a3d9c will be retried in 00:03:45... +2021-09-03 17:15:01.678 +08:00 [DBG] Execution loop Worker:1f41faf6 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.678 +08:00 [DBG] Execution loop Worker:1f41faf6 will be retried in 00:04:16... +2021-09-03 17:15:01.679 +08:00 [DBG] Execution loop Worker:3d8684bb caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.680 +08:00 [DBG] Execution loop Worker:3d8684bb will be retried in 00:04:49... +2021-09-03 17:15:01.680 +08:00 [DBG] Execution loop Worker:87ffee53 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.680 +08:00 [DBG] Execution loop Worker:87ffee53 will be retried in 00:05:00... +2021-09-03 17:15:01.681 +08:00 [DBG] Execution loop Worker:4f55b8b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.681 +08:00 [DBG] Execution loop Worker:4f55b8b9 will be retried in 00:05:00... +2021-09-03 17:15:01.684 +08:00 [DBG] Execution loop Worker:0ad3672f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.684 +08:00 [DBG] Execution loop Worker:0ad3672f will be retried in 00:05:00... +2021-09-03 17:15:01.696 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.696 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:01.696 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:01... +2021-09-03 17:15:01.765 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:15:01.766 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:15:01.767 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:15:01.775 +08:00 [DBG] removed records count=0 +2021-09-03 17:15:01.776 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:15:01.777 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:15:01.785 +08:00 [DBG] removed records count=0 +2021-09-03 17:15:01.786 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:15:01.787 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:15:07.486 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - +2021-09-03 17:15:07.491 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:15:07.493 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle). +2021-09-03 17:15:07.511 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:15:07.515 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 22.4858ms +2021-09-03 17:15:07.515 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:15:07.515 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 29.4568ms +2021-09-03 17:15:07.622 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 +2021-09-03 17:15:07.627 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:15:07.628 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:15:07.633 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:15:07.647 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-03 17:15:09.169 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:15:09.171 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-03 17:15:09.246 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-03 17:15:09.259 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 1612.2276ms +2021-09-03 17:15:09.259 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:15:09.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:15:09.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:15:09.474 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:15:09.478 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 - 200 - application/json;+charset=utf-8 1855.9676ms +2021-09-03 17:15:26.141 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:15:32.045 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:15:32.934 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:32.934 +08:00 [DBG] Execution loop Worker:6923c711 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:32.934 +08:00 [DBG] Execution loop Worker:6923c711 will be retried in 00:05:00... +2021-09-03 17:15:33.224 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:33.224 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:33.224 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:04... +2021-09-03 17:15:35.928 +08:00 [DBG] Execution loop Worker:7b2e0d7d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:35.928 +08:00 [DBG] Execution loop Worker:7b2e0d7d will be retried in 00:05:00... +2021-09-03 17:15:40.935 +08:00 [DBG] Execution loop Worker:31926382 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:40.935 +08:00 [DBG] Execution loop Worker:31926382 will be retried in 00:05:00... +2021-09-03 17:15:47.940 +08:00 [DBG] Execution loop Worker:da14f7e0 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:47.940 +08:00 [DBG] Execution loop Worker:da14f7e0 will be retried in 00:05:00... +2021-09-03 17:15:56.167 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:15:56.919 +08:00 [DBG] Execution loop Worker:a04b2acf caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:15:56.919 +08:00 [DBG] Execution loop Worker:a04b2acf will be retried in 00:05:00... +2021-09-03 17:16:07.559 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:07.559 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:09... +2021-09-03 17:16:07.934 +08:00 [DBG] Execution loop Worker:197ed294 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:07.934 +08:00 [DBG] Execution loop Worker:197ed294 will be retried in 00:05:00... +2021-09-03 17:16:20.901 +08:00 [DBG] Execution loop Worker:cead4381 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:20.902 +08:00 [DBG] Execution loop Worker:cead4381 will be retried in 00:05:00... +2021-09-03 17:16:26.189 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:16:35.905 +08:00 [DBG] Execution loop Worker:ed3bde3b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:35.906 +08:00 [DBG] Execution loop Worker:ed3bde3b will be retried in 00:05:00... +2021-09-03 17:16:46.890 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:46.890 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:16... +2021-09-03 17:16:52.902 +08:00 [DBG] Execution loop Worker:f2a69897 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:16:52.902 +08:00 [DBG] Execution loop Worker:f2a69897 will be retried in 00:05:00... +2021-09-03 17:16:56.221 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:17:11.930 +08:00 [DBG] Execution loop Worker:1fdfd6b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:17:11.930 +08:00 [DBG] Execution loop Worker:1fdfd6b9 will be retried in 00:05:00... +2021-09-03 17:17:26.265 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:17:30.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 +2021-09-03 17:17:30.845 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:17:30.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:17:30.849 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:17:30.849 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-03 17:17:30.908 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:17:30.909 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-03 17:17:30.923 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-03 17:17:30.923 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 73.5776ms +2021-09-03 17:17:30.923 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:17:30.926 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:30.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:30.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:30.962 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 - 200 - application/json;+charset=utf-8 118.8215ms +2021-09-03 17:17:32.930 +08:00 [DBG] Execution loop Worker:f584c5fc caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:17:32.930 +08:00 [DBG] Execution loop Worker:f584c5fc will be retried in 00:05:00... +2021-09-03 17:17:33.221 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:17:33.221 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:25... +2021-09-03 17:17:48.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 91 +2021-09-03 17:17:48.008 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:17:48.008 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:17:48.035 +08:00 [INF] Successfully validated the token. +2021-09-03 17:17:48.041 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:17:48.043 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 17:17:53.339 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 5296.3326ms +2021-09-03 17:17:53.339 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:17:53.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:53.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:53.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:53.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:17:53.422 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 91 - 204 - - 5414.3681ms +2021-09-03 17:17:55.959 +08:00 [DBG] Execution loop Worker:00c9d7c6 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:17:55.959 +08:00 [DBG] Execution loop Worker:00c9d7c6 will be retried in 00:05:00... +2021-09-03 17:17:56.285 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:18:23.523 +08:00 [DBG] Execution loop Worker:7ffd0d9e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:18:23.523 +08:00 [DBG] Execution loop Worker:7ffd0d9e will be retried in 00:05:00... +2021-09-03 17:18:26.295 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:18:28.538 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:18:28.538 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:36... +2021-09-03 17:18:47.916 +08:00 [DBG] Execution loop Worker:35b20b00 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:18:47.916 +08:00 [DBG] Execution loop Worker:35b20b00 will be retried in 00:05:00... +2021-09-03 17:18:56.327 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:19:16.915 +08:00 [DBG] Execution loop Worker:216a3d9c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:19:16.915 +08:00 [DBG] Execution loop Worker:216a3d9c will be retried in 00:05:00... +2021-09-03 17:19:26.116 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:19:26.134 +08:00 [INF] 2 servers were removed due to timeout +2021-09-03 17:19:26.354 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:19:34.887 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:19:34.887 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:00:49... +2021-09-03 17:19:47.908 +08:00 [DBG] Execution loop Worker:1f41faf6 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:19:47.908 +08:00 [DBG] Execution loop Worker:1f41faf6 will be retried in 00:05:00... +2021-09-03 17:19:56.385 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:20:20.922 +08:00 [DBG] Execution loop Worker:3d8684bb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:20:20.922 +08:00 [DBG] Execution loop Worker:3d8684bb will be retried in 00:05:00... +2021-09-03 17:20:26.410 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:20:32.411 +08:00 [DBG] Execution loop Worker:4f55b8b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:20:32.412 +08:00 [DBG] Execution loop Worker:4f55b8b9 will be retried in 00:05:00... +2021-09-03 17:20:32.412 +08:00 [DBG] Execution loop Worker:87ffee53 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:20:32.412 +08:00 [DBG] Execution loop Worker:87ffee53 will be retried in 00:05:00... +2021-09-03 17:20:32.415 +08:00 [DBG] Execution loop Worker:0ad3672f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:20:32.415 +08:00 [DBG] Execution loop Worker:0ad3672f will be retried in 00:05:00... +2021-09-03 17:20:54.192 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:20:54.192 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:01:04... +2021-09-03 17:20:56.445 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:21:03.195 +08:00 [DBG] Execution loop Worker:6923c711 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:03.195 +08:00 [DBG] Execution loop Worker:6923c711 will be retried in 00:05:00... +2021-09-03 17:21:06.195 +08:00 [DBG] Execution loop Worker:7b2e0d7d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:06.195 +08:00 [DBG] Execution loop Worker:7b2e0d7d will be retried in 00:05:00... +2021-09-03 17:21:11.189 +08:00 [DBG] Execution loop Worker:31926382 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:11.189 +08:00 [DBG] Execution loop Worker:31926382 will be retried in 00:05:00... +2021-09-03 17:21:18.205 +08:00 [DBG] Execution loop Worker:da14f7e0 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:18.206 +08:00 [DBG] Execution loop Worker:da14f7e0 will be retried in 00:05:00... +2021-09-03 17:21:26.474 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:21:27.179 +08:00 [DBG] Execution loop Worker:a04b2acf caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:27.180 +08:00 [DBG] Execution loop Worker:a04b2acf will be retried in 00:05:00... +2021-09-03 17:21:38.169 +08:00 [DBG] Execution loop Worker:197ed294 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:38.169 +08:00 [DBG] Execution loop Worker:197ed294 will be retried in 00:05:00... +2021-09-03 17:21:51.154 +08:00 [DBG] Execution loop Worker:cead4381 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:21:51.155 +08:00 [DBG] Execution loop Worker:cead4381 will be retried in 00:05:00... +2021-09-03 17:21:56.488 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:22:06.173 +08:00 [DBG] Execution loop Worker:ed3bde3b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:22:06.173 +08:00 [DBG] Execution loop Worker:ed3bde3b will be retried in 00:05:00... +2021-09-03 17:22:23.152 +08:00 [DBG] Execution loop Worker:f2a69897 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:22:23.152 +08:00 [DBG] Execution loop Worker:f2a69897 will be retried in 00:05:00... +2021-09-03 17:22:26.513 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:22:28.525 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:22:28.525 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:01:21... +2021-09-03 17:22:42.203 +08:00 [DBG] Execution loop Worker:1fdfd6b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:22:42.203 +08:00 [DBG] Execution loop Worker:1fdfd6b9 will be retried in 00:05:00... +2021-09-03 17:22:56.545 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:23:03.180 +08:00 [DBG] Execution loop Worker:f584c5fc caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:23:03.180 +08:00 [DBG] Execution loop Worker:f584c5fc will be retried in 00:05:00... +2021-09-03 17:23:26.225 +08:00 [DBG] Execution loop Worker:00c9d7c6 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:23:26.225 +08:00 [DBG] Execution loop Worker:00c9d7c6 will be retried in 00:05:00... +2021-09-03 17:23:26.559 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:23:53.793 +08:00 [DBG] Execution loop Worker:7ffd0d9e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:23:53.793 +08:00 [DBG] Execution loop Worker:7ffd0d9e will be retried in 00:05:00... +2021-09-03 17:23:56.567 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:24:18.190 +08:00 [DBG] Execution loop Worker:35b20b00 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:24:18.190 +08:00 [DBG] Execution loop Worker:35b20b00 will be retried in 00:05:00... +2021-09-03 17:24:19.849 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:24:19.849 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:01:40... +2021-09-03 17:24:26.123 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:24:26.596 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:24:47.200 +08:00 [DBG] Execution loop Worker:216a3d9c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:24:47.201 +08:00 [DBG] Execution loop Worker:216a3d9c will be retried in 00:05:00... +2021-09-03 17:24:56.633 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:25:18.169 +08:00 [DBG] Execution loop Worker:1f41faf6 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:25:18.169 +08:00 [DBG] Execution loop Worker:1f41faf6 will be retried in 00:05:00... +2021-09-03 17:25:26.662 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:25:51.177 +08:00 [DBG] Execution loop Worker:3d8684bb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:25:51.177 +08:00 [DBG] Execution loop Worker:3d8684bb will be retried in 00:05:00... +2021-09-03 17:25:56.686 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:26:03.171 +08:00 [DBG] Execution loop Worker:0ad3672f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:03.171 +08:00 [DBG] Execution loop Worker:0ad3672f will be retried in 00:05:00... +2021-09-03 17:26:03.175 +08:00 [DBG] Execution loop Worker:4f55b8b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:03.176 +08:00 [DBG] Execution loop Worker:4f55b8b9 will be retried in 00:05:00... +2021-09-03 17:26:03.179 +08:00 [DBG] Execution loop Worker:87ffee53 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:03.179 +08:00 [DBG] Execution loop Worker:87ffee53 will be retried in 00:05:00... +2021-09-03 17:26:26.728 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:26:30.171 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:30.171 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:02:01... +2021-09-03 17:26:33.442 +08:00 [DBG] Execution loop Worker:6923c711 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:33.442 +08:00 [DBG] Execution loop Worker:6923c711 will be retried in 00:05:00... +2021-09-03 17:26:36.464 +08:00 [DBG] Execution loop Worker:7b2e0d7d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:36.464 +08:00 [DBG] Execution loop Worker:7b2e0d7d will be retried in 00:05:00... +2021-09-03 17:26:41.458 +08:00 [DBG] Execution loop Worker:31926382 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:41.458 +08:00 [DBG] Execution loop Worker:31926382 will be retried in 00:05:00... +2021-09-03 17:26:48.496 +08:00 [DBG] Execution loop Worker:da14f7e0 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:48.497 +08:00 [DBG] Execution loop Worker:da14f7e0 will be retried in 00:05:00... +2021-09-03 17:26:56.759 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:26:57.471 +08:00 [DBG] Execution loop Worker:a04b2acf caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:26:57.471 +08:00 [DBG] Execution loop Worker:a04b2acf will be retried in 00:05:00... +2021-09-03 17:27:08.436 +08:00 [DBG] Execution loop Worker:197ed294 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:27:08.437 +08:00 [DBG] Execution loop Worker:197ed294 will be retried in 00:05:00... +2021-09-03 17:27:21.458 +08:00 [DBG] Execution loop Worker:cead4381 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:27:21.458 +08:00 [DBG] Execution loop Worker:cead4381 will be retried in 00:05:00... +2021-09-03 17:27:26.786 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:27:36.455 +08:00 [DBG] Execution loop Worker:ed3bde3b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:27:36.455 +08:00 [DBG] Execution loop Worker:ed3bde3b will be retried in 00:05:00... +2021-09-03 17:27:53.410 +08:00 [DBG] Execution loop Worker:f2a69897 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:27:53.410 +08:00 [DBG] Execution loop Worker:f2a69897 will be retried in 00:05:00... +2021-09-03 17:27:56.804 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:28:12.454 +08:00 [DBG] Execution loop Worker:1fdfd6b9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:28:12.455 +08:00 [DBG] Execution loop Worker:1fdfd6b9 will be retried in 00:05:00... +2021-09-03 17:28:26.838 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:28:33.457 +08:00 [DBG] Execution loop Worker:f584c5fc caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:28:33.457 +08:00 [DBG] Execution loop Worker:f584c5fc will be retried in 00:05:00... +2021-09-03 17:28:56.489 +08:00 [DBG] Execution loop Worker:00c9d7c6 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:28:56.489 +08:00 [DBG] Execution loop Worker:00c9d7c6 will be retried in 00:05:00... +2021-09-03 17:28:56.863 +08:00 [DBG] Server szqh003802a:38672:12da0d2e heartbeat successfully sent +2021-09-03 17:29:01.518 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:29:01.518 +08:00 [DBG] Execution loop RecurringJobScheduler:40e3ace6 will be retried in 00:02:24... +2021-09-03 17:40:35.891 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:40:42.145 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:40:42.243 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 17:40:43.220 +08:00 [ERR] Initializing the storage structure failed! +Autofac.Core.DependencyResolutionException: An exception was thrown while activating λ:DotNetCore.CAP.Internal.IProcessingServer[] -> λ:DotNetCore.CAP.Internal.IProcessingServer -> DotNetCore.CAP.Processor.Dispatcher -> DotNetCore.CAP.Internal.MessageSender. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[DotNetCore.CAP.Internal.MessageSender], System.IServiceProvider)' on type 'MessageSender'. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating DotNetCore.CAP.RabbitMQ.RabbitMQTransport -> DotNetCore.CAP.RabbitMQ.ConnectionChannelPool. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[DotNetCore.CAP.RabbitMQ.ConnectionChannelPool], Microsoft.Extensions.Options.IOptions`1[DotNetCore.CAP.CapOptions], Microsoft.Extensions.Options.IOptions`1[DotNetCore.CAP.RabbitMQOptions])' on type 'ConnectionChannelPool'. + ---> System.NullReferenceException: Object reference not set to an instance of an object. + at DotNetCore.CAP.RabbitMQ.ConnectionChannelPool.CreateConnection(RabbitMQOptions options) + at DotNetCore.CAP.RabbitMQ.ConnectionChannelPool..ctor(ILogger`1 logger, IOptions`1 capOptionsAccessor, IOptions`1 optionsAccessor) + at lambda_method28(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider) + at DotNetCore.CAP.Internal.MessageSender..ctor(ILogger`1 logger, IServiceProvider serviceProvider) + at lambda_method39(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices[T](IServiceProvider provider) + at DotNetCore.CAP.Internal.Bootstrapper.BootstrapAsync() +2021-09-03 17:40:43.243 +08:00 [DBG] ### CAP background task is stopping. +2021-09-03 17:40:43.287 +08:00 [FTL] Host terminated unexpectedly! +System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) + ---> System.NullReferenceException: Object reference not set to an instance of an object. + at DotNetCore.CAP.Internal.Bootstrapper.b__5_0() + at System.Threading.CancellationToken.<>c.<.cctor>b__26_0(Object obj) + at System.Threading.CancellationTokenSource.CallbackNode.<>c.b__9_0(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) +--- End of stack trace from previous location --- + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.CancellationTokenSource.CallbackNode.ExecuteCallback() + at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException) + --- End of inner exception stack trace --- + at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.NotifyCancellation(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.Cancel(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.Cancel() + at DotNetCore.CAP.Internal.Bootstrapper.Dispose() + at Autofac.Core.Disposer.DisposeAsync(Boolean disposing) + at Autofac.Core.Lifetime.LifetimeScope.DisposeAsync(Boolean disposing) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.DisposeAsync() + at Microsoft.Extensions.Hosting.Internal.Host.DisposeAsync() + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 17:40:59.535 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:41:04.769 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:41:04.870 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 17:41:05.397 +08:00 [ERR] Initializing the storage structure failed! +Autofac.Core.DependencyResolutionException: An exception was thrown while activating λ:DotNetCore.CAP.Internal.IProcessingServer[] -> λ:DotNetCore.CAP.Internal.IProcessingServer -> DotNetCore.CAP.Processor.Dispatcher -> DotNetCore.CAP.Internal.MessageSender. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[DotNetCore.CAP.Internal.MessageSender], System.IServiceProvider)' on type 'MessageSender'. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating DotNetCore.CAP.RabbitMQ.RabbitMQTransport -> DotNetCore.CAP.RabbitMQ.ConnectionChannelPool. + ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.Extensions.Logging.ILogger`1[DotNetCore.CAP.RabbitMQ.ConnectionChannelPool], Microsoft.Extensions.Options.IOptions`1[DotNetCore.CAP.CapOptions], Microsoft.Extensions.Options.IOptions`1[DotNetCore.CAP.RabbitMQOptions])' on type 'ConnectionChannelPool'. + ---> System.NullReferenceException: Object reference not set to an instance of an object. + at DotNetCore.CAP.RabbitMQ.ConnectionChannelPool.CreateConnection(RabbitMQOptions options) + at DotNetCore.CAP.RabbitMQ.ConnectionChannelPool..ctor(ILogger`1 logger, IOptions`1 capOptionsAccessor, IOptions`1 optionsAccessor) + at lambda_method28(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.<>c__DisplayClass5_0.b__0() + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator) + at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.ResolveOptional(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetService(Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider) + at DotNetCore.CAP.Internal.MessageSender..ctor(ILogger`1 logger, IServiceProvider serviceProvider) + at lambda_method39(Closure , Object[] ) + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + --- End of inner exception stack trace --- + at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate() + at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) + at Autofac.Core.Activators.Reflection.ReflectionActivator.b__11_0(ResolveRequestContext ctxt, Action`1 next) + at Autofac.Core.Resolving.Middleware.DelegateMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.DisposalTrackingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + --- End of inner exception stack trace --- + at Autofac.Core.Resolving.Middleware.ActivatorErrorHandlingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.RegistrationPipelineInvokeMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.SharingMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.ScopeSelectionMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.Middleware.CircularDependencyDetectorMiddleware.Execute(ResolveRequestContext context, Action`1 next) + at Autofac.Core.Resolving.Pipeline.ResolvePipelineBuilder.<>c__DisplayClass14_0.b__1(ResolveRequestContext ctxt) + at Autofac.Core.Pipeline.ResolvePipeline.Invoke(ResolveRequestContext ctxt) + at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.ExecuteOperation(ResolveRequest request) + at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request) + at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request) + at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) + at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters) + at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider) + at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices[T](IServiceProvider provider) + at DotNetCore.CAP.Internal.Bootstrapper.BootstrapAsync() +2021-09-03 17:41:05.419 +08:00 [DBG] ### CAP background task is stopping. +2021-09-03 17:41:05.468 +08:00 [FTL] Host terminated unexpectedly! +System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) + ---> System.NullReferenceException: Object reference not set to an instance of an object. + at DotNetCore.CAP.Internal.Bootstrapper.b__5_0() + at System.Threading.CancellationToken.<>c.<.cctor>b__26_0(Object obj) + at System.Threading.CancellationTokenSource.CallbackNode.<>c.b__9_0(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) +--- End of stack trace from previous location --- + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.CancellationTokenSource.CallbackNode.ExecuteCallback() + at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException) + --- End of inner exception stack trace --- + at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.NotifyCancellation(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.Cancel(Boolean throwOnFirstException) + at System.Threading.CancellationTokenSource.Cancel() + at DotNetCore.CAP.Internal.Bootstrapper.Dispose() + at Autofac.Core.Disposer.DisposeAsync(Boolean disposing) + at Autofac.Core.Lifetime.LifetimeScope.DisposeAsync(Boolean disposing) + at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.DisposeAsync() + at Microsoft.Extensions.Hosting.Internal.Host.DisposeAsync() + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) + at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) + at CompanyName.ProjectName.Program.Main(String[] args) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host\Program.cs:line 31 +2021-09-03 17:41:32.197 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:41:37.315 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:41:37.414 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 17:41:37.930 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 17:41:38.000 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 17:41:38.094 +08:00 [INF] Starting the processing server. +2021-09-03 17:41:38.098 +08:00 [DBG] Transport connection checking... +2021-09-03 17:41:38.098 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:41:38.114 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-JidI1cyjuGSrbehCUkbGuA +2021-09-03 17:41:38.119 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 17:41:38.137 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 17:41:38.140 +08:00 [INF] ### CAP started! +2021-09-03 17:41:38.149 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:41:38.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:41:38.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:41:38.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:41:38.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:41:38.149 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:41:38.150 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:41:38.150 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 17:41:38.245 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:41:38.248 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:41:38.301 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:41:38.312 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:41:38.313 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:41:38.313 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:41:38.313 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:41:38.332 +08:00 [DBG] Execution loop BackgroundServerProcess:51dea35d has started in 6.7668 ms +2021-09-03 17:41:38.428 +08:00 [INF] Server szqh003802a:36128:5b5c242c successfully announced in 93.3676 ms +2021-09-03 17:41:38.431 +08:00 [INF] Server szqh003802a:36128:5b5c242c is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:41:38.432 +08:00 [DBG] Execution loop ServerHeartbeatProcess:8f1ef60b has started in 3.5448 ms +2021-09-03 17:41:38.434 +08:00 [DBG] Execution loop ServerWatchdog:539afdb5 has started in 3.2233 ms +2021-09-03 17:41:38.437 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:810f6153 has started in 4.357 ms +2021-09-03 17:41:38.439 +08:00 [DBG] Execution loop ExpirationManager:d277dd15 has started in 3.8201 ms +2021-09-03 17:41:38.441 +08:00 [DBG] Execution loop CountersAggregator:5dbba14c has started in 4.212 ms +2021-09-03 17:41:38.443 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:41:38.443 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:41:38.445 +08:00 [DBG] Execution loop Worker:0f017877 has started in 6.0882 ms +2021-09-03 17:41:38.448 +08:00 [DBG] Execution loop Worker:bf67fb66 has started in 8.4599 ms +2021-09-03 17:41:38.449 +08:00 [DBG] Execution loop Worker:02219756 has started in 9.9043 ms +2021-09-03 17:41:38.449 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 17:41:38.452 +08:00 [DBG] Execution loop Worker:a0b2051c has started in 12.6774 ms +2021-09-03 17:41:38.455 +08:00 [DBG] Execution loop Worker:f17ca80f has started in 15.7572 ms +2021-09-03 17:41:38.456 +08:00 [DBG] Execution loop Worker:92705a55 has started in 17.1459 ms +2021-09-03 17:41:38.458 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:41:38.460 +08:00 [DBG] Execution loop Worker:491e4195 has started in 20.5768 ms +2021-09-03 17:41:38.462 +08:00 [DBG] Execution loop Worker:88511eed has started in 22.2853 ms +2021-09-03 17:41:38.464 +08:00 [DBG] Execution loop Worker:fa0bfe1a has started in 24.5001 ms +2021-09-03 17:41:38.468 +08:00 [DBG] Execution loop Worker:f7ab005d has started in 29.0127 ms +2021-09-03 17:41:38.506 +08:00 [DBG] Execution loop Worker:798ccfd0 has started in 67.4175 ms +2021-09-03 17:41:38.506 +08:00 [DBG] Execution loop Worker:833f5c54 has started in 67.408 ms +2021-09-03 17:41:38.511 +08:00 [DBG] Execution loop Worker:999c4269 has started in 71.9877 ms +2021-09-03 17:41:38.516 +08:00 [DBG] Execution loop Worker:60409290 has started in 76.618 ms +2021-09-03 17:41:38.520 +08:00 [DBG] Execution loop Worker:0ae15684 has started in 80.784 ms +2021-09-03 17:41:38.524 +08:00 [DBG] Execution loop Worker:c9f5d53a has started in 84.7244 ms +2021-09-03 17:41:38.530 +08:00 [DBG] Execution loop Worker:83ee547a has started in 90.6287 ms +2021-09-03 17:41:38.535 +08:00 [DBG] Execution loop Worker:9d6e6741 has started in 95.4916 ms +2021-09-03 17:41:38.543 +08:00 [DBG] Execution loop Worker:bf1e4106 has started in 103.8969 ms +2021-09-03 17:41:38.544 +08:00 [DBG] removed records count=0 +2021-09-03 17:41:38.544 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:41:38.547 +08:00 [DBG] Execution loop Worker:939bfaf6 has started in 107.5856 ms +2021-09-03 17:41:38.550 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:41:38.555 +08:00 [INF] Server szqh003802a:36128:5b5c242c all the dispatchers started +2021-09-03 17:41:38.555 +08:00 [DBG] Execution loop DelayedJobScheduler:4f5c77bd has started in 12.1343 ms +2021-09-03 17:41:38.558 +08:00 [DBG] Execution loop RecurringJobScheduler:97b8a6e3 has started in 10.8077 ms +2021-09-03 17:41:38.957 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_546c11cd7ccf400e8847c53b09896fe1 +2021-09-03 17:41:38.982 +08:00 [INF] Connected to Redis. +2021-09-03 17:41:39.003 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:41:39.099 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:41:39.102 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:41:39.102 +08:00 [INF] Hosting environment: Development +2021-09-03 17:41:39.102 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:41:39.753 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:41:41.668 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:41:41.733 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:41:42.223 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:41:42.230 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 493.2504ms +2021-09-03 17:41:42.230 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:41:42.250 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2498.3691ms +2021-09-03 17:41:42.267 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:41:42.318 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 51.0831ms +2021-09-03 17:41:42.722 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:41:43.093 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 371.4572ms +2021-09-03 17:41:47.308 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap - - +2021-09-03 17:41:47.315 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap - - - 301 0 - 7.4929ms +2021-09-03 17:41:47.319 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-03 17:41:47.326 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 7.7663ms +2021-09-03 17:41:47.358 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/css/app.71a7896e.css - - +2021-09-03 17:41:47.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/css/chunk-vendors.e8860705.css - - +2021-09-03 17:41:47.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js - - +2021-09-03 17:41:47.362 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js - - +2021-09-03 17:41:47.379 +08:00 [INF] Sending file. Request path: '/css/app.71a7896e.css'. Physical path: 'N/A' +2021-09-03 17:41:47.379 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/css/app.71a7896e.css - - - 200 354 text/css 21.3711ms +2021-09-03 17:41:47.379 +08:00 [INF] Sending file. Request path: '/js/app.26a90fcb.js'. Physical path: 'N/A' +2021-09-03 17:41:47.379 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js - - - 200 11573 application/javascript 17.9312ms +2021-09-03 17:41:47.393 +08:00 [INF] Sending file. Request path: '/css/chunk-vendors.e8860705.css'. Physical path: 'N/A' +2021-09-03 17:41:47.402 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/css/chunk-vendors.e8860705.css - - - 200 221969 text/css 42.2170ms +2021-09-03 17:41:47.442 +08:00 [INF] Sending file. Request path: '/js/chunk-vendors.1c9adf11.js'. Physical path: 'N/A' +2021-09-03 17:41:47.443 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js - - - 200 1889920 application/javascript 81.1598ms +2021-09-03 17:41:47.652 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-03 17:41:47.652 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:47.674 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 22.0570ms +2021-09-03 17:41:47.698 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 46.0765ms +2021-09-03 17:41:47.701 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - +2021-09-03 17:41:47.705 +08:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: 'N/A' +2021-09-03 17:41:47.705 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - - 200 15406 image/x-icon 4.8395ms +2021-09-03 17:41:49.071 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-04ff0112.22b89da0.js - - +2021-09-03 17:41:49.071 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/css/chunk-7efb5d0b.01f778d6.css - - +2021-09-03 17:41:49.072 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-7efb5d0b.40819f59.js - - +2021-09-03 17:41:49.075 +08:00 [INF] Sending file. Request path: '/css/chunk-7efb5d0b.01f778d6.css'. Physical path: 'N/A' +2021-09-03 17:41:49.075 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/css/chunk-7efb5d0b.01f778d6.css - - - 200 364 text/css 3.5364ms +2021-09-03 17:41:49.086 +08:00 [INF] Sending file. Request path: '/js/chunk-04ff0112.22b89da0.js'. Physical path: 'N/A' +2021-09-03 17:41:49.086 +08:00 [INF] Sending file. Request path: '/js/chunk-7efb5d0b.40819f59.js'. Physical path: 'N/A' +2021-09-03 17:41:49.086 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-7efb5d0b.40819f59.js - - - 200 6604 application/javascript 14.5317ms +2021-09-03 17:41:49.086 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-04ff0112.22b89da0.js - - - 200 11693 application/javascript 15.3207ms +2021-09-03 17:41:49.124 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/published/succeeded?currentPage=1&perPage=10&name=&content= - - +2021-09-03 17:41:49.145 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/published/succeeded?currentPage=1&perPage=10&name=&content= - - - 200 - application/json;+charset=utf-8 20.8315ms +2021-09-03 17:41:49.685 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:49.691 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2304ms +2021-09-03 17:41:50.289 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/css/chunk-ce77336e.a7625ce4.css - - +2021-09-03 17:41:50.289 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-ce77336e.f5761b7b.js - - +2021-09-03 17:41:50.293 +08:00 [INF] Sending file. Request path: '/css/chunk-ce77336e.a7625ce4.css'. Physical path: 'N/A' +2021-09-03 17:41:50.293 +08:00 [INF] Sending file. Request path: '/js/chunk-ce77336e.f5761b7b.js'. Physical path: 'N/A' +2021-09-03 17:41:50.293 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/css/chunk-ce77336e.a7625ce4.css - - - 200 364 text/css 4.0553ms +2021-09-03 17:41:50.293 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-ce77336e.f5761b7b.js - - - 200 7075 application/javascript 3.4834ms +2021-09-03 17:41:50.323 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - +2021-09-03 17:41:50.331 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - - 200 - application/json;+charset=utf-8 8.2394ms +2021-09-03 17:41:51.696 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:51.703 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5725ms +2021-09-03 17:41:53.720 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:53.727 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6621ms +2021-09-03 17:41:55.732 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:55.738 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0868ms +2021-09-03 17:41:57.756 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:57.764 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.4883ms +2021-09-03 17:41:59.775 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:41:59.781 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0019ms +2021-09-03 17:42:01.802 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:01.808 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0653ms +2021-09-03 17:42:03.830 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:03.839 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.9730ms +2021-09-03 17:42:05.858 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:05.864 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4275ms +2021-09-03 17:42:07.871 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:07.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1645ms +2021-09-03 17:42:08.101 +08:00 [DBG] Transport connection checking... +2021-09-03 17:42:08.102 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:42:08.451 +08:00 [DBG] Server szqh003802a:36128:5b5c242c heartbeat successfully sent +2021-09-03 17:42:09.899 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:10.680 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 741.6250ms +2021-09-03 17:42:12.680 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:13.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 679.9535ms +2021-09-03 17:42:13.860 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.860 +08:00 [DBG] Execution loop Worker:0ae15684 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.860 +08:00 [DBG] Execution loop Worker:0f017877 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.860 +08:00 [DBG] Execution loop Worker:02219756 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:a0b2051c caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:f17ca80f caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:92705a55 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:491e4195 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:88511eed caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:f7ab005d caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:833f5c54 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:798ccfd0 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:c9f5d53a caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:83ee547a caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:9d6e6741 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:939bfaf6 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:939bfaf6 will be retried in 00:03:45... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:491e4195 will be retried in 00:00:49... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:0ae15684 will be retried in 00:00:01... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:0f017877 will be retried in 00:00:04... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:88511eed will be retried in 00:01:04... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:02219756 will be retried in 00:00:09... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:a0b2051c will be retried in 00:00:16... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:f7ab005d will be retried in 00:01:21... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:f17ca80f will be retried in 00:00:25... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:92705a55 will be retried in 00:00:36... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:833f5c54 will be retried in 00:01:40... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:798ccfd0 will be retried in 00:02:01... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:c9f5d53a will be retried in 00:02:24... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:83ee547a will be retried in 00:02:49... +2021-09-03 17:42:13.861 +08:00 [DBG] Execution loop Worker:9d6e6741 will be retried in 00:03:16... +2021-09-03 17:42:13.898 +08:00 [DBG] Execution loop Worker:fa0bfe1a caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.898 +08:00 [DBG] Execution loop Worker:fa0bfe1a will be retried in 00:04:16... +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:60409290 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:bf67fb66 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:999c4269 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:bf67fb66 will be retried in 00:05:00... +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:60409290 will be retried in 00:04:49... +2021-09-03 17:42:13.918 +08:00 [DBG] Execution loop Worker:999c4269 will be retried in 00:05:00... +2021-09-03 17:42:13.919 +08:00 [DBG] Execution loop Worker:bf1e4106 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.919 +08:00 [DBG] Execution loop Worker:bf1e4106 will be retried in 00:05:00... +2021-09-03 17:42:13.993 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.993 +08:00 [DBG] Execution loop RecurringJobScheduler:97b8a6e3 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:42:13.993 +08:00 [DBG] Execution loop RecurringJobScheduler:97b8a6e3 will be retried in 00:00:01... +2021-09-03 17:42:14.064 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:42:14.064 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:42:14.065 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:42:14.077 +08:00 [DBG] removed records count=0 +2021-09-03 17:42:14.077 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:42:14.079 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:42:14.086 +08:00 [DBG] removed records count=0 +2021-09-03 17:42:14.086 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:42:14.088 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:42:15.389 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:15.396 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4549ms +2021-09-03 17:42:17.416 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:17.422 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7393ms +2021-09-03 17:42:19.429 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:19.436 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5983ms +2021-09-03 17:42:21.450 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:21.456 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2043ms +2021-09-03 17:42:23.469 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:23.475 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1951ms +2021-09-03 17:42:25.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:42:25.495 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1446ms +2021-09-03 17:45:37.867 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:45:43.010 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:45:43.106 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 17:45:43.607 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 17:45:43.637 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 17:45:43.728 +08:00 [INF] Starting the processing server. +2021-09-03 17:45:43.731 +08:00 [DBG] Transport connection checking... +2021-09-03 17:45:43.732 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:45:43.744 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-PzTEg8uUUIYYTJhSfBy43A +2021-09-03 17:45:43.751 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 17:45:43.769 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 17:45:43.772 +08:00 [INF] ### CAP started! +2021-09-03 17:45:43.781 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:45:43.781 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:45:43.781 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:45:43.782 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:45:43.782 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 17:45:43.864 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:45:43.867 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:45:43.916 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:45:43.928 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:45:43.928 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:45:43.928 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:45:43.928 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:45:43.949 +08:00 [DBG] Execution loop BackgroundServerProcess:b96fc3e2 has started in 5.1447 ms +2021-09-03 17:45:44.041 +08:00 [INF] Server szqh003802a:9056:16ce6330 successfully announced in 77.7189 ms +2021-09-03 17:45:44.044 +08:00 [INF] Server szqh003802a:9056:16ce6330 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:45:44.045 +08:00 [DBG] Execution loop ServerHeartbeatProcess:85418083 has started in 3.3062 ms +2021-09-03 17:45:44.047 +08:00 [DBG] Execution loop ServerWatchdog:01382a88 has started in 3.0865 ms +2021-09-03 17:45:44.049 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:278a7200 has started in 4.2182 ms +2021-09-03 17:45:44.053 +08:00 [DBG] Execution loop ExpirationManager:dc810232 has started in 4.4879 ms +2021-09-03 17:45:44.054 +08:00 [DBG] Execution loop CountersAggregator:8f50a9b7 has started in 3.8548 ms +2021-09-03 17:45:44.056 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:45:44.056 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:45:44.058 +08:00 [DBG] Execution loop Worker:d07510dd has started in 7.4761 ms +2021-09-03 17:45:44.060 +08:00 [DBG] Execution loop Worker:9d7b9532 has started in 9.6078 ms +2021-09-03 17:45:44.061 +08:00 [DBG] Execution loop Worker:9c4ecfff has started in 10.9929 ms +2021-09-03 17:45:44.065 +08:00 [DBG] Execution loop Worker:4edfa489 has started in 14.419 ms +2021-09-03 17:45:44.066 +08:00 [DBG] Execution loop Worker:63917378 has started in 15.9316 ms +2021-09-03 17:45:44.068 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:45:44.069 +08:00 [DBG] Execution loop Worker:8dfd4c5f has started in 18.3364 ms +2021-09-03 17:45:44.072 +08:00 [DBG] Execution loop Worker:6d45723f has started in 21.4664 ms +2021-09-03 17:45:44.075 +08:00 [DBG] Execution loop Worker:498e49c1 has started in 24.5332 ms +2021-09-03 17:45:44.081 +08:00 [DBG] Execution loop Worker:0e7876d2 has started in 30.5688 ms +2021-09-03 17:45:44.081 +08:00 [DBG] Execution loop Worker:85452e73 has started in 30.5743 ms +2021-09-03 17:45:44.084 +08:00 [DBG] Execution loop Worker:37f37a0c has started in 33.6929 ms +2021-09-03 17:45:44.088 +08:00 [DBG] Execution loop Worker:c1dd8c19 has started in 37.5481 ms +2021-09-03 17:45:44.091 +08:00 [DBG] Execution loop Worker:e42788d6 has started in 40.8195 ms +2021-09-03 17:45:44.101 +08:00 [DBG] Execution loop Worker:a0bcbc19 has started in 50.763 ms +2021-09-03 17:45:44.101 +08:00 [DBG] Execution loop Worker:705e631d has started in 50.909 ms +2021-09-03 17:45:44.105 +08:00 [DBG] removed records count=0 +2021-09-03 17:45:44.105 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:45:44.107 +08:00 [DBG] Execution loop Worker:a9104897 has started in 57.1396 ms +2021-09-03 17:45:44.110 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:45:44.111 +08:00 [DBG] Execution loop Worker:1019e172 has started in 60.2695 ms +2021-09-03 17:45:44.119 +08:00 [DBG] Execution loop Worker:02f64ea8 has started in 68.8353 ms +2021-09-03 17:45:44.124 +08:00 [DBG] Execution loop Worker:f02c7928 has started in 73.8038 ms +2021-09-03 17:45:44.130 +08:00 [DBG] Execution loop Worker:e77bd309 has started in 79.5707 ms +2021-09-03 17:45:44.133 +08:00 [DBG] Execution loop DelayedJobScheduler:d1411fcc has started in 7.8419 ms +2021-09-03 17:45:44.133 +08:00 [INF] Server szqh003802a:9056:16ce6330 all the dispatchers started +2021-09-03 17:45:44.137 +08:00 [DBG] Execution loop RecurringJobScheduler:00a045ad has started in 6.945 ms +2021-09-03 17:45:44.518 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_f820d87bdce147738d3c6fc7d81b20cd +2021-09-03 17:45:44.547 +08:00 [INF] Connected to Redis. +2021-09-03 17:45:44.565 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:45:44.660 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:45:44.663 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:45:44.663 +08:00 [INF] Hosting environment: Development +2021-09-03 17:45:44.663 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:45:45.224 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:45:47.154 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:45:47.214 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:45:47.250 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:45:47.256 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 38.2592ms +2021-09-03 17:45:47.256 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:45:47.276 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2053.2393ms +2021-09-03 17:45:47.292 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:45:47.349 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 57.3672ms +2021-09-03 17:45:47.513 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:45:47.901 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 388.0720ms +2021-09-03 17:45:51.069 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-03 17:45:51.081 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 12.3780ms +2021-09-03 17:45:51.346 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:45:51.371 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 25.1583ms +2021-09-03 17:45:51.387 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - +2021-09-03 17:45:51.408 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - - 200 - application/json;+charset=utf-8 20.8384ms +2021-09-03 17:45:51.449 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - +2021-09-03 17:45:51.465 +08:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: 'N/A' +2021-09-03 17:45:51.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - - 200 15406 image/x-icon 17.1638ms +2021-09-03 17:45:53.396 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:45:53.403 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6199ms +2021-09-03 17:45:55.421 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:45:55.428 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2511ms +2021-09-03 17:45:57.434 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:45:57.440 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0087ms +2021-09-03 17:45:59.446 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:45:59.462 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 15.8105ms +2021-09-03 17:46:01.478 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:01.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7353ms +2021-09-03 17:46:03.500 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:03.507 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1135ms +2021-09-03 17:46:05.514 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:05.520 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2180ms +2021-09-03 17:46:07.530 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:07.536 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2527ms +2021-09-03 17:46:09.552 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:09.559 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2555ms +2021-09-03 17:46:09.912 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - +2021-09-03 17:46:09.917 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:46:09.919 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle). +2021-09-03 17:46:09.938 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:46:09.942 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 22.7431ms +2021-09-03 17:46:09.942 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-03 17:46:09.942 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 30.4553ms +2021-09-03 17:46:10.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 +2021-09-03 17:46:10.029 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:46:10.029 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:46:10.036 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:46:10.049 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-03 17:46:11.568 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-03 17:46:11.569 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-03 17:46:11.569 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:11.581 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 10.8766ms +2021-09-03 17:46:11.645 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-03 17:46:11.655 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 1605.3557ms +2021-09-03 17:46:11.655 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 17:46:11.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:11.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:11.867 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:11.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 46 - 200 - application/json;+charset=utf-8 1847.3736ms +2021-09-03 17:46:13.593 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:13.600 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8100ms +2021-09-03 17:46:13.746 +08:00 [DBG] Transport connection checking... +2021-09-03 17:46:13.746 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:46:14.089 +08:00 [DBG] Server szqh003802a:9056:16ce6330 heartbeat successfully sent +2021-09-03 17:46:15.607 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:16.226 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 600.0655ms +2021-09-03 17:46:18.264 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:18.638 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 373.4597ms +2021-09-03 17:46:19.521 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.521 +08:00 [DBG] Execution loop Worker:9c4ecfff caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.521 +08:00 [DBG] Execution loop Worker:9d7b9532 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.521 +08:00 [DBG] Execution loop Worker:63917378 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.521 +08:00 [DBG] Execution loop Worker:6d45723f caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.521 +08:00 [DBG] Execution loop Worker:498e49c1 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:85452e73 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:0e7876d2 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:e42788d6 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:705e631d caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:a0bcbc19 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:a9104897 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:1019e172 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:02f64ea8 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:f02c7928 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:02f64ea8 will be retried in 00:02:49... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:85452e73 will be retried in 00:00:36... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:9c4ecfff will be retried in 00:00:01... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:9d7b9532 will be retried in 00:00:04... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:f02c7928 will be retried in 00:03:16... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:e77bd309 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:d07510dd caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:0e7876d2 will be retried in 00:00:49... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:63917378 will be retried in 00:00:09... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:e77bd309 will be retried in 00:03:45... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:e42788d6 will be retried in 00:01:04... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:d07510dd will be retried in 00:04:16... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:6d45723f will be retried in 00:00:16... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:37f37a0c caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:498e49c1 will be retried in 00:00:25... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:4edfa489 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:a0bcbc19 will be retried in 00:01:40... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:705e631d will be retried in 00:01:21... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:8dfd4c5f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:4edfa489 will be retried in 00:05:00... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:37f37a0c will be retried in 00:04:49... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:a9104897 will be retried in 00:02:01... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:1019e172 will be retried in 00:02:24... +2021-09-03 17:46:19.522 +08:00 [DBG] Execution loop Worker:8dfd4c5f will be retried in 00:05:00... +2021-09-03 17:46:19.531 +08:00 [DBG] Execution loop Worker:c1dd8c19 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.531 +08:00 [DBG] Execution loop Worker:c1dd8c19 will be retried in 00:05:00... +2021-09-03 17:46:19.551 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.551 +08:00 [DBG] Execution loop RecurringJobScheduler:00a045ad caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:19.551 +08:00 [DBG] Execution loop RecurringJobScheduler:00a045ad will be retried in 00:00:01... +2021-09-03 17:46:19.637 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:46:19.637 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:46:19.639 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:46:19.655 +08:00 [DBG] removed records count=0 +2021-09-03 17:46:19.655 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:46:19.657 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:46:19.668 +08:00 [DBG] removed records count=0 +2021-09-03 17:46:19.668 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:46:19.670 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:46:20.661 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:20.668 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9765ms +2021-09-03 17:46:22.675 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:22.682 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0780ms +2021-09-03 17:46:24.700 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:24.706 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0760ms +2021-09-03 17:46:26.713 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:26.719 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2755ms +2021-09-03 17:46:27.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 93 +2021-09-03 17:46:27.859 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:46:27.859 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:46:27.886 +08:00 [INF] Successfully validated the token. +2021-09-03 17:46:27.892 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:46:27.894 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 17:46:35.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:35.025 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 18.3858ms +2021-09-03 17:46:35.087 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 7192.9961ms +2021-09-03 17:46:35.087 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:46:35.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:35.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:35.191 +08:00 [DBG] RabbitMQ topic message [CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent] has been published. +2021-09-03 17:46:35.193 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:35.193 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:46:35.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 93 - 204 - - 7335.6120ms +2021-09-03 17:46:37.856 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:37.863 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3212ms +2021-09-03 17:46:40.860 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:40.866 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1834ms +2021-09-03 17:46:42.650 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-03 17:46:42.654 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 3.8194ms +2021-09-03 17:46:42.889 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:42.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.9689ms +2021-09-03 17:46:42.931 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - +2021-09-03 17:46:42.939 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/received/succeeded?currentPage=1&perPage=10&name=&group=&content= - - - 200 - application/json;+charset=utf-8 7.6515ms +2021-09-03 17:46:42.999 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - +2021-09-03 17:46:43.003 +08:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: 'N/A' +2021-09-03 17:46:43.003 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/favicon.ico - - - 200 15406 image/x-icon 4.3029ms +2021-09-03 17:46:43.757 +08:00 [DBG] Transport connection checking... +2021-09-03 17:46:43.757 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:46:44.106 +08:00 [DBG] Server szqh003802a:9056:16ce6330 heartbeat successfully sent +2021-09-03 17:46:44.947 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:44.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3147ms +2021-09-03 17:46:47.863 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:47.879 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 15.3048ms +2021-09-03 17:46:49.924 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:46:50.771 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:50.771 +08:00 [DBG] Execution loop Worker:9c4ecfff caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:50.772 +08:00 [DBG] Execution loop Worker:9c4ecfff will be retried in 00:05:00... +2021-09-03 17:46:50.855 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:51.062 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 207.7100ms +2021-09-03 17:46:51.070 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:51.070 +08:00 [DBG] Execution loop RecurringJobScheduler:00a045ad caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:51.070 +08:00 [DBG] Execution loop RecurringJobScheduler:00a045ad will be retried in 00:00:04... +2021-09-03 17:46:53.779 +08:00 [DBG] Execution loop Worker:9d7b9532 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:46:53.779 +08:00 [DBG] Execution loop Worker:9d7b9532 will be retried in 00:05:00... +2021-09-03 17:46:53.859 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:53.865 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5904ms +2021-09-03 17:46:56.850 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:56.857 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6836ms +2021-09-03 17:46:59.847 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:46:59.853 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0503ms +2021-09-03 17:47:02.855 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:02.861 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0615ms +2021-09-03 17:47:05.261 +08:00 [DBG] Execution loop Worker:63917378 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:47:05.261 +08:00 [DBG] Execution loop Worker:63917378 will be retried in 00:05:00... +2021-09-03 17:47:05.772 +08:00 [DBG] Execution loop Worker:6d45723f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:47:05.772 +08:00 [DBG] Execution loop Worker:6d45723f will be retried in 00:05:00... +2021-09-03 17:47:05.848 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:05.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3355ms +2021-09-03 17:47:08.860 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:08.866 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0161ms +2021-09-03 17:47:11.857 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:11.863 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1217ms +2021-09-03 17:47:13.767 +08:00 [DBG] Transport connection checking... +2021-09-03 17:47:13.767 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:47:14.119 +08:00 [DBG] Server szqh003802a:9056:16ce6330 heartbeat successfully sent +2021-09-03 17:47:14.784 +08:00 [DBG] Execution loop Worker:498e49c1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:47:14.784 +08:00 [DBG] Execution loop Worker:498e49c1 will be retried in 00:05:00... +2021-09-03 17:47:14.849 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:14.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.8715ms +2021-09-03 17:47:17.850 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:17.856 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0544ms +2021-09-03 17:47:20.846 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:47:20.852 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5309ms +2021-09-03 17:49:03.685 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 17:49:09.225 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 17:49:09.324 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 17:49:09.871 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 17:49:09.910 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 17:49:10.000 +08:00 [INF] Starting the processing server. +2021-09-03 17:49:10.004 +08:00 [DBG] Transport connection checking... +2021-09-03 17:49:10.004 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:49:10.021 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-GOoY4Np--54KrOCYa3zzew +2021-09-03 17:49:10.025 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 17:49:10.043 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 17:49:10.045 +08:00 [INF] ### CAP started! +2021-09-03 17:49:10.054 +08:00 [INF] Loaded ABP modules: +2021-09-03 17:49:10.054 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 17:49:10.054 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 17:49:10.054 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 17:49:10.054 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 17:49:10.054 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 17:49:10.055 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 17:49:10.055 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 17:49:10.144 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 17:49:10.146 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 17:49:10.194 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 17:49:10.206 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 17:49:10.206 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 17:49:10.207 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 17:49:10.207 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 17:49:10.228 +08:00 [DBG] Execution loop BackgroundServerProcess:f9da6032 has started in 6.3245 ms +2021-09-03 17:49:10.324 +08:00 [INF] Server szqh003802a:38804:e5911c52 successfully announced in 81.9556 ms +2021-09-03 17:49:10.328 +08:00 [INF] Server szqh003802a:38804:e5911c52 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 17:49:10.329 +08:00 [DBG] Execution loop ServerHeartbeatProcess:c1e2bef8 has started in 3.765 ms +2021-09-03 17:49:10.331 +08:00 [DBG] Execution loop ServerWatchdog:98eb3104 has started in 3.2653 ms +2021-09-03 17:49:10.354 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:d85a9e55 has started in 25.2193 ms +2021-09-03 17:49:10.357 +08:00 [DBG] Execution loop ExpirationManager:85250ecc has started in 25.0382 ms +2021-09-03 17:49:10.360 +08:00 [DBG] Execution loop CountersAggregator:cf0a1b75 has started in 4.9641 ms +2021-09-03 17:49:10.362 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 17:49:10.362 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 17:49:10.363 +08:00 [DBG] Execution loop Worker:16584057 has started in 5.1682 ms +2021-09-03 17:49:10.366 +08:00 [DBG] Execution loop Worker:9c860d6a has started in 8.1396 ms +2021-09-03 17:49:10.367 +08:00 [DBG] Execution loop Worker:159378f4 has started in 9.9305 ms +2021-09-03 17:49:10.368 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 17:49:10.370 +08:00 [DBG] Execution loop Worker:4f44c147 has started in 13.0353 ms +2021-09-03 17:49:10.375 +08:00 [DBG] Execution loop Worker:c4b72a05 has started in 16.5378 ms +2021-09-03 17:49:10.375 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 17:49:10.376 +08:00 [DBG] Execution loop Worker:969f0f32 has started in 18.6641 ms +2021-09-03 17:49:10.380 +08:00 [DBG] Execution loop Worker:cda65b04 has started in 21.4641 ms +2021-09-03 17:49:10.382 +08:00 [DBG] Execution loop Worker:b4c666ff has started in 24.504 ms +2021-09-03 17:49:10.383 +08:00 [DBG] Execution loop Worker:c7ccdb92 has started in 25.9393 ms +2021-09-03 17:49:10.386 +08:00 [DBG] Execution loop Worker:3c5f7006 has started in 28.8183 ms +2021-09-03 17:49:10.392 +08:00 [DBG] Execution loop Worker:ce48c4b6 has started in 34.3989 ms +2021-09-03 17:49:10.395 +08:00 [DBG] Execution loop Worker:e88d230c has started in 37.595 ms +2021-09-03 17:49:10.400 +08:00 [DBG] Execution loop Worker:91f4ad7c has started in 42.8133 ms +2021-09-03 17:49:10.407 +08:00 [DBG] Execution loop Worker:8988572d has started in 49.7008 ms +2021-09-03 17:49:10.410 +08:00 [DBG] removed records count=0 +2021-09-03 17:49:10.412 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 17:49:10.412 +08:00 [DBG] Execution loop Worker:d64f60a5 has started in 54.6677 ms +2021-09-03 17:49:10.423 +08:00 [DBG] Execution loop Worker:6039242c has started in 65.5719 ms +2021-09-03 17:49:10.430 +08:00 [DBG] Execution loop Worker:3a6d9c7a has started in 72.4456 ms +2021-09-03 17:49:10.434 +08:00 [DBG] Execution loop Worker:bf39bc6d has started in 76.8936 ms +2021-09-03 17:49:10.436 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 17:49:10.441 +08:00 [DBG] Execution loop Worker:ce4a826b has started in 84.0043 ms +2021-09-03 17:49:10.447 +08:00 [DBG] Execution loop Worker:1a321e2c has started in 89.2176 ms +2021-09-03 17:49:10.450 +08:00 [DBG] Execution loop DelayedJobScheduler:9ba0a719 has started in 8.3982 ms +2021-09-03 17:49:10.450 +08:00 [INF] Server szqh003802a:38804:e5911c52 all the dispatchers started +2021-09-03 17:49:10.454 +08:00 [DBG] Execution loop RecurringJobScheduler:944e6056 has started in 8.5033 ms +2021-09-03 17:49:10.849 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_4bd4c3f8825a4d9ca1deabe94fdb7766 +2021-09-03 17:49:10.885 +08:00 [INF] Connected to Redis. +2021-09-03 17:49:10.901 +08:00 [INF] Initialized all ABP modules. +2021-09-03 17:49:11.445 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 17:49:11.447 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 17:49:11.448 +08:00 [INF] Hosting environment: Development +2021-09-03 17:49:11.448 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 17:49:11.915 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 17:49:13.418 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:49:13.477 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 17:49:13.511 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 17:49:13.517 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.0257ms +2021-09-03 17:49:13.517 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 17:49:13.537 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1622.5850ms +2021-09-03 17:49:13.552 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 17:49:13.608 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.3117ms +2021-09-03 17:49:13.778 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 17:49:14.231 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 452.8781ms +2021-09-03 17:49:31.506 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 94 +2021-09-03 17:49:31.511 +08:00 [INF] CORS policy execution failed. +2021-09-03 17:49:31.511 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-03 17:49:31.566 +08:00 [INF] Successfully validated the token. +2021-09-03 17:49:31.572 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:49:31.584 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 17:49:38.628 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 7044.7543ms +2021-09-03 17:49:38.629 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 17:49:38.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:38.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:38.798 +08:00 [DBG] RabbitMQ topic message [CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent] has been published. +2021-09-03 17:49:38.800 +08:00 [DBG] Received message. id:1433728887146164224, name: CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent +2021-09-03 17:49:38.825 +08:00 [DBG] Executing subscriber method : HandleEventAsync +2021-09-03 17:49:39.035 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:39.035 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:39.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:39.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 17:49:39.040 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 94 - 204 - - 7535.0530ms +2021-09-03 17:49:39.047 +08:00 [DBG] Consumer executed. Took: 216.8587 ms. +2021-09-03 17:49:40.008 +08:00 [DBG] Transport connection checking... +2021-09-03 17:49:40.009 +08:00 [DBG] Transport connection healthy! +2021-09-03 17:49:40.374 +08:00 [DBG] Server szqh003802a:38804:e5911c52 heartbeat successfully sent +2021-09-03 17:49:45.593 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:4f44c147 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:159378f4 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:c4b72a05 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:b4c666ff caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:c7ccdb92 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:3c5f7006 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:e88d230c caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:d64f60a5 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:3a6d9c7a caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:ce4a826b caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:1a321e2c caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.593 +08:00 [DBG] Execution loop Worker:969f0f32 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:ce48c4b6 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:e88d230c will be retried in 00:00:49... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:d64f60a5 will be retried in 00:01:04... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:b4c666ff will be retried in 00:00:16... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:c4b72a05 will be retried in 00:00:09... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:3a6d9c7a will be retried in 00:01:21... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:c7ccdb92 will be retried in 00:00:25... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:3c5f7006 will be retried in 00:00:36... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:ce4a826b will be retried in 00:01:40... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:1a321e2c will be retried in 00:02:01... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:ce48c4b6 will be retried in 00:02:49... +2021-09-03 17:49:45.594 +08:00 [DBG] Execution loop Worker:969f0f32 will be retried in 00:02:24... +2021-09-03 17:49:45.611 +08:00 [DBG] Execution loop Worker:4f44c147 will be retried in 00:00:01... +2021-09-03 17:49:45.611 +08:00 [DBG] Execution loop Worker:16584057 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.611 +08:00 [DBG] Execution loop Worker:159378f4 will be retried in 00:00:04... +2021-09-03 17:49:45.611 +08:00 [DBG] Execution loop Worker:16584057 will be retried in 00:03:16... +2021-09-03 17:49:45.611 +08:00 [DBG] Execution loop Worker:6039242c caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.612 +08:00 [DBG] Execution loop Worker:6039242c will be retried in 00:03:45... +2021-09-03 17:49:45.631 +08:00 [DBG] Execution loop Worker:bf39bc6d caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.631 +08:00 [DBG] Execution loop Worker:9c860d6a caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.631 +08:00 [DBG] Execution loop Worker:bf39bc6d will be retried in 00:04:16... +2021-09-03 17:49:45.631 +08:00 [DBG] Execution loop Worker:9c860d6a will be retried in 00:04:49... +2021-09-03 17:49:45.632 +08:00 [DBG] Execution loop Worker:cda65b04 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.632 +08:00 [DBG] Execution loop Worker:cda65b04 will be retried in 00:05:00... +2021-09-03 17:49:45.634 +08:00 [DBG] Execution loop Worker:8988572d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.634 +08:00 [DBG] Execution loop Worker:8988572d will be retried in 00:05:00... +2021-09-03 17:49:45.634 +08:00 [DBG] Execution loop Worker:91f4ad7c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.634 +08:00 [DBG] Execution loop Worker:91f4ad7c will be retried in 00:05:00... +2021-09-03 17:49:45.669 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.669 +08:00 [DBG] Execution loop RecurringJobScheduler:944e6056 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 17:49:45.669 +08:00 [DBG] Execution loop RecurringJobScheduler:944e6056 will be retried in 00:00:01... +2021-09-03 17:49:45.736 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 17:49:45.736 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 17:49:45.738 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 17:49:45.746 +08:00 [DBG] removed records count=0 +2021-09-03 17:49:45.746 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 17:49:45.748 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 17:49:45.756 +08:00 [DBG] removed records count=0 +2021-09-03 17:49:45.756 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 17:49:45.758 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 17:49:47.324 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-03 17:49:47.337 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 12.9484ms +2021-09-03 17:49:47.620 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-03 17:49:47.620 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:47.645 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 24.6019ms +2021-09-03 17:49:47.660 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 40.2732ms +2021-09-03 17:49:48.964 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/published/succeeded?currentPage=1&perPage=10&name=&content= - - +2021-09-03 17:49:48.991 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/published/succeeded?currentPage=1&perPage=10&name=&content= - - - 200 - application/json;+charset=utf-8 27.1932ms +2021-09-03 17:49:49.669 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:49.676 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4697ms +2021-09-03 17:49:51.681 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:51.687 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1051ms +2021-09-03 17:49:53.693 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:53.699 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3030ms +2021-09-03 17:49:55.718 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:55.724 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9776ms +2021-09-03 17:49:57.839 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:49:57.846 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3897ms +2021-09-03 17:50:00.842 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:50:00.848 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3924ms +2021-09-03 17:50:03.837 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-03 17:50:03.843 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2532ms +2021-09-03 18:01:36.859 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 18:01:42.438 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 18:01:42.547 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 18:01:43.131 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 18:01:43.160 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 18:01:43.253 +08:00 [INF] Starting the processing server. +2021-09-03 18:01:43.257 +08:00 [DBG] Transport connection checking... +2021-09-03 18:01:43.257 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:01:43.271 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-Zan-m3li43wqykGLn_5uTg +2021-09-03 18:01:43.279 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:01:43.297 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:01:43.300 +08:00 [INF] ### CAP started! +2021-09-03 18:01:43.310 +08:00 [INF] Loaded ABP modules: +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 18:01:43.310 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 18:01:43.311 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 18:01:43.311 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 18:01:43.405 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 18:01:43.408 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 18:01:43.461 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 18:01:43.475 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 18:01:43.475 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 18:01:43.475 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 18:01:43.475 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 18:01:43.499 +08:00 [DBG] Execution loop BackgroundServerProcess:391c8950 has started in 6.6527 ms +2021-09-03 18:01:43.601 +08:00 [INF] Server szqh003802a:21228:935db18a successfully announced in 85.3385 ms +2021-09-03 18:01:43.605 +08:00 [INF] Server szqh003802a:21228:935db18a is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 18:01:43.606 +08:00 [DBG] Execution loop ServerHeartbeatProcess:021da655 has started in 3.729 ms +2021-09-03 18:01:43.610 +08:00 [DBG] Execution loop ServerWatchdog:6c106e2d has started in 4.4126 ms +2021-09-03 18:01:43.610 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:20854c8a has started in 3.3126 ms +2021-09-03 18:01:43.612 +08:00 [DBG] Execution loop ExpirationManager:a053c7fc has started in 4.3916 ms +2021-09-03 18:01:43.615 +08:00 [DBG] Execution loop CountersAggregator:99c5eea0 has started in 4.7494 ms +2021-09-03 18:01:43.617 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:01:43.617 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 18:01:43.619 +08:00 [DBG] Execution loop Worker:b13b484d has started in 6.5609 ms +2021-09-03 18:01:43.621 +08:00 [DBG] Execution loop Worker:247543db has started in 8.5765 ms +2021-09-03 18:01:43.623 +08:00 [DBG] Execution loop Worker:b774c229 has started in 10.2406 ms +2021-09-03 18:01:43.626 +08:00 [DBG] Execution loop Worker:50b57d87 has started in 13.3142 ms +2021-09-03 18:01:43.628 +08:00 [DBG] Execution loop Worker:7b48917f has started in 16.0399 ms +2021-09-03 18:01:43.630 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 18:01:43.630 +08:00 [INF] 2 servers were removed due to timeout +2021-09-03 18:01:43.632 +08:00 [DBG] Execution loop Worker:56eb2c8a has started in 19.1313 ms +2021-09-03 18:01:43.636 +08:00 [DBG] Execution loop Worker:c0d830c7 has started in 23.0958 ms +2021-09-03 18:01:43.637 +08:00 [DBG] Execution loop Worker:cf4e1ea9 has started in 24.1715 ms +2021-09-03 18:01:43.640 +08:00 [DBG] Execution loop Worker:6c51e16d has started in 27.4003 ms +2021-09-03 18:01:43.646 +08:00 [DBG] Execution loop Worker:f6a37710 has started in 33.7299 ms +2021-09-03 18:01:43.650 +08:00 [DBG] Execution loop Worker:ad14ee1e has started in 37.7012 ms +2021-09-03 18:01:43.657 +08:00 [DBG] Execution loop Worker:fd7b7a35 has started in 44.7546 ms +2021-09-03 18:01:43.663 +08:00 [DBG] Execution loop Worker:a178ab8f has started in 50.5507 ms +2021-09-03 18:01:43.667 +08:00 [DBG] Execution loop Worker:45b231e1 has started in 54.4811 ms +2021-09-03 18:01:43.677 +08:00 [DBG] Execution loop Worker:b03130e4 has started in 64.2333 ms +2021-09-03 18:01:43.677 +08:00 [DBG] Execution loop Worker:5685d20a has started in 64.2534 ms +2021-09-03 18:01:43.677 +08:00 [DBG] removed records count=1 +2021-09-03 18:01:43.681 +08:00 [DBG] Execution loop Worker:88645d8b has started in 68.0228 ms +2021-09-03 18:01:43.689 +08:00 [DBG] Execution loop Worker:e2b03cca has started in 77.0119 ms +2021-09-03 18:01:43.694 +08:00 [DBG] Execution loop Worker:4d8f9186 has started in 81.2016 ms +2021-09-03 18:01:43.699 +08:00 [DBG] Execution loop Worker:fc37c9df has started in 86.3491 ms +2021-09-03 18:01:43.699 +08:00 [INF] Server szqh003802a:21228:935db18a all the dispatchers started +2021-09-03 18:01:43.703 +08:00 [DBG] Execution loop DelayedJobScheduler:160a80ca has started in 9.348 ms +2021-09-03 18:01:43.703 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 has started in 8.8756 ms +2021-09-03 18:01:44.135 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_35196c3fec16475089b9d7293f3230e4 +2021-09-03 18:01:44.179 +08:00 [INF] Connected to Redis. +2021-09-03 18:01:44.190 +08:00 [INF] Initialized all ABP modules. +2021-09-03 18:01:44.297 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 18:01:44.301 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 18:01:44.301 +08:00 [INF] Hosting environment: Development +2021-09-03 18:01:44.301 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 18:01:44.688 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 18:01:44.714 +08:00 [DBG] removed records count=0 +2021-09-03 18:01:44.714 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 18:01:44.716 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 18:01:44.911 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 18:01:47.233 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:01:47.310 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 18:01:47.352 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 18:01:47.360 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 45.7846ms +2021-09-03 18:01:47.361 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:01:47.389 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2476.9003ms +2021-09-03 18:01:47.406 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 18:01:47.472 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 66.1034ms +2021-09-03 18:01:47.662 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 18:01:48.154 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 491.8719ms +2021-09-03 18:01:59.903 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:01:59.908 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:01:59.913 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.0207ms +2021-09-03 18:01:59.915 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:01:59.915 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:01:59.969 +08:00 [INF] Successfully validated the token. +2021-09-03 18:01:59.985 +08:00 [INF] Authorization was successful. +2021-09-03 18:01:59.990 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:01:59.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:01:59.998 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:01:59.998 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.7488ms +2021-09-03 18:02:00.002 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:02:00.003 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:00.007 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:00.008 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:02:00.008 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:02:00.015 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=smxoZvpqvOtp8K9v1leH_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:02:00.016 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:00.018 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:00.019 +08:00 [INF] Authorization was successful. +2021-09-03 18:02:00.020 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:02:00.026 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:02:00.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:00.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:00.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 463.9039ms +2021-09-03 18:02:00.692 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:02:00.711 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 685.099ms +2021-09-03 18:02:00.711 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:02:00.714 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:00.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:00.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:00.775 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 772.4218ms +2021-09-03 18:02:02.339 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:02:02.340 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=smxoZvpqvOtp8K9v1leH_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 2324.2224ms +2021-09-03 18:02:09.247 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:02:09.247 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.247 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4598ms +2021-09-03 18:02:09.249 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:02:09.249 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.252 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:09.252 +08:00 [INF] Authorization was successful. +2021-09-03 18:02:09.253 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:02:09.253 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:02:09.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.276 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2076ms +2021-09-03 18:02:09.299 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MR2MMMI-fy8ADvly6lP_hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:02:09.299 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.303 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:09.305 +08:00 [INF] Authorization was successful. +2021-09-03 18:02:09.308 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:02:09.384 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:02:09.385 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.385 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5210ms +2021-09-03 18:02:09.387 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:02:09.387 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.390 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:09.390 +08:00 [INF] Authorization was successful. +2021-09-03 18:02:09.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:02:09.392 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:02:09.415 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.415 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.415 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.5755ms +2021-09-03 18:02:09.484 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mf1E-5eF7QQzN7xk2LCuaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:02:09.484 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.486 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:09.487 +08:00 [INF] Authorization was successful. +2021-09-03 18:02:09.488 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:02:09.884 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:02:09.884 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.884 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4706ms +2021-09-03 18:02:09.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:02:09.886 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:02:09.889 +08:00 [INF] Successfully validated the token. +2021-09-03 18:02:09.890 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:02:09.891 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:02:09.930 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:02:09.931 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 40.2252ms +2021-09-03 18:02:09.931 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:02:09.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.966 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.966 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:02:09.966 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 79.8951ms +2021-09-03 18:02:13.265 +08:00 [DBG] Transport connection checking... +2021-09-03 18:02:13.265 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:02:13.635 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:02:18.663 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:b774c229 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:56eb2c8a caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:6c51e16d caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:a178ab8f caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:b774c229 will be retried in 00:00:01... +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:56eb2c8a will be retried in 00:00:04... +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:6c51e16d will be retried in 00:00:09... +2021-09-03 18:02:18.663 +08:00 [DBG] Execution loop Worker:a178ab8f will be retried in 00:00:16... +2021-09-03 18:02:18.908 +08:00 [DBG] Execution loop Worker:e2b03cca caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.908 +08:00 [DBG] Execution loop Worker:e2b03cca will be retried in 00:00:25... +2021-09-03 18:02:18.930 +08:00 [DBG] Execution loop Worker:fd7b7a35 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.930 +08:00 [DBG] Execution loop Worker:fd7b7a35 will be retried in 00:00:36... +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:b13b484d caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:ad14ee1e caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:50b57d87 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:b13b484d will be retried in 00:00:49... +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:50b57d87 will be retried in 00:01:21... +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:4d8f9186 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:ad14ee1e will be retried in 00:01:04... +2021-09-03 18:02:18.950 +08:00 [DBG] Execution loop Worker:4d8f9186 will be retried in 00:01:40... +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:45b231e1 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:b03130e4 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:45b231e1 will be retried in 00:02:24... +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:b03130e4 will be retried in 00:02:01... +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:f6a37710 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:18.970 +08:00 [DBG] Execution loop Worker:f6a37710 will be retried in 00:02:49... +2021-09-03 18:02:19.045 +08:00 [DBG] Execution loop Worker:5685d20a caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.045 +08:00 [DBG] Execution loop Worker:5685d20a will be retried in 00:03:16... +2021-09-03 18:02:19.064 +08:00 [DBG] Execution loop Worker:fc37c9df caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.064 +08:00 [DBG] Execution loop Worker:fc37c9df will be retried in 00:03:45... +2021-09-03 18:02:19.083 +08:00 [DBG] Execution loop Worker:c0d830c7 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.083 +08:00 [DBG] Execution loop Worker:247543db caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.083 +08:00 [DBG] Execution loop Worker:c0d830c7 will be retried in 00:04:49... +2021-09-03 18:02:19.083 +08:00 [DBG] Execution loop Worker:247543db will be retried in 00:04:16... +2021-09-03 18:02:19.105 +08:00 [DBG] Execution loop Worker:cf4e1ea9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.105 +08:00 [DBG] Execution loop Worker:cf4e1ea9 will be retried in 00:05:00... +2021-09-03 18:02:19.143 +08:00 [DBG] Execution loop Worker:88645d8b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.143 +08:00 [DBG] Execution loop Worker:88645d8b will be retried in 00:05:00... +2021-09-03 18:02:19.166 +08:00 [DBG] Execution loop Worker:7b48917f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.166 +08:00 [DBG] Execution loop Worker:7b48917f will be retried in 00:05:00... +2021-09-03 18:02:19.189 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.189 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:19.189 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:01... +2021-09-03 18:02:19.269 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:02:19.269 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 18:02:19.271 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 18:02:19.283 +08:00 [DBG] removed records count=0 +2021-09-03 18:02:19.283 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 18:02:19.285 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 18:02:19.296 +08:00 [DBG] removed records count=0 +2021-09-03 18:02:19.296 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 18:02:19.298 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 18:02:43.272 +08:00 [DBG] Transport connection checking... +2021-09-03 18:02:43.273 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:02:43.665 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:02:49.534 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:02:50.288 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:50.288 +08:00 [DBG] Execution loop Worker:b774c229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:50.288 +08:00 [DBG] Execution loop Worker:b774c229 will be retried in 00:05:00... +2021-09-03 18:02:50.579 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:50.579 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:50.579 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:04... +2021-09-03 18:02:53.287 +08:00 [DBG] Execution loop Worker:56eb2c8a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:53.287 +08:00 [DBG] Execution loop Worker:56eb2c8a will be retried in 00:05:00... +2021-09-03 18:02:58.307 +08:00 [DBG] Execution loop Worker:6c51e16d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:02:58.307 +08:00 [DBG] Execution loop Worker:6c51e16d will be retried in 00:05:00... +2021-09-03 18:03:05.301 +08:00 [DBG] Execution loop Worker:a178ab8f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:05.301 +08:00 [DBG] Execution loop Worker:a178ab8f will be retried in 00:05:00... +2021-09-03 18:03:13.277 +08:00 [DBG] Transport connection checking... +2021-09-03 18:03:13.277 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:03:13.687 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:03:14.301 +08:00 [DBG] Execution loop Worker:e2b03cca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:14.301 +08:00 [DBG] Execution loop Worker:e2b03cca will be retried in 00:05:00... +2021-09-03 18:03:24.899 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:24.899 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:09... +2021-09-03 18:03:25.290 +08:00 [DBG] Execution loop Worker:fd7b7a35 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:25.290 +08:00 [DBG] Execution loop Worker:fd7b7a35 will be retried in 00:05:00... +2021-09-03 18:03:38.282 +08:00 [DBG] Execution loop Worker:b13b484d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:38.282 +08:00 [DBG] Execution loop Worker:b13b484d will be retried in 00:05:00... +2021-09-03 18:03:43.301 +08:00 [DBG] Transport connection checking... +2021-09-03 18:03:43.301 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:03:43.708 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:03:53.322 +08:00 [DBG] Execution loop Worker:ad14ee1e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:03:53.322 +08:00 [DBG] Execution loop Worker:ad14ee1e will be retried in 00:05:00... +2021-09-03 18:04:04.219 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:04:04.219 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:16... +2021-09-03 18:04:10.271 +08:00 [DBG] Execution loop Worker:50b57d87 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:04:10.271 +08:00 [DBG] Execution loop Worker:50b57d87 will be retried in 00:05:00... +2021-09-03 18:04:13.319 +08:00 [DBG] Transport connection checking... +2021-09-03 18:04:13.319 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:04:13.730 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:04:29.307 +08:00 [DBG] Execution loop Worker:4d8f9186 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:04:29.307 +08:00 [DBG] Execution loop Worker:4d8f9186 will be retried in 00:05:00... +2021-09-03 18:04:43.318 +08:00 [DBG] Transport connection checking... +2021-09-03 18:04:43.318 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:04:43.744 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:04:50.298 +08:00 [DBG] Execution loop Worker:b03130e4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:04:50.298 +08:00 [DBG] Execution loop Worker:b03130e4 will be retried in 00:05:00... +2021-09-03 18:04:50.581 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:04:50.581 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:25... +2021-09-03 18:05:13.319 +08:00 [DBG] Execution loop Worker:45b231e1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:05:13.319 +08:00 [DBG] Execution loop Worker:45b231e1 will be retried in 00:05:00... +2021-09-03 18:05:13.337 +08:00 [DBG] Transport connection checking... +2021-09-03 18:05:13.337 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:05:13.760 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:05:38.287 +08:00 [DBG] Execution loop Worker:f6a37710 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:05:38.287 +08:00 [DBG] Execution loop Worker:f6a37710 will be retried in 00:05:00... +2021-09-03 18:05:41.748 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:05:41.748 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mf1E-5eF7QQzN7xk2LCuaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 212266.7118ms +2021-09-03 18:05:41.856 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:05:41.856 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MR2MMMI-fy8ADvly6lP_hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 212559.2489ms +2021-09-03 18:05:43.342 +08:00 [DBG] Transport connection checking... +2021-09-03 18:05:43.342 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:05:43.376 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:05:43.377 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.377 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4982ms +2021-09-03 18:05:43.379 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:05:43.379 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.383 +08:00 [INF] Successfully validated the token. +2021-09-03 18:05:43.383 +08:00 [INF] Authorization was successful. +2021-09-03 18:05:43.384 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:05:43.385 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:05:43.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.408 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0254ms +2021-09-03 18:05:43.436 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AkS12P4KaPwKr_9G5Fuhmw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:05:43.436 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.439 +08:00 [INF] Successfully validated the token. +2021-09-03 18:05:43.440 +08:00 [INF] Authorization was successful. +2021-09-03 18:05:43.441 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:05:43.588 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:05:43.589 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.589 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5002ms +2021-09-03 18:05:43.591 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:05:43.591 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.594 +08:00 [INF] Successfully validated the token. +2021-09-03 18:05:43.594 +08:00 [INF] Authorization was successful. +2021-09-03 18:05:43.595 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:05:43.595 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:05:43.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.619 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.9883ms +2021-09-03 18:05:43.660 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_LTNY69VRN4U5s57wWd_jA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:05:43.661 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.664 +08:00 [INF] Successfully validated the token. +2021-09-03 18:05:43.665 +08:00 [INF] Authorization was successful. +2021-09-03 18:05:43.667 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:05:43.805 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:05:43.867 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:05:43.867 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.867 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4719ms +2021-09-03 18:05:43.869 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:05:43.869 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:05:43.872 +08:00 [INF] Successfully validated the token. +2021-09-03 18:05:43.873 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:05:43.873 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:05:43.905 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:05:43.905 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.7552ms +2021-09-03 18:05:43.905 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:05:43.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:05:43.938 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 69.1699ms +2021-09-03 18:05:45.916 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:05:45.916 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:36... +2021-09-03 18:06:05.307 +08:00 [DBG] Execution loop Worker:5685d20a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:06:05.307 +08:00 [DBG] Execution loop Worker:5685d20a will be retried in 00:05:00... +2021-09-03 18:06:13.355 +08:00 [DBG] Transport connection checking... +2021-09-03 18:06:13.355 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:06:13.839 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:06:19.327 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:19.343 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_LTNY69VRN4U5s57wWd_jA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 35667.4592ms +2021-09-03 18:06:19.403 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:19.403 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AkS12P4KaPwKr_9G5Fuhmw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 35967.7137ms +2021-09-03 18:06:20.955 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:20.956 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:20.956 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5093ms +2021-09-03 18:06:20.958 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:20.959 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:20.962 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:20.963 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:20.964 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:20.965 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:20.988 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:20.988 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:20.988 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.5467ms +2021-09-03 18:06:21.026 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vML0SRtzY8VVxe0bWyQ4-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:21.026 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.030 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:21.030 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:21.032 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:21.193 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:21.194 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.194 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6243ms +2021-09-03 18:06:21.196 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:21.196 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.200 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:21.200 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:21.202 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:21.202 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:21.227 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:21.227 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:21.227 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.6116ms +2021-09-03 18:06:21.279 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M16NWZvOBkeWhCie9V_BAg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:21.279 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.283 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:21.283 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:21.285 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:21.870 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:06:21.870 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.871 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5299ms +2021-09-03 18:06:21.872 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:06:21.872 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:21.875 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:21.876 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:21.877 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:06:21.907 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:06:21.907 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.6592ms +2021-09-03 18:06:21.907 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:21.910 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:21.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:21.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:21.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 62.3884ms +2021-09-03 18:06:23.980 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:23.980 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M16NWZvOBkeWhCie9V_BAg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 2701.6108ms +2021-09-03 18:06:24.023 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:24.045 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vML0SRtzY8VVxe0bWyQ4-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 2997.5869ms +2021-09-03 18:06:25.620 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:25.620 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:25.621 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5045ms +2021-09-03 18:06:25.623 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:25.623 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:25.625 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:25.626 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:25.627 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:25.627 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:25.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:25.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:25.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.4079ms +2021-09-03 18:06:25.681 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Okuv71xi3aeX6r492FFyHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:25.681 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:25.684 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:25.684 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:25.685 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:25.821 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:25.821 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:25.822 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5206ms +2021-09-03 18:06:25.824 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:25.824 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:25.826 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:25.827 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:25.828 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:25.828 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:25.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:25.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:25.854 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.7712ms +2021-09-03 18:06:25.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:06:25.998 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:26.001 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:26.004 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:26.005 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:06:26.010 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0A3V2DVn5dS3zI2gtUmAYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:26.012 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:26.015 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:26.016 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:26.018 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:26.052 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:06:26.052 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 47.638ms +2021-09-03 18:06:26.053 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:26.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:26.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:26.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:26.086 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 88.9081ms +2021-09-03 18:06:31.737 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:31.756 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0A3V2DVn5dS3zI2gtUmAYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 5728.6039ms +2021-09-03 18:06:31.795 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:31.834 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Okuv71xi3aeX6r492FFyHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 6133.7193ms +2021-09-03 18:06:33.160 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:33.160 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4989ms +2021-09-03 18:06:33.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:33.163 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.165 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:33.166 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:33.167 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:33.168 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:33.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.191 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.2836ms +2021-09-03 18:06:33.221 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Em_S5SA7ep1jZiFncLGDeA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:33.221 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.224 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:33.225 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:33.226 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:33.407 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:33.408 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.408 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4946ms +2021-09-03 18:06:33.411 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:33.412 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.415 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:33.415 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:33.416 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:33.417 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:33.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.9160ms +2021-09-03 18:06:33.478 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=emngHgRimdVEbg6H6vJKTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:33.478 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.482 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:33.483 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:33.485 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:33.857 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:06:33.858 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.858 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5125ms +2021-09-03 18:06:33.859 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:06:33.859 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:33.862 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:33.863 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:33.863 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:06:33.892 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:06:33.893 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 29.6587ms +2021-09-03 18:06:33.893 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:33.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.920 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.920 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:33.920 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 61.2874ms +2021-09-03 18:06:34.334 +08:00 [DBG] Execution loop Worker:fc37c9df caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:06:34.334 +08:00 [DBG] Execution loop Worker:fc37c9df will be retried in 00:05:00... +2021-09-03 18:06:34.658 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:34.677 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=emngHgRimdVEbg6H6vJKTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 1199.5279ms +2021-09-03 18:06:34.717 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:34.754 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Em_S5SA7ep1jZiFncLGDeA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 1514.8760ms +2021-09-03 18:06:36.224 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:36.224 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.224 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6021ms +2021-09-03 18:06:36.227 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:36.228 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.231 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:36.231 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:36.233 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:36.233 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:36.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.256 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.7124ms +2021-09-03 18:06:36.292 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5eaWwMn2NxN8QBANXtOsXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:36.292 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.295 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:36.296 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:36.297 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:36.446 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:36.447 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.447 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6357ms +2021-09-03 18:06:36.451 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:36.452 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.457 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:36.458 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:36.459 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:36.459 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:36.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.486 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.4035ms +2021-09-03 18:06:36.538 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0k6PzUjT3auU9KlELFXinQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:36.539 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.542 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:36.543 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:36.545 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:36.872 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:06:36.872 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:36.875 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:36.876 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:36.876 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:06:36.908 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:06:36.908 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.8042ms +2021-09-03 18:06:36.908 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:36.911 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.936 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.936 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:36.937 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 64.9996ms +2021-09-03 18:06:38.990 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:38.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0k6PzUjT3auU9KlELFXinQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 2452.3907ms +2021-09-03 18:06:39.031 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:06:39.067 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5eaWwMn2NxN8QBANXtOsXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 2775.3168ms +2021-09-03 18:06:40.429 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:40.429 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.430 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5443ms +2021-09-03 18:06:40.433 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:40.433 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.436 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:40.436 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:40.437 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:40.438 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:40.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.462 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.6161ms +2021-09-03 18:06:40.520 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pKXMoBwmb-YuhM5qc80efQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:40.520 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.524 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:40.525 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:40.526 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:40.628 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:06:40.629 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.629 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5116ms +2021-09-03 18:06:40.632 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:06:40.632 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.635 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:40.636 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:40.637 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:40.637 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:06:40.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.664 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 32.3155ms +2021-09-03 18:06:40.688 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=c7r5l6sct6RKHIxNRsnxMg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:06:40.689 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.693 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:40.694 +08:00 [INF] Authorization was successful. +2021-09-03 18:06:40.696 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:06:40.906 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:06:40.907 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.907 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4822ms +2021-09-03 18:06:40.908 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:06:40.909 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:06:40.911 +08:00 [INF] Successfully validated the token. +2021-09-03 18:06:40.912 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:40.913 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:06:40.946 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:06:40.947 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 34.0034ms +2021-09-03 18:06:40.947 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:06:40.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:06:40.983 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 74.8735ms +2021-09-03 18:06:43.304 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:06:43.307 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:06:43.381 +08:00 [DBG] Transport connection checking... +2021-09-03 18:06:43.382 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:06:43.646 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:06:43.854 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:06:49.241 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 18:06:49.449 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 208.1544ms +2021-09-03 18:06:52.280 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:06:52.280 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:00:49... +2021-09-03 18:07:05.324 +08:00 [DBG] Execution loop Worker:247543db caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:07:05.324 +08:00 [DBG] Execution loop Worker:247543db will be retried in 00:05:00... +2021-09-03 18:07:13.395 +08:00 [DBG] Transport connection checking... +2021-09-03 18:07:13.395 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:07:13.888 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:07:38.360 +08:00 [DBG] Execution loop Worker:c0d830c7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:07:38.360 +08:00 [DBG] Execution loop Worker:c0d830c7 will be retried in 00:05:00... +2021-09-03 18:07:43.401 +08:00 [DBG] Transport connection checking... +2021-09-03 18:07:43.401 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:07:43.911 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:07:49.353 +08:00 [DBG] Execution loop Worker:cf4e1ea9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:07:49.353 +08:00 [DBG] Execution loop Worker:cf4e1ea9 will be retried in 00:05:00... +2021-09-03 18:07:49.806 +08:00 [DBG] Execution loop Worker:88645d8b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:07:49.806 +08:00 [DBG] Execution loop Worker:88645d8b will be retried in 00:05:00... +2021-09-03 18:07:49.862 +08:00 [DBG] Execution loop Worker:7b48917f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:07:49.862 +08:00 [DBG] Execution loop Worker:7b48917f will be retried in 00:05:00... +2021-09-03 18:08:11.588 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:11.588 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:01:04... +2021-09-03 18:08:13.410 +08:00 [DBG] Transport connection checking... +2021-09-03 18:08:13.410 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:08:13.933 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:08:20.538 +08:00 [DBG] Execution loop Worker:b774c229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:20.538 +08:00 [DBG] Execution loop Worker:b774c229 will be retried in 00:05:00... +2021-09-03 18:08:23.550 +08:00 [DBG] Execution loop Worker:56eb2c8a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:23.550 +08:00 [DBG] Execution loop Worker:56eb2c8a will be retried in 00:05:00... +2021-09-03 18:08:28.557 +08:00 [DBG] Execution loop Worker:6c51e16d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:28.557 +08:00 [DBG] Execution loop Worker:6c51e16d will be retried in 00:05:00... +2021-09-03 18:08:35.582 +08:00 [DBG] Execution loop Worker:a178ab8f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:35.582 +08:00 [DBG] Execution loop Worker:a178ab8f will be retried in 00:05:00... +2021-09-03 18:08:43.419 +08:00 [DBG] Transport connection checking... +2021-09-03 18:08:43.420 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:08:43.942 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:08:44.540 +08:00 [DBG] Execution loop Worker:e2b03cca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:44.540 +08:00 [DBG] Execution loop Worker:e2b03cca will be retried in 00:05:00... +2021-09-03 18:08:55.550 +08:00 [DBG] Execution loop Worker:fd7b7a35 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:08:55.550 +08:00 [DBG] Execution loop Worker:fd7b7a35 will be retried in 00:05:00... +2021-09-03 18:09:08.518 +08:00 [DBG] Execution loop Worker:b13b484d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:09:08.518 +08:00 [DBG] Execution loop Worker:b13b484d will be retried in 00:05:00... +2021-09-03 18:09:13.427 +08:00 [DBG] Transport connection checking... +2021-09-03 18:09:13.427 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:09:13.959 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:09:23.599 +08:00 [DBG] Execution loop Worker:ad14ee1e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:09:23.599 +08:00 [DBG] Execution loop Worker:ad14ee1e will be retried in 00:05:00... +2021-09-03 18:09:40.512 +08:00 [DBG] Execution loop Worker:50b57d87 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:09:40.512 +08:00 [DBG] Execution loop Worker:50b57d87 will be retried in 00:05:00... +2021-09-03 18:09:43.432 +08:00 [DBG] Transport connection checking... +2021-09-03 18:09:43.432 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:09:43.981 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:09:45.935 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:09:45.935 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:01:21... +2021-09-03 18:09:59.578 +08:00 [DBG] Execution loop Worker:4d8f9186 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:09:59.578 +08:00 [DBG] Execution loop Worker:4d8f9186 will be retried in 00:05:00... +2021-09-03 18:10:13.438 +08:00 [DBG] Transport connection checking... +2021-09-03 18:10:13.438 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:10:14.004 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:10:20.578 +08:00 [DBG] Execution loop Worker:b03130e4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:10:20.578 +08:00 [DBG] Execution loop Worker:b03130e4 will be retried in 00:05:00... +2021-09-03 18:10:43.451 +08:00 [DBG] Transport connection checking... +2021-09-03 18:10:43.451 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:10:43.564 +08:00 [DBG] Execution loop Worker:45b231e1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:10:43.564 +08:00 [DBG] Execution loop Worker:45b231e1 will be retried in 00:05:00... +2021-09-03 18:10:44.013 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:11:08.541 +08:00 [DBG] Execution loop Worker:f6a37710 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:11:08.541 +08:00 [DBG] Execution loop Worker:f6a37710 will be retried in 00:05:00... +2021-09-03 18:11:13.468 +08:00 [DBG] Transport connection checking... +2021-09-03 18:11:13.468 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:11:14.033 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:11:35.572 +08:00 [DBG] Execution loop Worker:5685d20a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:11:35.572 +08:00 [DBG] Execution loop Worker:5685d20a will be retried in 00:05:00... +2021-09-03 18:11:37.251 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:11:37.251 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:01:40... +2021-09-03 18:11:43.320 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:11:43.322 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:11:43.474 +08:00 [DBG] Transport connection checking... +2021-09-03 18:11:43.474 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:11:43.660 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:11:44.068 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:12:04.567 +08:00 [DBG] Execution loop Worker:fc37c9df caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:12:04.567 +08:00 [DBG] Execution loop Worker:fc37c9df will be retried in 00:05:00... +2021-09-03 18:12:13.484 +08:00 [DBG] Transport connection checking... +2021-09-03 18:12:13.484 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:12:14.083 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:12:35.567 +08:00 [DBG] Execution loop Worker:247543db caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:12:35.567 +08:00 [DBG] Execution loop Worker:247543db will be retried in 00:05:00... +2021-09-03 18:12:43.489 +08:00 [DBG] Transport connection checking... +2021-09-03 18:12:43.489 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:12:44.098 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:13:08.601 +08:00 [DBG] Execution loop Worker:c0d830c7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:08.601 +08:00 [DBG] Execution loop Worker:c0d830c7 will be retried in 00:05:00... +2021-09-03 18:13:13.488 +08:00 [DBG] Transport connection checking... +2021-09-03 18:13:13.488 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:13:14.127 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:13:19.597 +08:00 [DBG] Execution loop Worker:cf4e1ea9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:19.597 +08:00 [DBG] Execution loop Worker:cf4e1ea9 will be retried in 00:05:00... +2021-09-03 18:13:20.051 +08:00 [DBG] Execution loop Worker:88645d8b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:20.052 +08:00 [DBG] Execution loop Worker:88645d8b will be retried in 00:05:00... +2021-09-03 18:13:20.317 +08:00 [DBG] Execution loop Worker:7b48917f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:20.317 +08:00 [DBG] Execution loop Worker:7b48917f will be retried in 00:05:00... +2021-09-03 18:13:43.493 +08:00 [DBG] Transport connection checking... +2021-09-03 18:13:43.493 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:13:44.146 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:13:47.586 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:47.586 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:02:01... +2021-09-03 18:13:48.403 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:13:48.403 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=c7r5l6sct6RKHIxNRsnxMg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 427717.8743ms +2021-09-03 18:13:49.353 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:13:49.353 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pKXMoBwmb-YuhM5qc80efQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 428836.6608ms +2021-09-03 18:13:50.811 +08:00 [DBG] Execution loop Worker:b774c229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:50.811 +08:00 [DBG] Execution loop Worker:b774c229 will be retried in 00:05:00... +2021-09-03 18:13:53.805 +08:00 [DBG] Execution loop Worker:56eb2c8a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:53.805 +08:00 [DBG] Execution loop Worker:56eb2c8a will be retried in 00:05:00... +2021-09-03 18:13:57.490 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:13:57.491 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:13:57.491 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5154ms +2021-09-03 18:13:57.493 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:13:57.494 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:13:57.498 +08:00 [INF] Successfully validated the token. +2021-09-03 18:13:57.498 +08:00 [INF] Authorization was successful. +2021-09-03 18:13:57.500 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:13:57.500 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:13:57.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:13:57.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:13:57.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.7322ms +2021-09-03 18:13:57.630 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=htfWAqaT94kYVBgA9x4zYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:13:57.630 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:13:57.633 +08:00 [INF] Successfully validated the token. +2021-09-03 18:13:57.634 +08:00 [INF] Authorization was successful. +2021-09-03 18:13:57.635 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:13:58.831 +08:00 [DBG] Execution loop Worker:6c51e16d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:13:58.831 +08:00 [DBG] Execution loop Worker:6c51e16d will be retried in 00:05:00... +2021-09-03 18:14:01.872 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:14:01.872 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:01.872 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4786ms +2021-09-03 18:14:01.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:14:01.875 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:01.877 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:01.877 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:01.878 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:01.879 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:01.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:01.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:01.900 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8233ms +2021-09-03 18:14:01.976 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:14:01.976 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:01.976 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4424ms +2021-09-03 18:14:01.981 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wfEFnNPZO38WZv66uzBz3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:14:01.981 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:01.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:14:01.981 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:01.984 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:01.984 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:01.984 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:01.985 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:14:01.986 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:14:01.986 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:14:02.026 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:14:02.026 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 40.3424ms +2021-09-03 18:14:02.026 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:14:02.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:02.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:02.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:02.057 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 76.1123ms +2021-09-03 18:14:05.832 +08:00 [DBG] Execution loop Worker:a178ab8f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:14:05.832 +08:00 [DBG] Execution loop Worker:a178ab8f will be retried in 00:05:00... +2021-09-03 18:14:13.512 +08:00 [DBG] Transport connection checking... +2021-09-03 18:14:13.512 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:14:14.178 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:14:14.856 +08:00 [DBG] Execution loop Worker:e2b03cca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:14:14.856 +08:00 [DBG] Execution loop Worker:e2b03cca will be retried in 00:05:00... +2021-09-03 18:14:25.815 +08:00 [DBG] Execution loop Worker:fd7b7a35 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:14:25.815 +08:00 [DBG] Execution loop Worker:fd7b7a35 will be retried in 00:05:00... +2021-09-03 18:14:38.769 +08:00 [DBG] Execution loop Worker:b13b484d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:14:38.769 +08:00 [DBG] Execution loop Worker:b13b484d will be retried in 00:05:00... +2021-09-03 18:14:43.525 +08:00 [DBG] Transport connection checking... +2021-09-03 18:14:43.525 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:14:44.207 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:14:46.796 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:14:46.796 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wfEFnNPZO38WZv66uzBz3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 44816.1151ms +2021-09-03 18:14:46.838 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:14:46.856 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=htfWAqaT94kYVBgA9x4zYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 49225.8927ms +2021-09-03 18:14:49.793 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:14:49.793 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:49.793 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5207ms +2021-09-03 18:14:49.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:14:49.796 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:49.799 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:49.800 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:49.801 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:49.801 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:49.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:49.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:49.826 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.5511ms +2021-09-03 18:14:49.934 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:14:49.935 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:49.935 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5023ms +2021-09-03 18:14:49.938 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:14:49.939 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:49.943 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CSfsAWjuT0gvdOSJKxU7Zg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:14:49.943 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:49.943 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:49.945 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:14:49.945 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:14:49.946 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:49.946 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:49.947 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:14:49.999 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:14:50.000 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 54.1655ms +2021-09-03 18:14:50.000 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:14:50.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:50.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:50.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:50.039 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 100.8181ms +2021-09-03 18:14:50.340 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:14:50.340 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:50.341 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4470ms +2021-09-03 18:14:50.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:14:50.343 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:50.346 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:50.346 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:50.347 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:50.347 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:14:50.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:50.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:14:50.381 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.1300ms +2021-09-03 18:14:50.408 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5niGvANbvK2alCWXvhh2Rw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:14:50.409 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:14:50.411 +08:00 [INF] Successfully validated the token. +2021-09-03 18:14:50.412 +08:00 [INF] Authorization was successful. +2021-09-03 18:14:50.413 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:14:53.840 +08:00 [DBG] Execution loop Worker:ad14ee1e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:14:53.840 +08:00 [DBG] Execution loop Worker:ad14ee1e will be retried in 00:05:00... +2021-09-03 18:15:00.431 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:15:00.432 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CSfsAWjuT0gvdOSJKxU7Zg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 10489.5267ms +2021-09-03 18:15:00.476 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:15:00.499 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5niGvANbvK2alCWXvhh2Rw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 10070.7508ms +2021-09-03 18:15:02.202 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:15:02.203 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.203 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6324ms +2021-09-03 18:15:02.205 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:15:02.206 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.209 +08:00 [INF] Successfully validated the token. +2021-09-03 18:15:02.210 +08:00 [INF] Authorization was successful. +2021-09-03 18:15:02.211 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:15:02.211 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:15:02.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.237 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.0682ms +2021-09-03 18:15:02.278 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=07gBEVkwvezUbPWCZRiWhA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:15:02.279 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.283 +08:00 [INF] Successfully validated the token. +2021-09-03 18:15:02.284 +08:00 [INF] Authorization was successful. +2021-09-03 18:15:02.285 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:15:02.715 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:15:02.715 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.715 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4624ms +2021-09-03 18:15:02.717 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:15:02.717 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.720 +08:00 [INF] Successfully validated the token. +2021-09-03 18:15:02.720 +08:00 [INF] Authorization was successful. +2021-09-03 18:15:02.721 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:15:02.721 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:15:02.756 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.756 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.756 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.2712ms +2021-09-03 18:15:02.792 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7lYSHOj3iSaGGAA764zulA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:15:02.793 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.796 +08:00 [INF] Successfully validated the token. +2021-09-03 18:15:02.797 +08:00 [INF] Authorization was successful. +2021-09-03 18:15:02.798 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:15:02.889 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-03 18:15:02.890 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.890 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.6185ms +2021-09-03 18:15:02.896 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-03 18:15:02.896 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:15:02.899 +08:00 [INF] Successfully validated the token. +2021-09-03 18:15:02.901 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:15:02.901 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-03 18:15:02.938 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:15:02.939 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 37.4734ms +2021-09-03 18:15:02.939 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-03 18:15:02.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:15:02.978 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 82.3815ms +2021-09-03 18:15:10.779 +08:00 [DBG] Execution loop Worker:50b57d87 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:15:10.779 +08:00 [DBG] Execution loop Worker:50b57d87 will be retried in 00:05:00... +2021-09-03 18:15:13.535 +08:00 [DBG] Transport connection checking... +2021-09-03 18:15:13.535 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:15:14.213 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:15:29.842 +08:00 [DBG] Execution loop Worker:4d8f9186 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:15:29.842 +08:00 [DBG] Execution loop Worker:4d8f9186 will be retried in 00:05:00... +2021-09-03 18:15:43.556 +08:00 [DBG] Transport connection checking... +2021-09-03 18:15:43.556 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:15:44.232 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:15:50.822 +08:00 [DBG] Execution loop Worker:b03130e4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:15:50.822 +08:00 [DBG] Execution loop Worker:b03130e4 will be retried in 00:05:00... +2021-09-03 18:16:13.566 +08:00 [DBG] Transport connection checking... +2021-09-03 18:16:13.566 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:16:13.801 +08:00 [DBG] Execution loop Worker:45b231e1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:16:13.801 +08:00 [DBG] Execution loop Worker:45b231e1 will be retried in 00:05:00... +2021-09-03 18:16:14.247 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:16:18.896 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:16:18.896 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:02:24... +2021-09-03 18:16:38.797 +08:00 [DBG] Execution loop Worker:f6a37710 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:16:38.797 +08:00 [DBG] Execution loop Worker:f6a37710 will be retried in 00:05:00... +2021-09-03 18:16:43.334 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:16:43.338 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:16:43.581 +08:00 [DBG] Transport connection checking... +2021-09-03 18:16:43.581 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:16:43.675 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:16:44.256 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:17:05.843 +08:00 [DBG] Execution loop Worker:5685d20a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:17:05.843 +08:00 [DBG] Execution loop Worker:5685d20a will be retried in 00:05:00... +2021-09-03 18:17:13.595 +08:00 [DBG] Transport connection checking... +2021-09-03 18:17:13.595 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:17:14.270 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:17:28.724 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:17:28.742 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7lYSHOj3iSaGGAA764zulA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 145950.7401ms +2021-09-03 18:17:30.327 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:17:30.327 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:30.327 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5013ms +2021-09-03 18:17:30.329 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:17:30.329 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:30.331 +08:00 [INF] Successfully validated the token. +2021-09-03 18:17:30.332 +08:00 [INF] Authorization was successful. +2021-09-03 18:17:30.333 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:17:30.333 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:17:30.369 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:30.369 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:30.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.9413ms +2021-09-03 18:17:30.459 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rPuIhUUFRYjZonYGyITDZw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:17:30.460 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:30.462 +08:00 [INF] Successfully validated the token. +2021-09-03 18:17:30.463 +08:00 [INF] Authorization was successful. +2021-09-03 18:17:30.464 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:17:34.834 +08:00 [DBG] Execution loop Worker:fc37c9df caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:17:34.834 +08:00 [DBG] Execution loop Worker:fc37c9df will be retried in 00:05:00... +2021-09-03 18:17:34.912 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:17:34.915 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:34.915 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 3.5282ms +2021-09-03 18:17:34.917 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:17:34.918 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:34.920 +08:00 [INF] Successfully validated the token. +2021-09-03 18:17:34.921 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:17:34.924 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:17:35.242 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:17:35.243 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 319.0234ms +2021-09-03 18:17:35.243 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:17:35.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.290 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.290 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.290 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 372.8123ms +2021-09-03 18:17:35.294 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:17:35.294 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:35.294 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4348ms +2021-09-03 18:17:35.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:17:35.296 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:17:35.298 +08:00 [INF] Successfully validated the token. +2021-09-03 18:17:35.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:17:35.302 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:17:35.338 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:17:35.340 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 38.4822ms +2021-09-03 18:17:35.340 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:17:35.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:17:35.369 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 72.8992ms +2021-09-03 18:17:43.609 +08:00 [DBG] Transport connection checking... +2021-09-03 18:17:43.609 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:17:44.334 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:18:05.868 +08:00 [DBG] Execution loop Worker:247543db caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:18:05.869 +08:00 [DBG] Execution loop Worker:247543db will be retried in 00:05:00... +2021-09-03 18:18:13.614 +08:00 [DBG] Transport connection checking... +2021-09-03 18:18:13.614 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:18:14.352 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:18:38.839 +08:00 [DBG] Execution loop Worker:c0d830c7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:18:38.839 +08:00 [DBG] Execution loop Worker:c0d830c7 will be retried in 00:05:00... +2021-09-03 18:18:43.622 +08:00 [DBG] Transport connection checking... +2021-09-03 18:18:43.622 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:18:44.370 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:18:49.855 +08:00 [DBG] Execution loop Worker:cf4e1ea9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:18:49.855 +08:00 [DBG] Execution loop Worker:cf4e1ea9 will be retried in 00:05:00... +2021-09-03 18:18:50.298 +08:00 [DBG] Execution loop Worker:88645d8b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:18:50.298 +08:00 [DBG] Execution loop Worker:88645d8b will be retried in 00:05:00... +2021-09-03 18:18:50.582 +08:00 [DBG] Execution loop Worker:7b48917f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:18:50.582 +08:00 [DBG] Execution loop Worker:7b48917f will be retried in 00:05:00... +2021-09-03 18:19:13.222 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:13.222 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:02:49... +2021-09-03 18:19:13.628 +08:00 [DBG] Transport connection checking... +2021-09-03 18:19:13.628 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:19:14.395 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:19:21.093 +08:00 [DBG] Execution loop Worker:b774c229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:21.093 +08:00 [DBG] Execution loop Worker:b774c229 will be retried in 00:05:00... +2021-09-03 18:19:24.054 +08:00 [DBG] Execution loop Worker:56eb2c8a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:24.054 +08:00 [DBG] Execution loop Worker:56eb2c8a will be retried in 00:05:00... +2021-09-03 18:19:29.083 +08:00 [DBG] Execution loop Worker:6c51e16d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:29.083 +08:00 [DBG] Execution loop Worker:6c51e16d will be retried in 00:05:00... +2021-09-03 18:19:36.096 +08:00 [DBG] Execution loop Worker:a178ab8f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:36.096 +08:00 [DBG] Execution loop Worker:a178ab8f will be retried in 00:05:00... +2021-09-03 18:19:43.636 +08:00 [DBG] Transport connection checking... +2021-09-03 18:19:43.636 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:19:44.418 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:19:45.109 +08:00 [DBG] Execution loop Worker:e2b03cca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:45.109 +08:00 [DBG] Execution loop Worker:e2b03cca will be retried in 00:05:00... +2021-09-03 18:19:56.073 +08:00 [DBG] Execution loop Worker:fd7b7a35 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:19:56.073 +08:00 [DBG] Execution loop Worker:fd7b7a35 will be retried in 00:05:00... +2021-09-03 18:20:09.032 +08:00 [DBG] Execution loop Worker:b13b484d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:20:09.032 +08:00 [DBG] Execution loop Worker:b13b484d will be retried in 00:05:00... +2021-09-03 18:20:13.650 +08:00 [DBG] Transport connection checking... +2021-09-03 18:20:13.650 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:20:14.447 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:20:20.322 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:20:20.323 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rPuIhUUFRYjZonYGyITDZw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 169864.4859ms +2021-09-03 18:20:21.937 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:20:21.937 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:21.937 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4766ms +2021-09-03 18:20:21.939 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:20:21.940 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:21.942 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:21.943 +08:00 [INF] Authorization was successful. +2021-09-03 18:20:21.944 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:20:21.944 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:20:21.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:21.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:21.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.4269ms +2021-09-03 18:20:22.143 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kEDF0Mr6kqyowcW1KfXgEw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:20:22.143 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:22.146 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:22.147 +08:00 [INF] Authorization was successful. +2021-09-03 18:20:22.149 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:20:24.128 +08:00 [DBG] Execution loop Worker:ad14ee1e caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:20:24.128 +08:00 [DBG] Execution loop Worker:ad14ee1e will be retried in 00:05:00... +2021-09-03 18:20:27.931 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:20:27.931 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:27.932 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5212ms +2021-09-03 18:20:27.933 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:20:27.934 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:27.936 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:27.937 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:27.937 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:20:27.966 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:20:27.966 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.6266ms +2021-09-03 18:20:27.966 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:27.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:27.995 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:27.995 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:27.995 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 61.7773ms +2021-09-03 18:20:28.008 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:20:28.008 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:28.008 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4448ms +2021-09-03 18:20:28.010 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:20:28.010 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:28.012 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:28.013 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:28.014 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:20:28.044 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:20:28.044 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 30.6427ms +2021-09-03 18:20:28.044 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:28.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:28.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:28.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:28.072 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 62.7728ms +2021-09-03 18:20:30.430 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:20:30.431 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:30.431 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4379ms +2021-09-03 18:20:30.432 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:20:30.433 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:30.435 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:30.436 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:30.438 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:20:30.487 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-03 18:20:30.754 +08:00 [WRN] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "消息不存在", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-03 18:20:30.755 +08:00 [WRN] 消息不存在 +CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainException: 消息不存在 + at CompanyName.ProjectName.NotificationManagement.Notifications.NotificationManager.SetReadAsync(Guid id, Guid receiveId) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Domain\Notifications\NotificationManager.cs:line 114 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2619(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-03 18:20:30.755 +08:00 [WRN] Code: +2021-09-03 18:20:30.755 +08:00 [WRN] Details: +2021-09-03 18:20:30.758 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-03 18:20:30.761 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 322.8152ms +2021-09-03 18:20:30.761 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:30.848 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:30.848 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:30.848 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 500 - application/json;+charset=utf-8 415.5887ms +2021-09-03 18:20:33.682 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:20:33.683 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:33.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4966ms +2021-09-03 18:20:33.684 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:20:33.684 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:33.687 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:33.689 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:33.689 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:20:33.717 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:20:33.717 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.0898ms +2021-09-03 18:20:33.717 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:33.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.761 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 77.0827ms +2021-09-03 18:20:33.771 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:20:33.772 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:33.772 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4304ms +2021-09-03 18:20:33.773 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:20:33.773 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:20:33.776 +08:00 [INF] Successfully validated the token. +2021-09-03 18:20:33.777 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:33.777 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:20:33.807 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:20:33.807 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 29.7133ms +2021-09-03 18:20:33.807 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:20:33.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:20:33.838 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 65.1037ms +2021-09-03 18:20:41.013 +08:00 [DBG] Execution loop Worker:50b57d87 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:20:41.013 +08:00 [DBG] Execution loop Worker:50b57d87 will be retried in 00:05:00... +2021-09-03 18:20:43.663 +08:00 [DBG] Transport connection checking... +2021-09-03 18:20:43.663 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:20:44.474 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:21:00.103 +08:00 [DBG] Execution loop Worker:4d8f9186 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:21:00.103 +08:00 [DBG] Execution loop Worker:4d8f9186 will be retried in 00:05:00... +2021-09-03 18:21:11.257 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:21:11.258 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:11.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4762ms +2021-09-03 18:21:11.259 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:21:11.259 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:11.261 +08:00 [INF] Successfully validated the token. +2021-09-03 18:21:11.263 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:11.263 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:21:11.292 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:21:11.292 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 29.5056ms +2021-09-03 18:21:11.292 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:11.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.318 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 58.5447ms +2021-09-03 18:21:11.331 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:21:11.331 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:11.331 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4464ms +2021-09-03 18:21:11.333 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:21:11.333 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:11.335 +08:00 [INF] Successfully validated the token. +2021-09-03 18:21:11.336 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:11.336 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:21:11.362 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:21:11.362 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 25.9553ms +2021-09-03 18:21:11.363 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:11.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:11.388 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 55.3208ms +2021-09-03 18:21:13.665 +08:00 [DBG] Transport connection checking... +2021-09-03 18:21:13.665 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:21:14.521 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:21:21.067 +08:00 [DBG] Execution loop Worker:b03130e4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:21:21.067 +08:00 [DBG] Execution loop Worker:b03130e4 will be retried in 00:05:00... +2021-09-03 18:21:27.277 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:21:27.277 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:27.277 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4133ms +2021-09-03 18:21:27.279 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:21:27.279 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:27.281 +08:00 [INF] Successfully validated the token. +2021-09-03 18:21:27.282 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:27.283 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:21:27.310 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:21:27.310 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.3792ms +2021-09-03 18:21:27.310 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:27.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.344 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 65.2495ms +2021-09-03 18:21:27.352 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:21:27.353 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:27.353 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.5498ms +2021-09-03 18:21:27.354 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:21:27.354 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:21:27.356 +08:00 [INF] Successfully validated the token. +2021-09-03 18:21:27.358 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:27.358 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:21:27.384 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:21:27.384 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 26.6243ms +2021-09-03 18:21:27.385 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:21:27.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:21:27.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 56.6844ms +2021-09-03 18:21:43.333 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:21:43.336 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:21:43.660 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:21:43.660 +08:00 [DBG] Transport connection checking... +2021-09-03 18:21:43.660 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:21:44.067 +08:00 [DBG] Execution loop Worker:45b231e1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:21:44.067 +08:00 [DBG] Execution loop Worker:45b231e1 will be retried in 00:05:00... +2021-09-03 18:21:44.534 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:22:09.067 +08:00 [DBG] Execution loop Worker:f6a37710 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:22:09.068 +08:00 [DBG] Execution loop Worker:f6a37710 will be retried in 00:05:00... +2021-09-03 18:22:13.654 +08:00 [DBG] Transport connection checking... +2021-09-03 18:22:13.654 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:22:14.541 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:22:32.513 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:22:32.513 +08:00 [DBG] Execution loop RecurringJobScheduler:be000a74 will be retried in 00:03:16... +2021-09-03 18:22:36.064 +08:00 [DBG] Execution loop Worker:5685d20a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:22:36.064 +08:00 [DBG] Execution loop Worker:5685d20a will be retried in 00:05:00... +2021-09-03 18:22:43.656 +08:00 [DBG] Transport connection checking... +2021-09-03 18:22:43.656 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:22:44.559 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:23:05.062 +08:00 [DBG] Execution loop Worker:fc37c9df caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:23:05.062 +08:00 [DBG] Execution loop Worker:fc37c9df will be retried in 00:05:00... +2021-09-03 18:23:13.678 +08:00 [DBG] Transport connection checking... +2021-09-03 18:23:13.678 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:23:14.570 +08:00 [DBG] Server szqh003802a:21228:935db18a heartbeat successfully sent +2021-09-03 18:23:22.218 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:23:22.219 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:22.219 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.9034ms +2021-09-03 18:23:22.220 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:23:22.221 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:22.223 +08:00 [INF] Successfully validated the token. +2021-09-03 18:23:22.224 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:23:22.224 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:23:22.251 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:23:22.251 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 26.7742ms +2021-09-03 18:23:22.251 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:23:22.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:23:22.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:23:22.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:23:22.292 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 72.0238ms +2021-09-03 18:23:22.300 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:23:22.300 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:22.300 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4546ms +2021-09-03 18:23:22.301 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:23:22.302 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:22.304 +08:00 [INF] Successfully validated the token. +2021-09-03 18:23:22.305 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:23:22.305 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:23:35.593 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:23:35.593 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:35.593 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3587ms +2021-09-03 18:23:36.985 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:23:36.986 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kEDF0Mr6kqyowcW1KfXgEw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 194888.3238ms +2021-09-03 18:23:37.077 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:23:37.078 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:23:37.140 +08:00 [INF] Successfully validated the token. +2021-09-03 18:26:23.226 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 18:26:28.300 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 18:26:28.405 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 18:26:28.934 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 18:26:28.964 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 18:26:29.062 +08:00 [INF] Starting the processing server. +2021-09-03 18:26:29.066 +08:00 [DBG] Transport connection checking... +2021-09-03 18:26:29.066 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:26:29.079 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-N0r0RIG9mbgfr7kVle8BMw +2021-09-03 18:26:29.087 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:26:29.105 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:26:29.108 +08:00 [INF] ### CAP started! +2021-09-03 18:26:29.117 +08:00 [INF] Loaded ABP modules: +2021-09-03 18:26:29.117 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 18:26:29.117 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 18:26:29.117 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 18:26:29.117 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 18:26:29.117 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 18:26:29.118 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 18:26:29.118 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 18:26:29.202 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 18:26:29.204 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 18:26:29.252 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 18:26:29.264 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 18:26:29.264 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 18:26:29.264 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 18:26:29.264 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 18:26:29.286 +08:00 [DBG] Execution loop BackgroundServerProcess:a5d47312 has started in 5.9762 ms +2021-09-03 18:26:29.379 +08:00 [INF] Server szqh003802a:35072:164d92a7 successfully announced in 79.8189 ms +2021-09-03 18:26:29.383 +08:00 [INF] Server szqh003802a:35072:164d92a7 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 18:26:29.384 +08:00 [DBG] Execution loop ServerHeartbeatProcess:7978d3dc has started in 3.6366 ms +2021-09-03 18:26:29.387 +08:00 [DBG] Execution loop ServerWatchdog:866e4b8d has started in 4.3859 ms +2021-09-03 18:26:29.387 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:b4589c16 has started in 3.179 ms +2021-09-03 18:26:29.389 +08:00 [DBG] Execution loop ExpirationManager:cc19cffa has started in 4.0201 ms +2021-09-03 18:26:29.392 +08:00 [DBG] Execution loop CountersAggregator:d048aaf4 has started in 4.0067 ms +2021-09-03 18:26:29.393 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:26:29.393 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 18:26:29.395 +08:00 [DBG] Execution loop Worker:ac546034 has started in 5.1545 ms +2021-09-03 18:26:29.396 +08:00 [DBG] Execution loop Worker:d097e26b has started in 6.7171 ms +2021-09-03 18:26:29.399 +08:00 [DBG] Execution loop Worker:ac0997a3 has started in 9.3633 ms +2021-09-03 18:26:29.403 +08:00 [DBG] Execution loop Worker:47cda7bf has started in 12.9115 ms +2021-09-03 18:26:29.405 +08:00 [DBG] Execution loop Worker:b488173f has started in 15.6117 ms +2021-09-03 18:26:29.406 +08:00 [DBG] Execution loop Worker:a148ac0d has started in 16.7247 ms +2021-09-03 18:26:29.407 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 18:26:29.408 +08:00 [DBG] Execution loop Worker:d4939792 has started in 18.9564 ms +2021-09-03 18:26:29.412 +08:00 [DBG] Execution loop Worker:e5d117c2 has started in 22.4164 ms +2021-09-03 18:26:29.415 +08:00 [DBG] Execution loop Worker:44deb203 has started in 25.6693 ms +2021-09-03 18:26:29.421 +08:00 [DBG] Execution loop Worker:b9b5ecbc has started in 31.0125 ms +2021-09-03 18:26:29.424 +08:00 [DBG] Execution loop Worker:ade0082a has started in 34.8506 ms +2021-09-03 18:26:29.429 +08:00 [DBG] Execution loop Worker:8f905da0 has started in 38.6517 ms +2021-09-03 18:26:29.434 +08:00 [DBG] Execution loop Worker:3742ae37 has started in 44.958 ms +2021-09-03 18:26:29.440 +08:00 [DBG] removed records count=0 +2021-09-03 18:26:29.440 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 18:26:29.440 +08:00 [DBG] Execution loop Worker:95a382b2 has started in 50.2285 ms +2021-09-03 18:26:29.445 +08:00 [DBG] Execution loop Worker:6e0b27e7 has started in 54.6632 ms +2021-09-03 18:26:29.446 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 18:26:29.449 +08:00 [DBG] Execution loop Worker:3d770ebb has started in 58.838 ms +2021-09-03 18:26:29.451 +08:00 [DBG] Execution loop Worker:43f92f3e has started in 61.9123 ms +2021-09-03 18:26:29.456 +08:00 [DBG] Execution loop Worker:1294b5f0 has started in 65.4761 ms +2021-09-03 18:26:29.459 +08:00 [DBG] Execution loop Worker:6fb03483 has started in 69.7703 ms +2021-09-03 18:26:29.466 +08:00 [DBG] Execution loop Worker:1cc742e4 has started in 76.7931 ms +2021-09-03 18:26:29.471 +08:00 [DBG] Execution loop DelayedJobScheduler:fb14e340 has started in 11.2761 ms +2021-09-03 18:26:29.471 +08:00 [INF] Server szqh003802a:35072:164d92a7 all the dispatchers started +2021-09-03 18:26:29.477 +08:00 [DBG] Execution loop RecurringJobScheduler:28444f6b has started in 10.5246 ms +2021-09-03 18:26:29.872 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_7ca9035aa28641438382d5ca8298b181 +2021-09-03 18:26:29.901 +08:00 [INF] Connected to Redis. +2021-09-03 18:26:29.920 +08:00 [INF] Initialized all ABP modules. +2021-09-03 18:26:30.016 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 18:26:30.019 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 18:26:30.019 +08:00 [INF] Hosting environment: Development +2021-09-03 18:26:30.019 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 18:26:30.658 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 18:26:32.985 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:26:33.043 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 18:26:33.076 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 18:26:33.082 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 35.5906ms +2021-09-03 18:26:33.083 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:26:33.101 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2444.6614ms +2021-09-03 18:26:33.116 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 18:26:33.164 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 48.2758ms +2021-09-03 18:26:33.324 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 18:26:33.697 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 373.0302ms +2021-09-03 18:26:43.542 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:26:43.548 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:43.554 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.4940ms +2021-09-03 18:26:43.556 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:26:43.556 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:43.616 +08:00 [INF] Successfully validated the token. +2021-09-03 18:26:43.634 +08:00 [INF] Authorization was successful. +2021-09-03 18:26:43.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:26:43.662 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:26:43.685 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7lok_mhYZ7dUdCJW42o8vg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:26:43.685 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:43.688 +08:00 [INF] Successfully validated the token. +2021-09-03 18:26:43.689 +08:00 [INF] Authorization was successful. +2021-09-03 18:26:43.690 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:26:44.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:44.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:44.021 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 465.4677ms +2021-09-03 18:26:46.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:26:46.998 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:46.998 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 1.0234ms +2021-09-03 18:26:47.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:26:47.001 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:47.003 +08:00 [INF] Successfully validated the token. +2021-09-03 18:26:47.005 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:26:47.018 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:26:47.575 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:26:47.585 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 566.2149ms +2021-09-03 18:26:47.585 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:26:47.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:47.645 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:47.645 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:47.646 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 645.9363ms +2021-09-03 18:26:47.655 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:26:47.656 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:47.656 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4612ms +2021-09-03 18:26:47.657 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:26:47.657 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:26:47.660 +08:00 [INF] Successfully validated the token. +2021-09-03 18:26:47.661 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:26:47.663 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:26:59.059 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:26:59.067 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 11404.3529ms +2021-09-03 18:26:59.067 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:26:59.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:59.086 +08:00 [DBG] Transport connection checking... +2021-09-03 18:26:59.086 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:26:59.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:59.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:26:59.099 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 11443.1743ms +2021-09-03 18:26:59.431 +08:00 [DBG] Server szqh003802a:35072:164d92a7 heartbeat successfully sent +2021-09-03 18:27:04.811 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:6fb03483 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:ac546034 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:d097e26b caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:ac0997a3 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:47cda7bf caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:b488173f caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:a148ac0d caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:e5d117c2 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:b9b5ecbc caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:ade0082a caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:8f905da0 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:3742ae37 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:43f92f3e caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:1cc742e4 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:1294b5f0 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:6fb03483 will be retried in 00:00:01... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:a148ac0d will be retried in 00:00:49... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:e5d117c2 will be retried in 00:01:04... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:1294b5f0 will be retried in 00:03:45... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:b9b5ecbc will be retried in 00:01:21... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:ade0082a will be retried in 00:01:40... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:8f905da0 will be retried in 00:02:01... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:3742ae37 will be retried in 00:02:24... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:43f92f3e will be retried in 00:02:49... +2021-09-03 18:27:04.811 +08:00 [DBG] Execution loop Worker:1cc742e4 will be retried in 00:03:16... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:d097e26b will be retried in 00:00:09... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:47cda7bf will be retried in 00:00:25... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:ac0997a3 will be retried in 00:00:16... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:b488173f will be retried in 00:00:36... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:ac546034 will be retried in 00:00:04... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:d4939792 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:d4939792 will be retried in 00:04:16... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:6e0b27e7 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:3d770ebb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:6e0b27e7 will be retried in 00:04:49... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:3d770ebb will be retried in 00:05:00... +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:95a382b2 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.829 +08:00 [DBG] Execution loop Worker:95a382b2 will be retried in 00:05:00... +2021-09-03 18:27:04.832 +08:00 [DBG] Execution loop Worker:44deb203 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.832 +08:00 [DBG] Execution loop Worker:44deb203 will be retried in 00:05:00... +2021-09-03 18:27:04.860 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.860 +08:00 [DBG] Execution loop RecurringJobScheduler:28444f6b caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:27:04.860 +08:00 [DBG] Execution loop RecurringJobScheduler:28444f6b will be retried in 00:00:01... +2021-09-03 18:27:04.937 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:27:04.937 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 18:27:04.939 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 18:27:04.947 +08:00 [DBG] removed records count=0 +2021-09-03 18:27:04.947 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 18:27:04.949 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 18:27:04.955 +08:00 [DBG] removed records count=0 +2021-09-03 18:27:04.956 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 18:27:04.957 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 18:27:13.916 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:27:13.917 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:13.917 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5358ms +2021-09-03 18:27:13.918 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:27:13.918 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:13.921 +08:00 [INF] Successfully validated the token. +2021-09-03 18:27:13.922 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:27:13.923 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:27:13.950 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:27:13.950 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.6228ms +2021-09-03 18:27:13.950 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:27:13.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:27:13.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:27:13.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:27:13.984 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 65.4477ms +2021-09-03 18:27:13.995 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:27:13.995 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:13.995 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4655ms +2021-09-03 18:27:13.997 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:27:13.997 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:13.999 +08:00 [INF] Successfully validated the token. +2021-09-03 18:27:14.000 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:27:14.000 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:27:45.278 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 18:27:50.401 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 18:27:50.500 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 18:27:51.040 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 18:27:51.069 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 18:27:51.162 +08:00 [INF] Starting the processing server. +2021-09-03 18:27:51.165 +08:00 [DBG] Transport connection checking... +2021-09-03 18:27:51.165 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:27:51.179 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-wSNorUinD13XU9cf5y87dA +2021-09-03 18:27:51.186 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:27:51.203 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:27:51.206 +08:00 [INF] ### CAP started! +2021-09-03 18:27:51.215 +08:00 [INF] Loaded ABP modules: +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 18:27:51.215 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 18:27:51.215 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 18:27:51.216 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 18:27:51.216 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 18:27:51.302 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 18:27:51.304 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 18:27:51.352 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 18:27:51.363 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 18:27:51.363 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 18:27:51.363 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 18:27:51.364 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 18:27:51.385 +08:00 [DBG] Execution loop BackgroundServerProcess:aba8a124 has started in 5.9749 ms +2021-09-03 18:27:51.480 +08:00 [INF] Server szqh003802a:29580:fe621b5b successfully announced in 81.016 ms +2021-09-03 18:27:51.483 +08:00 [INF] Server szqh003802a:29580:fe621b5b is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 18:27:51.484 +08:00 [DBG] Execution loop ServerHeartbeatProcess:189c27d9 has started in 3.7688 ms +2021-09-03 18:27:51.488 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:75e007f4 has started in 3.268 ms +2021-09-03 18:27:51.488 +08:00 [DBG] Execution loop ServerWatchdog:255fb3e4 has started in 4.6531 ms +2021-09-03 18:27:51.491 +08:00 [DBG] Execution loop ExpirationManager:13967cbe has started in 4.4463 ms +2021-09-03 18:27:51.493 +08:00 [DBG] Execution loop CountersAggregator:4ba0c0cf has started in 4.591 ms +2021-09-03 18:27:51.495 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:27:51.495 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 18:27:51.496 +08:00 [DBG] Execution loop Worker:bf82498a has started in 4.7725 ms +2021-09-03 18:27:51.497 +08:00 [DBG] Execution loop Worker:a4c18821 has started in 6.7797 ms +2021-09-03 18:27:51.501 +08:00 [DBG] Execution loop Worker:91b15043 has started in 10.0473 ms +2021-09-03 18:27:51.502 +08:00 [DBG] Execution loop Worker:944381e8 has started in 11.8171 ms +2021-09-03 18:27:51.505 +08:00 [DBG] Execution loop Worker:f48298be has started in 14.4013 ms +2021-09-03 18:27:51.507 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 18:27:51.509 +08:00 [DBG] Execution loop Worker:4d5ef7f5 has started in 17.5534 ms +2021-09-03 18:27:51.512 +08:00 [DBG] Execution loop Worker:7eec4605 has started in 21.0166 ms +2021-09-03 18:27:51.514 +08:00 [DBG] Execution loop Worker:8b0497ad has started in 23.0452 ms +2021-09-03 18:27:51.518 +08:00 [DBG] Execution loop Worker:ebd389e5 has started in 27.538 ms +2021-09-03 18:27:51.522 +08:00 [DBG] Execution loop Worker:7ff34812 has started in 30.9419 ms +2021-09-03 18:27:51.527 +08:00 [DBG] Execution loop Worker:a6a12b30 has started in 36.1864 ms +2021-09-03 18:27:51.530 +08:00 [DBG] Execution loop Worker:c7c06866 has started in 39.3115 ms +2021-09-03 18:27:51.536 +08:00 [DBG] Execution loop Worker:20aa168c has started in 45.2735 ms +2021-09-03 18:27:51.542 +08:00 [DBG] Execution loop Worker:209aa516 has started in 51.5752 ms +2021-09-03 18:27:51.544 +08:00 [DBG] removed records count=0 +2021-09-03 18:27:51.544 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 18:27:51.546 +08:00 [DBG] Execution loop Worker:89ddd5a4 has started in 55.2569 ms +2021-09-03 18:27:51.548 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 18:27:51.552 +08:00 [DBG] Execution loop Worker:d6ddd2d3 has started in 61.2885 ms +2021-09-03 18:27:51.552 +08:00 [DBG] Execution loop Worker:1a85de64 has started in 61.2884 ms +2021-09-03 18:27:51.557 +08:00 [DBG] Execution loop Worker:7dbf2d08 has started in 66.0914 ms +2021-09-03 18:27:51.561 +08:00 [DBG] Execution loop Worker:082252f2 has started in 70.01 ms +2021-09-03 18:27:51.570 +08:00 [DBG] Execution loop Worker:49a48fd8 has started in 79.0515 ms +2021-09-03 18:27:51.575 +08:00 [DBG] Execution loop DelayedJobScheduler:8cf013bb has started in 14.0136 ms +2021-09-03 18:27:51.575 +08:00 [INF] Server szqh003802a:29580:fe621b5b all the dispatchers started +2021-09-03 18:27:51.578 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 has started in 8.7703 ms +2021-09-03 18:27:51.960 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_de34b4351066476da3edb4b4e628526b +2021-09-03 18:27:51.995 +08:00 [INF] Connected to Redis. +2021-09-03 18:27:52.005 +08:00 [INF] Initialized all ABP modules. +2021-09-03 18:27:52.105 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 18:27:52.108 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 18:27:52.108 +08:00 [INF] Hosting environment: Development +2021-09-03 18:27:52.108 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 18:27:52.739 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 18:27:54.715 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:27:54.785 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 18:27:54.823 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 18:27:54.830 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 41.1244ms +2021-09-03 18:27:54.830 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:27:54.853 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2115.0812ms +2021-09-03 18:27:54.868 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 18:27:54.928 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 59.5361ms +2021-09-03 18:27:55.089 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 18:27:55.444 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 355.0139ms +2021-09-03 18:27:59.419 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:27:59.424 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:59.429 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.1314ms +2021-09-03 18:27:59.431 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:27:59.432 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:59.488 +08:00 [INF] Successfully validated the token. +2021-09-03 18:27:59.506 +08:00 [INF] Authorization was successful. +2021-09-03 18:27:59.512 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:27:59.532 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:27:59.547 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0BjT8ZelhZHG61GUa0SJZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:27:59.548 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:27:59.550 +08:00 [INF] Successfully validated the token. +2021-09-03 18:27:59.551 +08:00 [INF] Authorization was successful. +2021-09-03 18:27:59.552 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:27:59.957 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:27:59.958 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:27:59.962 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 530.9009ms +2021-09-03 18:28:05.057 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:28:05.058 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:05.058 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 1.0223ms +2021-09-03 18:28:05.060 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:28:05.060 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:05.063 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:05.064 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:05.078 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:28:05.670 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:28:05.681 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 602.5186ms +2021-09-03 18:28:05.681 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:05.684 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:05.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:05.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:05.746 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 686.7925ms +2021-09-03 18:28:05.757 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:28:05.757 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:05.758 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4400ms +2021-09-03 18:28:05.759 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:28:05.759 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:05.761 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:05.763 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:05.765 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:28:15.715 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:28:15.722 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 9957.033ms +2021-09-03 18:28:15.722 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:15.724 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:16.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:16.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:16.757 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 10999.0338ms +2021-09-03 18:28:21.178 +08:00 [DBG] Transport connection checking... +2021-09-03 18:28:21.178 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:28:21.517 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:28:24.217 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:28:24.259 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:24.298 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 80.8208ms +2021-09-03 18:28:24.318 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:28:24.356 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:24.994 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:25.294 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:25.853 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:28:26.286 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.286 +08:00 [DBG] Execution loop Worker:209aa516 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:7eec4605 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:ebd389e5 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:c7c06866 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:209aa516 will be retried in 00:00:01... +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:ebd389e5 will be retried in 00:00:09... +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:7eec4605 will be retried in 00:00:04... +2021-09-03 18:28:26.287 +08:00 [DBG] Execution loop Worker:c7c06866 will be retried in 00:00:16... +2021-09-03 18:28:26.361 +08:00 [DBG] Execution loop Worker:bf82498a caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.361 +08:00 [DBG] Execution loop Worker:bf82498a will be retried in 00:00:25... +2021-09-03 18:28:26.474 +08:00 [DBG] Execution loop Worker:4d5ef7f5 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.474 +08:00 [DBG] Execution loop Worker:4d5ef7f5 will be retried in 00:00:36... +2021-09-03 18:28:26.493 +08:00 [DBG] Execution loop Worker:7ff34812 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.493 +08:00 [DBG] Execution loop Worker:a6a12b30 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.493 +08:00 [DBG] Execution loop Worker:7ff34812 will be retried in 00:00:49... +2021-09-03 18:28:26.493 +08:00 [DBG] Execution loop Worker:8b0497ad caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.493 +08:00 [DBG] Execution loop Worker:a6a12b30 will be retried in 00:01:04... +2021-09-03 18:28:26.494 +08:00 [DBG] Execution loop Worker:8b0497ad will be retried in 00:01:21... +2021-09-03 18:28:26.513 +08:00 [DBG] Execution loop Worker:91b15043 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.513 +08:00 [DBG] Execution loop Worker:91b15043 will be retried in 00:01:40... +2021-09-03 18:28:26.530 +08:00 [DBG] Execution loop Worker:f48298be caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.530 +08:00 [DBG] Execution loop Worker:f48298be will be retried in 00:02:01... +2021-09-03 18:28:26.550 +08:00 [DBG] Execution loop Worker:20aa168c caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.550 +08:00 [DBG] Execution loop Worker:20aa168c will be retried in 00:02:24... +2021-09-03 18:28:26.572 +08:00 [DBG] Execution loop Worker:a4c18821 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.572 +08:00 [DBG] Execution loop Worker:a4c18821 will be retried in 00:02:49... +2021-09-03 18:28:26.591 +08:00 [DBG] Execution loop Worker:d6ddd2d3 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.591 +08:00 [DBG] Execution loop Worker:d6ddd2d3 will be retried in 00:03:16... +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:7dbf2d08 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:1a85de64 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:7dbf2d08 will be retried in 00:03:45... +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:082252f2 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:1a85de64 will be retried in 00:04:16... +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:89ddd5a4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:082252f2 will be retried in 00:04:49... +2021-09-03 18:28:26.592 +08:00 [DBG] Execution loop Worker:89ddd5a4 will be retried in 00:05:00... +2021-09-03 18:28:26.629 +08:00 [DBG] Execution loop Worker:944381e8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.629 +08:00 [DBG] Execution loop Worker:944381e8 will be retried in 00:05:00... +2021-09-03 18:28:26.641 +08:00 [DBG] Execution loop Worker:49a48fd8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:28:26.641 +08:00 [DBG] Execution loop Worker:49a48fd8 will be retried in 00:05:00... +2021-09-03 18:28:26.737 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-03 18:28:26.757 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:28:26.757 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 18:28:26.759 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 18:28:26.769 +08:00 [DBG] removed records count=0 +2021-09-03 18:28:26.769 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 18:28:26.770 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 18:28:26.778 +08:00 [DBG] removed records count=0 +2021-09-03 18:28:26.778 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 18:28:26.779 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 18:28:26.864 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 1010.687ms +2021-09-03 18:28:26.864 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:26.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:26.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:26.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:26.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:26.932 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 2631.7366ms +2021-09-03 18:28:32.611 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:28:32.611 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0BjT8ZelhZHG61GUa0SJZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 33065.8545ms +2021-09-03 18:28:33.540 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:28:33.540 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:33.540 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4493ms +2021-09-03 18:28:33.542 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:28:33.542 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:33.544 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:33.544 +08:00 [INF] Authorization was successful. +2021-09-03 18:28:33.545 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:28:33.545 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:28:33.570 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:33.570 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:33.570 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.4813ms +2021-09-03 18:28:33.661 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XLWenqOLr6jygdskYfTvwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:28:33.661 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:33.665 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:33.666 +08:00 [INF] Authorization was successful. +2021-09-03 18:28:33.668 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:28:35.039 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:28:35.039 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:35.039 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4247ms +2021-09-03 18:28:35.041 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:28:35.041 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:35.043 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:35.044 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:35.045 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:28:35.074 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:28:35.075 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 29.5424ms +2021-09-03 18:28:35.075 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:35.077 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:35.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:35.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:28:35.102 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 60.8808ms +2021-09-03 18:28:35.153 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:28:35.154 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:35.154 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4856ms +2021-09-03 18:28:35.155 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:28:35.156 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:28:35.158 +08:00 [INF] Successfully validated the token. +2021-09-03 18:28:35.160 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:28:35.160 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:32:10.825 +08:00 [DBG] Transport connection checking... +2021-09-03 18:32:10.825 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:32:12.593 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:32:12.593 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:32:12.594 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XLWenqOLr6jygdskYfTvwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 218942.4149ms +2021-09-03 18:32:12.594 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:12.594 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0684ms +2021-09-03 18:32:12.618 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:32:12.657 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:12.700 +08:00 [WRN] RabbitMQ consumer cancelled. --> amq.ctag-wSNorUinD13XU9cf5y87dA +2021-09-03 18:32:12.726 +08:00 [WRN] RabbitMQ consumer shutdown. --> End of stream +2021-09-03 18:32:12.732 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:32:45.792 +08:00 [DBG] Transport connection checking... +2021-09-03 18:32:45.792 +08:00 [WRN] Transport connection is unhealthy, reconnection... +2021-09-03 18:32:45.872 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:45.905 +08:00 [INF] Authorization was successful. +2021-09-03 18:32:45.958 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:32:45.960 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:45.961 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 3.1134ms +2021-09-03 18:32:46.037 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:32:46.107 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:32:46.107 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:32:46.157 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:32:46.157 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:46.180 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:46.225 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 168.9845ms +2021-09-03 18:32:46.379 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:46.547 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:46.571 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:32:46.645 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:32:46.669 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:46.812 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:46.909 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:47.166 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:32:48.253 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VPKgwKYjk-vrAc2hWKn5NQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:32:48.367 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:49.198 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:32:49.198 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:49.221 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:32:49.247 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 254097.4757ms +2021-09-03 18:32:49.270 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:49.435 +08:00 [INF] Authorization was successful. +2021-09-03 18:32:49.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:50.290 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:32:51.474 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:32:51.520 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:32:51.522 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:32:51.602 +08:00 [INF] 2 servers were removed due to timeout +2021-09-03 18:32:52.171 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:52.171 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:53.445 +08:00 [ERR] An error occurred using a transaction. +2021-09-03 18:32:53.806 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:53.806 +08:00 [DBG] Execution loop Worker:bf82498a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:53.806 +08:00 [DBG] Execution loop Worker:bf82498a will be retried in 00:05:00... +2021-09-03 18:32:54.306 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-yL_hG3ZlYihinnjtR7jVnQ +2021-09-03 18:32:54.650 +08:00 [DBG] Execution loop Worker:8b0497ad caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:54.651 +08:00 [DBG] Execution loop Worker:8b0497ad will be retried in 00:05:00... +2021-09-03 18:32:54.809 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 42192.9639ms +2021-09-03 18:32:55.160 +08:00 [DBG] Execution loop Worker:f48298be caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.160 +08:00 [DBG] Execution loop Worker:f48298be will be retried in 00:05:00... +2021-09-03 18:32:55.405 +08:00 [DBG] Execution loop Worker:d6ddd2d3 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.405 +08:00 [DBG] Execution loop Worker:d6ddd2d3 will be retried in 00:05:00... +2021-09-03 18:32:55.585 +08:00 [DBG] Execution loop Worker:209aa516 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.586 +08:00 [DBG] Execution loop Worker:209aa516 will be retried in 00:05:00... +2021-09-03 18:32:55.684 +08:00 [DBG] Execution loop Worker:20aa168c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.684 +08:00 [DBG] Execution loop Worker:20aa168c will be retried in 00:05:00... +2021-09-03 18:32:55.703 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-03 18:32:55.723 +08:00 [WRN] An exception occurred, but response has already started! +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7ff34812 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7eec4605 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7ff34812 will be retried in 00:05:00... +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7eec4605 will be retried in 00:05:00... +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7dbf2d08 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.786 +08:00 [DBG] Execution loop Worker:7dbf2d08 will be retried in 00:05:00... +2021-09-03 18:32:55.924 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:32:55.964 +08:00 [DBG] Execution loop Worker:a4c18821 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:55.964 +08:00 [DBG] Execution loop Worker:a4c18821 will be retried in 00:05:00... +2021-09-03 18:32:56.005 +08:00 [DBG] Execution loop Worker:91b15043 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.005 +08:00 [DBG] Execution loop Worker:91b15043 will be retried in 00:05:00... +2021-09-03 18:32:56.005 +08:00 [DBG] Execution loop Worker:a6a12b30 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.006 +08:00 [DBG] Execution loop Worker:a6a12b30 will be retried in 00:05:00... +2021-09-03 18:32:56.011 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:32:56.032 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 9442.4371ms +2021-09-03 18:32:56.033 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.053 +08:00 [DBG] Execution loop Worker:c7c06866 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.053 +08:00 [DBG] Execution loop Worker:c7c06866 will be retried in 00:05:00... +2021-09-03 18:32:56.055 +08:00 [DBG] Execution loop Worker:ebd389e5 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.055 +08:00 [DBG] Execution loop Worker:ebd389e5 will be retried in 00:05:00... +2021-09-03 18:32:56.164 +08:00 [DBG] Execution loop Worker:4d5ef7f5 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.164 +08:00 [DBG] Execution loop Worker:4d5ef7f5 will be retried in 00:05:00... +2021-09-03 18:32:56.165 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:32:56.165 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 8998.6509ms +2021-09-03 18:32:56.165 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.221 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.221 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 caught an exception and will be retried in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:32:56.221 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 will be retried in 00:00:01... +2021-09-03 18:32:56.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.259 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 10101.8932ms +2021-09-03 18:32:56.261 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext'. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> System.ObjectDisposedException: Cannot access a disposed object. +Object name: 'System.Net.Sockets.Socket'. + at System.Net.Sockets.Socket.ThrowObjectDisposedException() + at System.Net.Sockets.Socket.ThrowIfDisposed() + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e, Boolean userSocket) + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ConnectAsync(Socket socket) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP) + at System.Net.Sockets.Socket.ConnectAsync(IPAddress address, Int32 port) + at System.Net.Sockets.TcpClient.ConnectAsync(IPAddress address, Int32 port) + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 986 + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1015 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 407 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> System.ObjectDisposedException: Cannot access a disposed object. +Object name: 'System.Net.Sockets.Socket'. + at System.Net.Sockets.Socket.ThrowObjectDisposedException() + at System.Net.Sockets.Socket.ThrowIfDisposed() + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e, Boolean userSocket) + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ConnectAsync(Socket socket) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP) + at System.Net.Sockets.Socket.ConnectAsync(IPAddress address, Int32 port) + at System.Net.Sockets.TcpClient.ConnectAsync(IPAddress address, Int32 port) + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 986 + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1015 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 407 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-03 18:32:56.265 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.266 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 9621.0659ms +2021-09-03 18:32:56.269 +08:00 [ERR] An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> System.ObjectDisposedException: Cannot access a disposed object. +Object name: 'System.Net.Sockets.Socket'. + at System.Net.Sockets.Socket.ThrowObjectDisposedException() + at System.Net.Sockets.Socket.ThrowIfDisposed() + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e, Boolean userSocket) + at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ConnectAsync(Socket socket) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP) + at System.Net.Sockets.Socket.ConnectAsync(IPAddress address, Int32 port) + at System.Net.Sockets.TcpClient.ConnectAsync(IPAddress address, Int32 port) + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 986 + at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1015 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 407 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-03 18:32:56.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.296 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:32:56.297 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:56.297 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.8712ms +2021-09-03 18:32:56.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:32:56.299 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlTransaction.CommitAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlTransaction.cs:line 39 + at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.CommitAsync(CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.CommitAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.EfCoreTransactionApi.CommitAsync() + at Volo.Abp.Uow.UnitOfWork.CommitTransactionsAsync() + at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken) + at Volo.Abp.AspNetCore.Uow.AbpUnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Serilog.AbpSerilogMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) +2021-09-03 18:32:56.299 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:56.299 +08:00 [WRN] The response has already started, the error page middleware will not be executed. +2021-09-03 18:32:56.300 +08:00 [ERR] Connection id "0HMBEOLU7NFJB", Request id "0HMBEOLU7NFJB:0000000D": An unhandled exception was thrown by the application. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlTransaction.CommitAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlTransaction.cs:line 39 + at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.CommitAsync(CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.CommitAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.EfCoreTransactionApi.CommitAsync() + at Volo.Abp.Uow.UnitOfWork.CommitTransactionsAsync() + at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken) + at Volo.Abp.AspNetCore.Uow.AbpUnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Serilog.AbpSerilogMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) +2021-09-03 18:32:56.300 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 261155.4930ms +2021-09-03 18:32:56.301 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:56.303 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.303 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:32:56.303 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:32:56.303 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:32:56.305 +08:00 [INF] Successfully validated the token. +2021-09-03 18:32:56.306 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.306 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:32:56.335 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:32:56.336 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 32.7825ms +2021-09-03 18:32:56.336 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.361 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:32:56.361 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 54.7467ms +2021-09-03 18:32:56.361 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:32:56.364 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.395 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 96.6601ms +2021-09-03 18:32:56.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:32:56.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 103.7193ms +2021-09-03 18:33:03.154 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:33:03.155 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:03.155 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5367ms +2021-09-03 18:33:03.156 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:33:03.156 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:03.158 +08:00 [INF] Successfully validated the token. +2021-09-03 18:33:03.160 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:03.160 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:33:03.193 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:33:03.194 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 33.6978ms +2021-09-03 18:33:03.194 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:03.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:03.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:03.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:03.234 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 77.6154ms +2021-09-03 18:33:03.242 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:33:03.242 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:03.242 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4252ms +2021-09-03 18:33:03.244 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:33:03.244 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:03.246 +08:00 [INF] Successfully validated the token. +2021-09-03 18:33:03.247 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:03.247 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:33:32.271 +08:00 [DBG] Transport connection checking... +2021-09-03 18:33:32.271 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:33:32.342 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:33:33.820 +08:00 [DBG] Execution loop Worker:1a85de64 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:33:33.820 +08:00 [DBG] Execution loop Worker:1a85de64 will be retried in 00:05:00... +2021-09-03 18:33:50.784 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:33:50.786 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 47539.6218ms +2021-09-03 18:33:50.786 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:50.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:51.121 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:33:51.121 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 caught an exception and will be retried in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:33:51.121 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 will be retried in 00:00:04... +2021-09-03 18:33:51.473 +08:00 [DBG] Execution loop Worker:082252f2 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:33:51.474 +08:00 [DBG] Execution loop Worker:082252f2 will be retried in 00:05:00... +2021-09-03 18:33:51.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:51.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:51.495 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 48252.4364ms +2021-09-03 18:33:56.931 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:33:56.932 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:56.932 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4384ms +2021-09-03 18:33:56.933 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:33:56.933 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:56.936 +08:00 [INF] Successfully validated the token. +2021-09-03 18:33:56.937 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:56.937 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:33:56.965 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:33:56.965 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.755ms +2021-09-03 18:33:56.965 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:56.967 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:56.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:56.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:33:56.993 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 60.0366ms +2021-09-03 18:33:57.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:33:57.001 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:57.001 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4301ms +2021-09-03 18:33:57.003 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:33:57.003 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:33:57.005 +08:00 [INF] Successfully validated the token. +2021-09-03 18:33:57.007 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:33:57.007 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:34:03.126 +08:00 [DBG] Transport connection checking... +2021-09-03 18:34:03.126 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:34:03.992 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:34:04.899 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:34:04.944 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 7914.6913ms +2021-09-03 18:34:04.944 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:34:05.281 +08:00 [DBG] Execution loop Worker:944381e8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:34:05.281 +08:00 [DBG] Execution loop Worker:944381e8 will be retried in 00:05:00... +2021-09-03 18:34:05.346 +08:00 [DBG] Execution loop Worker:89ddd5a4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:34:05.346 +08:00 [DBG] Execution loop Worker:89ddd5a4 will be retried in 00:05:00... +2021-09-03 18:34:05.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:34:05.408 +08:00 [DBG] Execution loop Worker:49a48fd8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:34:05.408 +08:00 [DBG] Execution loop Worker:49a48fd8 will be retried in 00:05:00... +2021-09-03 18:34:05.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:34:05.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:34:05.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 8426.8608ms +2021-09-03 18:34:15.941 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:34:15.942 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:34:15.942 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4173ms +2021-09-03 18:34:15.943 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:34:15.943 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:34:15.945 +08:00 [INF] Successfully validated the token. +2021-09-03 18:34:15.947 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:34:15.947 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:34:32.610 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:34:32.610 +08:00 [DBG] Execution loop RecurringJobScheduler:5dbb1df1 will be retried in 00:00:09... +2021-09-03 18:34:41.879 +08:00 [DBG] Transport connection checking... +2021-09-03 18:34:41.879 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:34:41.891 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:35:12.276 +08:00 [DBG] Transport connection checking... +2021-09-03 18:35:12.276 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:35:12.282 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 56336.4811ms +2021-09-03 18:35:12.287 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:12.294 +08:00 [DBG] Server szqh003802a:29580:fe621b5b heartbeat successfully sent +2021-09-03 18:35:12.346 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:35:12.346 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VPKgwKYjk-vrAc2hWKn5NQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 144120.6770ms +2021-09-03 18:35:12.399 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.399 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.424 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.424 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.424 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 56482.5635ms +2021-09-03 18:35:12.900 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:35:12.901 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:12.901 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4353ms +2021-09-03 18:35:12.903 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:35:12.903 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:12.905 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:12.905 +08:00 [INF] Authorization was successful. +2021-09-03 18:35:12.906 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:35:12.907 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:35:12.916 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=znvlI59fvqt82zbQ_mb7fA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:35:12.917 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:12.923 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:12.926 +08:00 [INF] Authorization was successful. +2021-09-03 18:35:12.928 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:35:12.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:12.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.9844ms +2021-09-03 18:35:17.447 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:35:17.447 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=znvlI59fvqt82zbQ_mb7fA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 4530.4732ms +2021-09-03 18:35:18.320 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:35:18.320 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:18.321 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4319ms +2021-09-03 18:35:18.322 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:35:18.323 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:18.325 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:18.326 +08:00 [INF] Authorization was successful. +2021-09-03 18:35:18.327 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:35:18.327 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:35:18.347 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:18.347 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:18.347 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8523ms +2021-09-03 18:35:18.457 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IQA54AMzP81tUKjf67NgQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:35:18.457 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:18.460 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:18.460 +08:00 [INF] Authorization was successful. +2021-09-03 18:35:18.462 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:35:20.410 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:35:20.410 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:20.410 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4740ms +2021-09-03 18:35:20.412 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:35:20.412 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:20.414 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:20.415 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:20.416 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:35:20.444 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:35:20.444 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.446ms +2021-09-03 18:35:20.444 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:20.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:20.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:20.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:20.472 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 60.6064ms +2021-09-03 18:35:20.483 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:35:20.483 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:20.483 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4496ms +2021-09-03 18:35:20.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:35:20.485 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:20.487 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:20.489 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:20.489 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:35:25.543 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:35:25.543 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 5054.7507ms +2021-09-03 18:35:25.544 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:25.551 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:25.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:25.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:35:25.582 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 5097.3005ms +2021-09-03 18:35:28.459 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:35:28.459 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:28.459 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4314ms +2021-09-03 18:35:28.461 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:35:28.461 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:35:28.463 +08:00 [INF] Successfully validated the token. +2021-09-03 18:35:28.464 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:35:28.464 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:35:43.133 +08:00 [DBG] Transport connection checking... +2021-09-03 18:35:43.133 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:36:13.958 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-03 18:36:19.028 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-03 18:36:19.127 +08:00 [DBG] ### CAP background task is starting. +2021-09-03 18:36:19.636 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-03 18:36:19.665 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-03 18:36:19.754 +08:00 [INF] Starting the processing server. +2021-09-03 18:36:19.758 +08:00 [DBG] Transport connection checking... +2021-09-03 18:36:19.758 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:36:19.771 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-jSgW8fNmGb9Atinkt-FA-Q +2021-09-03 18:36:19.778 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:36:19.795 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:36:19.797 +08:00 [INF] ### CAP started! +2021-09-03 18:36:19.806 +08:00 [INF] Loaded ABP modules: +2021-09-03 18:36:19.806 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-03 18:36:19.806 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-03 18:36:19.806 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-03 18:36:19.806 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-03 18:36:19.806 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-03 18:36:19.807 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-03 18:36:19.807 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-03 18:36:19.912 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-03 18:36:19.916 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-03 18:36:19.983 +08:00 [INF] DB tables already exist. Exit install +2021-09-03 18:36:19.995 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-03 18:36:19.995 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-03 18:36:19.995 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-03 18:36:19.995 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-03 18:36:20.040 +08:00 [DBG] Execution loop BackgroundServerProcess:219cda5b has started in 5.7192 ms +2021-09-03 18:36:20.135 +08:00 [INF] Server szqh003802a:15776:39137c13 successfully announced in 82.2716 ms +2021-09-03 18:36:20.138 +08:00 [INF] Server szqh003802a:15776:39137c13 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-03 18:36:20.139 +08:00 [DBG] Execution loop ServerHeartbeatProcess:df5b62f5 has started in 3.4034 ms +2021-09-03 18:36:20.143 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:0aa31ab1 has started in 3.403 ms +2021-09-03 18:36:20.143 +08:00 [DBG] Execution loop ServerWatchdog:44a3cb77 has started in 4.409 ms +2021-09-03 18:36:20.146 +08:00 [DBG] Execution loop ExpirationManager:54f1a5dc has started in 5.0509 ms +2021-09-03 18:36:20.147 +08:00 [DBG] Execution loop CountersAggregator:996ce6b4 has started in 4.1982 ms +2021-09-03 18:36:20.148 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:36:20.148 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-03 18:36:20.152 +08:00 [DBG] Execution loop Worker:6a90f7e4 has started in 8.7513 ms +2021-09-03 18:36:20.155 +08:00 [DBG] Execution loop Worker:2ef66652 has started in 10.3765 ms +2021-09-03 18:36:20.157 +08:00 [DBG] Execution loop Worker:db95d7c5 has started in 12.9179 ms +2021-09-03 18:36:20.158 +08:00 [DBG] Execution loop Worker:39ba0874 has started in 14.4799 ms +2021-09-03 18:36:20.162 +08:00 [DBG] Execution loop Worker:acc5cb45 has started in 17.7905 ms +2021-09-03 18:36:20.163 +08:00 [DBG] Execution loop Worker:7bdde007 has started in 19.2697 ms +2021-09-03 18:36:20.165 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-03 18:36:20.166 +08:00 [DBG] Execution loop Worker:7b66f538 has started in 21.9678 ms +2021-09-03 18:36:20.169 +08:00 [DBG] Execution loop Worker:fbe9e708 has started in 25.4107 ms +2021-09-03 18:36:20.169 +08:00 [DBG] Execution loop Worker:e5f0b17a has started in 25.4097 ms +2021-09-03 18:36:20.174 +08:00 [DBG] Execution loop Worker:a7735b79 has started in 30.0589 ms +2021-09-03 18:36:20.177 +08:00 [DBG] Execution loop Worker:e7f322b2 has started in 33.3868 ms +2021-09-03 18:36:20.182 +08:00 [DBG] Execution loop Worker:ebbc0cec has started in 38.6187 ms +2021-09-03 18:36:20.212 +08:00 [DBG] Execution loop Worker:be2cd2ce has started in 68.6178 ms +2021-09-03 18:36:20.219 +08:00 [DBG] Execution loop Worker:4eab70bb has started in 74.9929 ms +2021-09-03 18:36:20.226 +08:00 [DBG] Execution loop Worker:4505480b has started in 82.1755 ms +2021-09-03 18:36:20.226 +08:00 [DBG] removed records count=0 +2021-09-03 18:36:20.226 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-03 18:36:20.228 +08:00 [DBG] Execution loop Worker:6e067c64 has started in 84.0073 ms +2021-09-03 18:36:20.233 +08:00 [DBG] Execution loop Worker:80b635e1 has started in 89.6811 ms +2021-09-03 18:36:20.234 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-03 18:36:20.242 +08:00 [DBG] Execution loop Worker:25ef13b8 has started in 98.1655 ms +2021-09-03 18:36:20.250 +08:00 [DBG] Execution loop Worker:9c989051 has started in 106.5346 ms +2021-09-03 18:36:20.253 +08:00 [DBG] Execution loop Worker:25e3fb77 has started in 108.9687 ms +2021-09-03 18:36:20.261 +08:00 [INF] Server szqh003802a:15776:39137c13 all the dispatchers started +2021-09-03 18:36:20.261 +08:00 [DBG] Execution loop DelayedJobScheduler:a9ac0a9e has started in 11.2935 ms +2021-09-03 18:36:20.265 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 has started in 12.1511 ms +2021-09-03 18:36:20.659 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_72ed370154ed4cd9b647f96fb98ce80e +2021-09-03 18:36:20.689 +08:00 [INF] Connected to Redis. +2021-09-03 18:36:20.709 +08:00 [INF] Initialized all ABP modules. +2021-09-03 18:36:20.815 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-03 18:36:20.820 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-03 18:36:20.820 +08:00 [INF] Hosting environment: Development +2021-09-03 18:36:20.820 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-03 18:36:21.045 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:36:21.305 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-03 18:36:21.546 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:21.605 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:36:21.612 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:21.633 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 579.1602ms +2021-09-03 18:36:22.623 +08:00 [INF] Successfully validated the token. +2021-09-03 18:36:22.680 +08:00 [INF] Authorization was successful. +2021-09-03 18:36:22.897 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:36:22.897 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:36:22.917 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:36:22.923 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2yl9Hi04m5e4mWr4OIvv8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:36:22.924 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:22.926 +08:00 [INF] Successfully validated the token. +2021-09-03 18:36:22.927 +08:00 [INF] Authorization was successful. +2021-09-03 18:36:22.929 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:36:22.971 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-03 18:36:23.013 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-03 18:36:23.018 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 43.1572ms +2021-09-03 18:36:23.018 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-03 18:36:23.020 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1716.7825ms +2021-09-03 18:36:23.027 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-03 18:36:23.077 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.3588ms +2021-09-03 18:36:23.231 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-03 18:36:23.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:23.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:23.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1781.0163ms +2021-09-03 18:36:23.618 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 386.8147ms +2021-09-03 18:36:28.632 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:36:28.633 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:28.633 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 1.0196ms +2021-09-03 18:36:28.635 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:36:28.635 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:28.638 +08:00 [INF] Successfully validated the token. +2021-09-03 18:36:28.639 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:36:28.653 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:36:32.286 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-03 18:36:40.982 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 12328.9931ms +2021-09-03 18:36:40.982 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:36:41.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:41.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:41.118 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:41.118 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:41.118 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 12483.3549ms +2021-09-03 18:36:45.294 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:36:45.294 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:45.295 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5070ms +2021-09-03 18:36:45.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:36:45.296 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:45.299 +08:00 [INF] Successfully validated the token. +2021-09-03 18:36:45.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:36:45.303 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:36:45.460 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:36:45.470 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 166.393ms +2021-09-03 18:36:45.470 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:36:45.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:45.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:45.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:36:45.512 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 216.4266ms +2021-09-03 18:36:45.527 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:36:45.527 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:45.527 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4427ms +2021-09-03 18:36:45.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:36:45.529 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:36:45.532 +08:00 [INF] Successfully validated the token. +2021-09-03 18:36:45.534 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:36:45.536 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:36:53.597 +08:00 [DBG] Transport connection checking... +2021-09-03 18:36:53.597 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:37:02.050 +08:00 [DBG] Server szqh003802a:15776:39137c13 heartbeat successfully sent +2021-09-03 18:37:02.556 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:37:03.683 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 18126.4282ms +2021-09-03 18:37:03.683 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:04.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:07.476 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:7bdde007 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:7b66f538 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:ebbc0cec caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:be2cd2ce caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:80b635e1 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:6e067c64 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:25ef13b8 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.476 +08:00 [DBG] Execution loop Worker:25e3fb77 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:6a90f7e4 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:db95d7c5 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:2ef66652 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:39ba0874 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:7b66f538 will be retried in 00:00:04... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:39ba0874 will be retried in 00:02:24... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:6a90f7e4 will be retried in 00:01:21... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:be2cd2ce will be retried in 00:00:16... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:80b635e1 will be retried in 00:00:36... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:db95d7c5 will be retried in 00:01:40... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:ebbc0cec will be retried in 00:00:09... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:2ef66652 will be retried in 00:02:01... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:6e067c64 will be retried in 00:00:25... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:25e3fb77 will be retried in 00:01:04... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:25ef13b8 will be retried in 00:00:49... +2021-09-03 18:37:07.480 +08:00 [DBG] Execution loop Worker:7bdde007 will be retried in 00:00:01... +2021-09-03 18:37:07.588 +08:00 [DBG] Execution loop Worker:fbe9e708 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.588 +08:00 [DBG] Execution loop Worker:4505480b caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.588 +08:00 [DBG] Execution loop Worker:fbe9e708 will be retried in 00:02:49... +2021-09-03 18:37:07.588 +08:00 [DBG] Execution loop Worker:4505480b will be retried in 00:03:16... +2021-09-03 18:37:07.625 +08:00 [DBG] Execution loop Worker:9c989051 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.626 +08:00 [DBG] Execution loop Worker:9c989051 will be retried in 00:03:45... +2021-09-03 18:37:07.712 +08:00 [DBG] Execution loop Worker:e7f322b2 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.712 +08:00 [DBG] Execution loop Worker:e7f322b2 will be retried in 00:04:16... +2021-09-03 18:37:07.735 +08:00 [DBG] Execution loop Worker:a7735b79 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.735 +08:00 [DBG] Execution loop Worker:a7735b79 will be retried in 00:04:49... +2021-09-03 18:37:07.819 +08:00 [DBG] Execution loop Worker:acc5cb45 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.819 +08:00 [DBG] Execution loop Worker:acc5cb45 will be retried in 00:05:00... +2021-09-03 18:37:07.857 +08:00 [DBG] Execution loop Worker:e5f0b17a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.858 +08:00 [DBG] Execution loop Worker:e5f0b17a will be retried in 00:05:00... +2021-09-03 18:37:07.894 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.894 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 caught an exception and will be retried in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.894 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 will be retried in 00:00:01... +2021-09-03 18:37:07.897 +08:00 [DBG] Execution loop Worker:4eab70bb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:37:07.897 +08:00 [DBG] Execution loop Worker:4eab70bb will be retried in 00:05:00... +2021-09-03 18:37:07.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:07.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:07.905 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 22376.8672ms +2021-09-03 18:37:07.984 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:37:07.984 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-03 18:37:07.986 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-03 18:37:07.994 +08:00 [DBG] removed records count=0 +2021-09-03 18:37:07.995 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-03 18:37:07.996 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-03 18:37:08.004 +08:00 [DBG] removed records count=0 +2021-09-03 18:37:08.004 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-03 18:37:08.006 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-03 18:37:23.602 +08:00 [DBG] Transport connection checking... +2021-09-03 18:37:23.602 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:37:25.328 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:37:25.328 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2yl9Hi04m5e4mWr4OIvv8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 62406.1518ms +2021-09-03 18:37:26.097 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:37:26.097 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:26.098 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4601ms +2021-09-03 18:37:26.099 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:37:26.100 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:26.102 +08:00 [INF] Successfully validated the token. +2021-09-03 18:37:26.102 +08:00 [INF] Authorization was successful. +2021-09-03 18:37:26.103 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:37:26.103 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:37:26.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:26.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:26.137 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.6448ms +2021-09-03 18:37:26.201 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xPFxr7MsiBmWNly2QQcE6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:37:26.202 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:26.204 +08:00 [INF] Successfully validated the token. +2021-09-03 18:37:26.205 +08:00 [INF] Authorization was successful. +2021-09-03 18:37:26.206 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:37:28.715 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:37:28.715 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:28.715 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4422ms +2021-09-03 18:37:28.717 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:37:28.717 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:28.719 +08:00 [INF] Successfully validated the token. +2021-09-03 18:37:28.720 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:28.721 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:37:28.749 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:37:28.749 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.3864ms +2021-09-03 18:37:28.749 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:28.752 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.777 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 60.1421ms +2021-09-03 18:37:28.791 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:37:28.791 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:28.791 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4480ms +2021-09-03 18:37:28.793 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:37:28.793 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:28.795 +08:00 [INF] Successfully validated the token. +2021-09-03 18:37:28.797 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:28.797 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:37:28.824 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:37:28.825 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.8882ms +2021-09-03 18:37:28.825 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:28.827 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:37:28.853 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 60.7169ms +2021-09-03 18:37:32.104 +08:00 [DBG] Server szqh003802a:15776:39137c13 heartbeat successfully sent +2021-09-03 18:37:32.128 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-03 18:37:32.128 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:32.128 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4304ms +2021-09-03 18:37:32.129 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-03 18:37:32.130 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:37:32.132 +08:00 [INF] Successfully validated the token. +2021-09-03 18:37:32.133 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:37:32.133 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:38:13.295 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 41164.9383ms +2021-09-03 18:38:13.295 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:38:13.342 +08:00 [DBG] Transport connection checking... +2021-09-03 18:38:13.342 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:38:13.440 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:38:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xPFxr7MsiBmWNly2QQcE6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 47242.7080ms +2021-09-03 18:38:13.467 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:38:13.467 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:13.467 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6132ms +2021-09-03 18:38:13.516 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:38:13.520 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:13.895 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:14.008 +08:00 [INF] Authorization was successful. +2021-09-03 18:38:14.081 +08:00 [DBG] Server szqh003802a:15776:39137c13 heartbeat successfully sent +2021-09-03 18:38:14.173 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:38:14.197 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:38:14.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:14.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:14.772 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ARh-upHwGGjPgWd229KTMw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:38:14.819 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:15.027 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:15.095 +08:00 [INF] Authorization was successful. +2021-09-03 18:38:15.230 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:38:16.683 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-03 18:38:16.704 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:16.704 +08:00 [DBG] Execution loop Worker:6e067c64 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:16.704 +08:00 [DBG] Execution loop Worker:6e067c64 will be retried in 00:05:00... +2021-09-03 18:38:16.995 +08:00 [DBG] Execution loop Worker:7b66f538 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:16.995 +08:00 [DBG] Execution loop Worker:7b66f538 will be retried in 00:05:00... +2021-09-03 18:38:17.056 +08:00 [DBG] Execution loop Worker:7bdde007 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:17.056 +08:00 [DBG] Execution loop Worker:7bdde007 will be retried in 00:05:00... +2021-09-03 18:38:17.139 +08:00 [DBG] Execution loop Worker:ebbc0cec caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:17.139 +08:00 [DBG] Execution loop Worker:ebbc0cec will be retried in 00:05:00... +2021-09-03 18:38:17.144 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:17.144 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 caught an exception and will be retried in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:17.144 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 will be retried in 00:00:04... +2021-09-03 18:38:17.148 +08:00 [DBG] Execution loop Worker:be2cd2ce caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:38:17.148 +08:00 [DBG] Execution loop Worker:be2cd2ce will be retried in 00:05:00... +2021-09-03 18:38:17.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:17.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:17.149 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 3633.2015ms +2021-09-03 18:38:17.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:17.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:17.154 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 45028.5975ms +2021-09-03 18:38:32.038 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:38:32.057 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ARh-upHwGGjPgWd229KTMw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 17287.3309ms +2021-09-03 18:38:32.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:38:32.997 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:32.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4640ms +2021-09-03 18:38:32.999 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:38:33.000 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:33.003 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:33.004 +08:00 [INF] Authorization was successful. +2021-09-03 18:38:33.005 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:38:33.005 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:38:33.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:33.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:33.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5753ms +2021-09-03 18:38:33.139 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F4yuyqxdcQj5LceoAmJo6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:38:33.139 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:33.142 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:33.143 +08:00 [INF] Authorization was successful. +2021-09-03 18:38:33.144 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:38:40.238 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-03 18:38:40.238 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:40.238 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4583ms +2021-09-03 18:38:40.241 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-03 18:38:40.241 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:40.243 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:40.244 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:38:40.244 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:38:40.272 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:38:40.272 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.6077ms +2021-09-03 18:38:40.272 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:38:40.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:40.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:40.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:38:40.311 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 70.3487ms +2021-09-03 18:38:40.321 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-03 18:38:40.321 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:40.321 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4329ms +2021-09-03 18:38:40.323 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-03 18:38:40.323 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:38:40.326 +08:00 [INF] Successfully validated the token. +2021-09-03 18:38:40.327 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:38:40.327 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-03 18:38:44.355 +08:00 [DBG] Transport connection checking... +2021-09-03 18:38:44.355 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:38:44.701 +08:00 [DBG] Server szqh003802a:15776:39137c13 heartbeat successfully sent +2021-09-03 18:41:33.229 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-03 18:41:33.237 +08:00 [DBG] Transport connection checking... +2021-09-03 18:41:33.237 +08:00 [DBG] Transport connection healthy! +2021-09-03 18:41:33.376 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-03 18:41:33.377 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:41:33.377 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0055ms +2021-09-03 18:41:33.378 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-03 18:41:33.403 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-03 18:41:33.404 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:41:33.582 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-03 18:41:33.582 +08:00 [INF] Successfully validated the token. +2021-09-03 18:41:33.582 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F4yuyqxdcQj5LceoAmJo6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 180461.6598ms +2021-09-03 18:41:33.582 +08:00 [INF] Authorization was successful. +2021-09-03 18:41:33.635 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:41:33.635 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-03 18:41:33.819 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fLl7D6LCLOfpOxzEfxLvcw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-03 18:41:33.820 +08:00 [INF] CORS policy execution successful. +2021-09-03 18:41:33.871 +08:00 [INF] Successfully validated the token. +2021-09-03 18:41:33.893 +08:00 [INF] Authorization was successful. +2021-09-03 18:41:33.918 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-03 18:41:34.182 +08:00 [WRN] RabbitMQ consumer cancelled. --> amq.ctag-jSgW8fNmGb9Atinkt-FA-Q +2021-09-03 18:41:34.205 +08:00 [WRN] RabbitMQ consumer shutdown. --> End of stream +2021-09-03 18:41:34.840 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-03 18:41:34.859 +08:00 [INF] 1 servers were removed due to timeout +2021-09-03 18:41:34.859 +08:00 [DBG] Server szqh003802a:15776:39137c13 heartbeat successfully sent +2021-09-03 18:41:34.881 +08:00 [DBG] Execution loop Worker:25ef13b8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:41:34.882 +08:00 [DBG] Execution loop Worker:25ef13b8 will be retried in 00:05:00... +2021-09-03 18:41:34.904 +08:00 [DBG] Execution loop Worker:25e3fb77 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:41:34.904 +08:00 [DBG] Execution loop Worker:80b635e1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:41:34.904 +08:00 [DBG] Execution loop Worker:25e3fb77 will be retried in 00:05:00... +2021-09-03 18:41:34.904 +08:00 [DBG] Execution loop Worker:80b635e1 will be retried in 00:05:00... +2021-09-03 18:41:37.210 +08:00 [DBG] Execution loop Worker:6a90f7e4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:41:37.210 +08:00 [DBG] Execution loop Worker:6a90f7e4 will be retried in 00:05:00... +2021-09-03 18:41:37.262 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 caught an exception and will be retried in 00:00:09 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-03 18:41:37.263 +08:00 [DBG] Execution loop RecurringJobScheduler:f411efa6 will be retried in 00:00:09... +2021-09-03 18:41:56.971 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-03 18:41:56.975 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 196667.023ms +2021-09-03 18:41:56.975 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-03 18:41:56.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:41:56.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:41:56.996 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23594.9951ms +2021-09-03 18:41:56.997 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:41:57.032 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-jSgW8fNmGb9Atinkt-FA-Q +2021-09-03 18:41:57.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:41:57.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-03 18:41:57.033 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 196729.7682ms +2021-09-04 08:48:16.920 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 08:48:23.847 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 08:48:23.970 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 08:48:24.595 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 08:48:24.633 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 08:48:24.735 +08:00 [INF] Starting the processing server. +2021-09-04 08:48:24.740 +08:00 [DBG] Transport connection checking... +2021-09-04 08:48:24.740 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:48:24.754 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-2ZMfCMMt4qD_cpseBQeMjQ +2021-09-04 08:48:24.763 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 08:48:24.782 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 08:48:24.785 +08:00 [INF] ### CAP started! +2021-09-04 08:48:24.797 +08:00 [INF] Loaded ABP modules: +2021-09-04 08:48:24.797 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 08:48:24.797 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 08:48:24.797 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 08:48:24.797 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 08:48:24.797 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.798 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 08:48:24.799 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 08:48:24.799 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 08:48:24.905 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 08:48:24.908 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 08:48:24.965 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 08:48:24.979 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 08:48:24.979 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 08:48:24.980 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 08:48:24.980 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 08:48:25.022 +08:00 [DBG] Execution loop BackgroundServerProcess:53d24bd1 has started in 5.9489 ms +2021-09-04 08:48:25.154 +08:00 [INF] Server szqh003802a:16716:1355a7ac successfully announced in 128.7764 ms +2021-09-04 08:48:25.158 +08:00 [INF] Server szqh003802a:16716:1355a7ac is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 08:48:25.159 +08:00 [DBG] Execution loop ServerHeartbeatProcess:8cc2d2b2 has started in 4.6063 ms +2021-09-04 08:48:25.162 +08:00 [DBG] Execution loop ServerWatchdog:b8d637e5 has started in 3.4653 ms +2021-09-04 08:48:25.165 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:b2c6d8d8 has started in 4.9473 ms +2021-09-04 08:48:25.172 +08:00 [DBG] Execution loop ExpirationManager:0d241ef0 has started in 8.5416 ms +2021-09-04 08:48:25.173 +08:00 [DBG] Execution loop CountersAggregator:663f7cee has started in 4.8771 ms +2021-09-04 08:48:25.175 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 08:48:25.175 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 08:48:25.176 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 08:48:25.179 +08:00 [DBG] Execution loop Worker:2021f045 has started in 7.3025 ms +2021-09-04 08:48:25.180 +08:00 [DBG] Execution loop Worker:28a37df0 has started in 9.0176 ms +2021-09-04 08:48:25.184 +08:00 [DBG] Execution loop Worker:83da6212 has started in 12.6989 ms +2021-09-04 08:48:25.189 +08:00 [DBG] Execution loop Worker:814b0e5d has started in 18.4376 ms +2021-09-04 08:48:25.192 +08:00 [DBG] Execution loop Worker:e81b114a has started in 21.1532 ms +2021-09-04 08:48:25.193 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 08:48:25.195 +08:00 [DBG] Execution loop Worker:566602d9 has started in 23.7463 ms +2021-09-04 08:48:25.234 +08:00 [DBG] Execution loop Worker:6b17e616 has started in 62.8579 ms +2021-09-04 08:48:25.234 +08:00 [DBG] Execution loop Worker:44bf8c14 has started in 62.8578 ms +2021-09-04 08:48:25.241 +08:00 [DBG] Execution loop Worker:2f4970fc has started in 69.8917 ms +2021-09-04 08:48:25.244 +08:00 [DBG] Execution loop Worker:a7710ec5 has started in 72.6088 ms +2021-09-04 08:48:25.247 +08:00 [DBG] Execution loop Worker:5ad5a77d has started in 76.2504 ms +2021-09-04 08:48:25.254 +08:00 [DBG] Execution loop Worker:4ea98e46 has started in 83.3814 ms +2021-09-04 08:48:25.264 +08:00 [DBG] Execution loop Worker:87346d19 has started in 92.6058 ms +2021-09-04 08:48:25.276 +08:00 [DBG] Execution loop Worker:dedcbda8 has started in 104.5811 ms +2021-09-04 08:48:25.282 +08:00 [DBG] Execution loop Worker:cd8d3dca has started in 110.7941 ms +2021-09-04 08:48:25.285 +08:00 [DBG] Execution loop Worker:3d724bd6 has started in 113.776 ms +2021-09-04 08:48:25.286 +08:00 [DBG] removed records count=3 +2021-09-04 08:48:25.289 +08:00 [DBG] Execution loop Worker:41258387 has started in 118.3997 ms +2021-09-04 08:48:25.292 +08:00 [DBG] Execution loop Worker:a3ef3e09 has started in 120.5892 ms +2021-09-04 08:48:25.295 +08:00 [DBG] Execution loop Worker:e0bc3e0e has started in 124.3377 ms +2021-09-04 08:48:25.301 +08:00 [DBG] Execution loop Worker:127201a2 has started in 129.996 ms +2021-09-04 08:48:25.306 +08:00 [DBG] Execution loop DelayedJobScheduler:9d8327b7 has started in 11.8744 ms +2021-09-04 08:48:25.306 +08:00 [INF] Server szqh003802a:16716:1355a7ac all the dispatchers started +2021-09-04 08:48:25.311 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b has started in 9.3082 ms +2021-09-04 08:48:26.218 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_82c8993bef824480a38625b776810441 +2021-09-04 08:48:26.250 +08:00 [INF] Connected to Redis. +2021-09-04 08:48:26.280 +08:00 [INF] Initialized all ABP modules. +2021-09-04 08:48:26.293 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 08:48:26.303 +08:00 [DBG] removed records count=0 +2021-09-04 08:48:26.303 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 08:48:26.304 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 08:48:26.390 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 08:48:26.393 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 08:48:26.393 +08:00 [INF] Hosting environment: Development +2021-09-04 08:48:26.393 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 08:48:27.973 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 08:48:30.377 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 08:48:30.449 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 08:48:30.497 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 08:48:30.505 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 51.4263ms +2021-09-04 08:48:30.505 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 08:48:30.526 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2555.4190ms +2021-09-04 08:48:30.546 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 08:48:30.600 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 54.2461ms +2021-09-04 08:48:30.798 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 08:48:31.328 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 529.7111ms +2021-09-04 08:48:54.027 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 08:48:54.033 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:48:54.037 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.6389ms +2021-09-04 08:48:54.039 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 08:48:54.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:48:54.095 +08:00 [INF] Successfully validated the token. +2021-09-04 08:48:54.112 +08:00 [INF] Authorization was successful. +2021-09-04 08:48:54.119 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 08:48:54.137 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 08:48:54.171 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FOicep-3UgnDVv2NKswHVg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 08:48:54.171 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:48:54.174 +08:00 [INF] Successfully validated the token. +2021-09-04 08:48:54.174 +08:00 [INF] Authorization was successful. +2021-09-04 08:48:54.175 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 08:48:54.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:48:54.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:48:54.488 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 449.3364ms +2021-09-04 08:48:54.744 +08:00 [DBG] Transport connection checking... +2021-09-04 08:48:54.744 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:48:55.189 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:49:00.626 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:2f4970fc caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:2021f045 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:83da6212 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:814b0e5d caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:e81b114a caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:566602d9 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:6b17e616 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:4ea98e46 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:dedcbda8 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.626 +08:00 [DBG] Execution loop Worker:cd8d3dca caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:a3ef3e09 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:e0bc3e0e caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:127201a2 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:5ad5a77d caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:6b17e616 will be retried in 00:00:49... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:2f4970fc will be retried in 00:00:01... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:4ea98e46 will be retried in 00:01:04... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:2021f045 will be retried in 00:00:04... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:dedcbda8 will be retried in 00:01:21... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:83da6212 will be retried in 00:00:09... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:814b0e5d will be retried in 00:00:16... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:e81b114a will be retried in 00:00:25... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:cd8d3dca will be retried in 00:01:40... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:566602d9 will be retried in 00:00:36... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:a3ef3e09 will be retried in 00:02:01... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:e0bc3e0e will be retried in 00:02:24... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:127201a2 will be retried in 00:02:49... +2021-09-04 08:49:00.627 +08:00 [DBG] Execution loop Worker:5ad5a77d will be retried in 00:03:16... +2021-09-04 08:49:00.644 +08:00 [DBG] Execution loop Worker:3d724bd6 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.644 +08:00 [DBG] Execution loop Worker:87346d19 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.644 +08:00 [DBG] Execution loop Worker:3d724bd6 will be retried in 00:03:45... +2021-09-04 08:49:00.644 +08:00 [DBG] Execution loop Worker:87346d19 will be retried in 00:04:16... +2021-09-04 08:49:00.678 +08:00 [DBG] Execution loop Worker:28a37df0 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.679 +08:00 [DBG] Execution loop Worker:28a37df0 will be retried in 00:04:49... +2021-09-04 08:49:00.698 +08:00 [DBG] Execution loop Worker:41258387 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.698 +08:00 [DBG] Execution loop Worker:a7710ec5 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.698 +08:00 [DBG] Execution loop Worker:a7710ec5 will be retried in 00:05:00... +2021-09-04 08:49:00.698 +08:00 [DBG] Execution loop Worker:41258387 will be retried in 00:05:00... +2021-09-04 08:49:00.716 +08:00 [DBG] Execution loop Worker:44bf8c14 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.716 +08:00 [DBG] Execution loop Worker:44bf8c14 will be retried in 00:05:00... +2021-09-04 08:49:00.743 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.743 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:00.743 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b will be retried in 00:00:01... +2021-09-04 08:49:00.842 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 08:49:00.842 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 08:49:00.844 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 08:49:00.853 +08:00 [DBG] removed records count=0 +2021-09-04 08:49:00.853 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 08:49:00.854 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 08:49:00.861 +08:00 [DBG] removed records count=0 +2021-09-04 08:49:00.861 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 08:49:00.862 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 08:49:24.753 +08:00 [DBG] Transport connection checking... +2021-09-04 08:49:24.753 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:49:25.210 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:49:30.564 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 08:49:30.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:30.565 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 1.1976ms +2021-09-04 08:49:30.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 08:49:30.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:30.570 +08:00 [INF] Successfully validated the token. +2021-09-04 08:49:30.737 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 08:49:30.739 +08:00 [DBG] Not found in the cache: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 08:49:30.741 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39fe52c6-27a0-d54c-0b47-4133f044c8fa +2021-09-04 08:49:31.128 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 08:49:31.147 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 08:49:31.175 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 08:49:31.180 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 08:49:31.181 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 08:49:31.181 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 08:49:31.213 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 08:49:31.238 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 08:49:31.241 +08:00 [INF] Authorization was successful. +2021-09-04 08:49:31.242 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:31.257 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 08:49:32.223 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:32.223 +08:00 [DBG] Execution loop Worker:2f4970fc caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:32.223 +08:00 [DBG] Execution loop Worker:2f4970fc will be retried in 00:05:00... +2021-09-04 08:49:32.256 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:32.256 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:32.256 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b will be retried in 00:00:04... +2021-09-04 08:49:32.975 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:49:33.002 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 1745.2638ms +2021-09-04 08:49:33.003 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:33.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:33.076 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:33.076 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:33.078 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 2511.2457ms +2021-09-04 08:49:34.962 +08:00 [DBG] Execution loop Worker:2021f045 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:34.962 +08:00 [DBG] Execution loop Worker:2021f045 will be retried in 00:05:00... +2021-09-04 08:49:39.986 +08:00 [DBG] Execution loop Worker:83da6212 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:39.986 +08:00 [DBG] Execution loop Worker:83da6212 will be retried in 00:05:00... +2021-09-04 08:49:43.757 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - +2021-09-04 08:49:43.757 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:43.757 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - - 204 - - 0.5106ms +2021-09-04 08:49:43.759 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 +2021-09-04 08:49:43.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:43.761 +08:00 [INF] Successfully validated the token. +2021-09-04 08:49:43.762 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users.Users.Enable +2021-09-04 08:49:43.771 +08:00 [DBG] Found in the cache: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users.Users.Enable +2021-09-04 08:49:43.771 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable +2021-09-04 08:49:43.773 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable +2021-09-04 08:49:43.773 +08:00 [INF] Authorization was successful. +2021-09-04 08:49:43.774 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:43.776 +08:00 [INF] Route matched with {action = "Lock", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task LockAsync(CompanyName.ProjectName.Users.Dtos.LockUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 08:49:44.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.074 +08:00 [WRN] Lockout for user failed because lockout is not enabled for this user. +2021-09-04 08:49:44.078 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi) in 301.2059ms +2021-09-04 08:49:44.078 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:44.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.128 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 - 204 - - 369.1862ms +2021-09-04 08:49:44.131 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 08:49:44.169 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 08:49:44.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:44.170 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4560ms +2021-09-04 08:49:44.171 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 08:49:44.171 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:44.174 +08:00 [INF] Successfully validated the token. +2021-09-04 08:49:44.174 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 08:49:44.178 +08:00 [DBG] Found in the cache: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 08:49:44.178 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 08:49:44.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 08:49:44.181 +08:00 [INF] Authorization was successful. +2021-09-04 08:49:44.182 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:44.183 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 08:49:44.215 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:49:44.217 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.2798ms +2021-09-04 08:49:44.217 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:44.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:44.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 73.2467ms +2021-09-04 08:49:46.973 +08:00 [DBG] Execution loop Worker:814b0e5d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:46.973 +08:00 [DBG] Execution loop Worker:814b0e5d will be retried in 00:05:00... +2021-09-04 08:49:54.769 +08:00 [DBG] Transport connection checking... +2021-09-04 08:49:54.769 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:49:55.240 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:49:55.260 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 08:49:55.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:55.260 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4332ms +2021-09-04 08:49:55.261 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 08:49:55.262 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:55.264 +08:00 [INF] Successfully validated the token. +2021-09-04 08:49:55.265 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:55.268 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 08:49:55.357 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:49:55.361 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 92.8787ms +2021-09-04 08:49:55.361 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:55.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:55.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:55.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:55.388 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 126.6334ms +2021-09-04 08:49:55.982 +08:00 [DBG] Execution loop Worker:e81b114a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:49:55.982 +08:00 [DBG] Execution loop Worker:e81b114a will be retried in 00:05:00... +2021-09-04 08:49:58.349 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 08:49:58.350 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:58.350 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6191ms +2021-09-04 08:49:58.351 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 08:49:58.352 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:49:58.354 +08:00 [INF] Successfully validated the token. +2021-09-04 08:49:58.355 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Roles +2021-09-04 08:49:58.359 +08:00 [DBG] Found in the cache: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Roles +2021-09-04 08:49:58.359 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 08:49:58.361 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 08:49:58.361 +08:00 [INF] Authorization was successful. +2021-09-04 08:49:58.362 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:58.365 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 08:49:58.512 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:49:58.513 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 148.1911ms +2021-09-04 08:49:58.513 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 08:49:58.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:58.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:58.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:49:58.543 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 191.3905ms +2021-09-04 08:50:01.159 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 08:50:01.168 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:01.363 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 200 - text/html 204.2885ms +2021-09-04 08:50:01.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire/css17240 - - +2021-09-04 08:50:01.373 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire/js17240 - - +2021-09-04 08:50:01.376 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:01.376 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:01.401 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire/css17240 - - - 200 - text/css 29.3082ms +2021-09-04 08:50:01.415 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire/js17240 - - - 200 - application/javascript 42.1808ms +2021-09-04 08:50:01.535 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire/fonts/glyphicons-halflings-regular/woff2 - - +2021-09-04 08:50:01.536 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:01.537 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:01.539 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:01.542 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire/fonts/glyphicons-halflings-regular/woff2 - - - 200 - font/woff2 6.9036ms +2021-09-04 08:50:03.520 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:50:03.521 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:03.521 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:03.523 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:03.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:03.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:03.589 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 68.4283ms +2021-09-04 08:50:04.006 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire/recurring - - +2021-09-04 08:50:04.009 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:04.050 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire/recurring - - - 200 - text/html 44.0084ms +2021-09-04 08:50:06.104 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:06.104 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:06.104 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:06.106 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:06.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:06.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:06.139 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 35.8619ms +2021-09-04 08:50:06.568 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:50:06.568 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b will be retried in 00:00:09... +2021-09-04 08:50:06.973 +08:00 [DBG] Execution loop Worker:566602d9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:50:06.973 +08:00 [DBG] Execution loop Worker:566602d9 will be retried in 00:05:00... +2021-09-04 08:50:07.341 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/recurring/remove application/x-www-form-urlencoded;+charset=UTF-8 32 +2021-09-04 08:50:07.341 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:07.341 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:07.344 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:08.143 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:08.144 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:08.144 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:08.146 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:08.183 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:08.183 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:08.183 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 39.5164ms +2021-09-04 08:50:10.188 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:10.189 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:10.189 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:10.191 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:10.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:10.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:10.223 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 34.6291ms +2021-09-04 08:50:12.233 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:12.234 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:12.234 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:12.237 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:12.271 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:12.271 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:12.271 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 38.0845ms +2021-09-04 08:50:14.281 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:14.282 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:14.282 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:14.284 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:14.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:14.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:14.316 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 34.8172ms +2021-09-04 08:50:16.321 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:16.322 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:16.322 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:16.325 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:16.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:16.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:16.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 48.6181ms +2021-09-04 08:50:18.374 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:18.375 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:18.375 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:18.377 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:18.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:18.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:18.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 37.0195ms +2021-09-04 08:50:19.981 +08:00 [DBG] Execution loop Worker:6b17e616 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:50:19.981 +08:00 [DBG] Execution loop Worker:6b17e616 will be retried in 00:05:00... +2021-09-04 08:50:20.419 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:20.419 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:20.419 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:20.422 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:20.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:20.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:20.456 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 36.8223ms +2021-09-04 08:50:22.283 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 08:50:22.283 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:22.283 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.6479ms +2021-09-04 08:50:22.285 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 08:50:22.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:22.288 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:22.289 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:50:22.291 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:50:22.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:22.463 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:22.463 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:22.468 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:22.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:22.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:22.526 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 63.2627ms +2021-09-04 08:50:22.624 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:50:22.625 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 333.4388ms +2021-09-04 08:50:22.625 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:50:22.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:22.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:22.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:22.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 366.8765ms +2021-09-04 08:50:22.661 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 08:50:22.662 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:22.662 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4447ms +2021-09-04 08:50:22.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 08:50:22.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:22.666 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:22.667 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:50:22.669 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:50:25.530 +08:00 [DBG] Transport connection checking... +2021-09-04 08:50:25.530 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:50:25.531 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:25.532 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:25.532 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:25.540 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:25.542 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:50:33.559 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:50:33.560 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 10891.0501ms +2021-09-04 08:50:33.560 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:50:33.569 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:33.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:33.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:33.579 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 8047.5078ms +2021-09-04 08:50:33.596 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:33.596 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:33.596 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 10932.8718ms +2021-09-04 08:50:34.987 +08:00 [DBG] Execution loop Worker:4ea98e46 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:50:34.987 +08:00 [DBG] Execution loop Worker:4ea98e46 will be retried in 00:05:00... +2021-09-04 08:50:35.583 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:35.584 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:35.584 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:35.586 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:35.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:35.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:35.621 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 38.1792ms +2021-09-04 08:50:36.190 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-04 08:50:36.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:36.190 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4200ms +2021-09-04 08:50:36.191 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-04 08:50:36.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:50:36.194 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:36.195 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:50:36.197 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:50:38.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:40.217 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:40.219 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:40.231 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:45.436 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-04 08:50:45.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:45.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:45.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 6455.7399ms +2021-09-04 08:50:50.290 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:50:50.291 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:50:50.291 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:50:51.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:52.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:50:52.710 +08:00 [INF] Successfully validated the token. +2021-09-04 08:50:56.614 +08:00 [DBG] Transport connection checking... +2021-09-04 08:50:56.614 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:50:56.673 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:51:01.238 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.RecurringJobManager.RemoveIfExists(String recurringJobId) + at Hangfire.Dashboard.DashboardRoutes.<>c.<.cctor>b__2_26(IRecurringJobManager manager, String jobId) + at Hangfire.Dashboard.RouteCollectionExtensions.<>c__DisplayClass4_0.b__0(DashboardContext context, String jobId) + at Hangfire.Dashboard.BatchCommandDispatcher.Dispatch(DashboardContext context) + at Hangfire.Dashboard.AspNetCoreDashboardMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Uow.AbpUnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Serilog.AbpSerilogMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-04 08:51:01.359 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 25142.8475ms +2021-09-04 08:51:01.359 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:01.404 +08:00 [DBG] Execution loop Worker:dedcbda8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:51:01.404 +08:00 [DBG] Execution loop Worker:dedcbda8 will be retried in 00:05:00... +2021-09-04 08:51:01.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.413 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 11123.0778ms +2021-09-04 08:51:01.414 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/recurring/remove application/x-www-form-urlencoded;+charset=UTF-8 32 - 500 - text/plain 54073.5425ms +2021-09-04 08:51:01.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:01.459 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 25268.0302ms +2021-09-04 08:51:03.418 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:51:03.418 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:03.418 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:03.420 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:03.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:03.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:03.459 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 41.1941ms +2021-09-04 08:51:05.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:51:05.464 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:05.464 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:05.466 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:05.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:05.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:05.511 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 47.9067ms +2021-09-04 08:51:07.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 +2021-09-04 08:51:07.530 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:07.530 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:07.532 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:07.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:07.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:07.578 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 167 - 200 - application/json 47.9768ms +2021-09-04 08:51:08.175 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 08:51:08.176 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FOicep-3UgnDVv2NKswHVg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 134004.6369ms +2021-09-04 08:51:08.738 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 08:51:08.741 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 08:51:08.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:08.741 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4972ms +2021-09-04 08:51:08.741 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:08.743 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 08:51:08.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:08.746 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:08.746 +08:00 [INF] Authorization was successful. +2021-09-04 08:51:08.747 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 08:51:08.747 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 08:51:08.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:08.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:08.770 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.0736ms +2021-09-04 08:51:08.780 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 200 - text/html 42.2430ms +2021-09-04 08:51:08.838 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uZerg2TDug_4axmjFABhqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 08:51:08.839 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:08.842 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:08.843 +08:00 [INF] Authorization was successful. +2021-09-04 08:51:08.844 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 08:51:10.996 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:11.014 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:11.015 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:11.035 +08:00 [DBG] Execution loop Worker:cd8d3dca caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:51:11.035 +08:00 [DBG] Execution loop Worker:cd8d3dca will be retried in 00:05:00... +2021-09-04 08:51:11.036 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:11.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:11.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:11.081 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 104.1862ms +2021-09-04 08:51:13.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:13.089 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:13.089 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:13.091 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:13.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:13.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:13.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8856ms +2021-09-04 08:51:14.354 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 08:51:14.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:14.355 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5962ms +2021-09-04 08:51:14.356 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 08:51:14.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:14.359 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:14.360 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:14.360 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:51:14.389 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:51:14.389 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.8111ms +2021-09-04 08:51:14.389 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:14.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:14.416 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:14.416 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:14.416 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 59.9184ms +2021-09-04 08:51:14.426 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 08:51:14.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:14.427 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4401ms +2021-09-04 08:51:14.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 08:51:14.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:14.430 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:14.432 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:14.432 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:51:21.607 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:21.614 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:21.614 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:21.824 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:25.075 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b caught an exception and will be retried in 00:00:16 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:51:25.076 +08:00 [DBG] Execution loop RecurringJobScheduler:16fccc4b will be retried in 00:00:16... +2021-09-04 08:51:27.781 +08:00 [DBG] Transport connection checking... +2021-09-04 08:51:27.781 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:51:27.781 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:51:27.783 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 13351.2293ms +2021-09-04 08:51:27.784 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:27.789 +08:00 [DBG] Server szqh003802a:16716:1355a7ac heartbeat successfully sent +2021-09-04 08:51:27.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:27.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:27.799 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 6195.9086ms +2021-09-04 08:51:27.800 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:27.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:27.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:27.825 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 13397.4970ms +2021-09-04 08:51:29.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:29.808 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:29.808 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:29.810 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:29.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:29.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:29.845 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.6359ms +2021-09-04 08:51:31.859 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:31.859 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:31.859 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:32.001 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:32.022 +08:00 [DBG] Execution loop Worker:a3ef3e09 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 08:51:32.022 +08:00 [DBG] Execution loop Worker:a3ef3e09 will be retried in 00:05:00... +2021-09-04 08:51:32.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:32.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:32.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 197.3236ms +2021-09-04 08:51:32.223 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 08:51:32.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:32.224 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4647ms +2021-09-04 08:51:32.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 08:51:32.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:32.227 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:32.229 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:32.229 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:51:32.256 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:51:32.256 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.4846ms +2021-09-04 08:51:32.256 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:32.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:32.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:32.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:51:32.283 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 58.4728ms +2021-09-04 08:51:32.293 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 08:51:32.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:32.294 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4466ms +2021-09-04 08:51:32.295 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 08:51:32.295 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:51:32.298 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:32.299 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:51:32.299 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:51:36.486 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 08:51:36.487 +08:00 [INF] CORS policy execution failed. +2021-09-04 08:51:36.487 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 08:51:36.493 +08:00 [INF] Successfully validated the token. +2021-09-04 08:51:57.888 +08:00 [DBG] Transport connection checking... +2021-09-04 08:51:57.888 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:54:40.966 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 08:54:45.729 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 08:54:45.823 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 08:54:46.323 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 08:54:46.362 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 08:54:46.454 +08:00 [INF] Starting the processing server. +2021-09-04 08:54:46.458 +08:00 [DBG] Transport connection checking... +2021-09-04 08:54:46.458 +08:00 [DBG] Transport connection healthy! +2021-09-04 08:54:46.472 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-K-wOxpECEpVnNTqpVQkXoQ +2021-09-04 08:54:46.479 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 08:54:46.497 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 08:54:46.499 +08:00 [INF] ### CAP started! +2021-09-04 08:54:46.509 +08:00 [INF] Loaded ABP modules: +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 08:54:46.509 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 08:54:46.509 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 08:54:46.510 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 08:54:46.510 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 08:54:46.510 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 08:54:46.510 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 08:54:46.592 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 08:54:46.595 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 08:54:46.640 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 08:54:46.651 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 08:54:46.652 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 08:54:46.652 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 08:54:46.652 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 08:54:46.671 +08:00 [DBG] Execution loop BackgroundServerProcess:c639f48f has started in 5.4811 ms +2021-09-04 08:54:46.767 +08:00 [INF] Server szqh003802a:20584:58ce2656 successfully announced in 83.3322 ms +2021-09-04 08:54:46.771 +08:00 [INF] Server szqh003802a:20584:58ce2656 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 08:54:46.771 +08:00 [DBG] Execution loop ServerHeartbeatProcess:1e632c76 has started in 3.395 ms +2021-09-04 08:54:46.774 +08:00 [DBG] Execution loop ServerWatchdog:2828849b has started in 3.7305 ms +2021-09-04 08:54:46.776 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:137daa12 has started in 3.8062 ms +2021-09-04 08:54:46.778 +08:00 [DBG] Execution loop ExpirationManager:7985e0ce has started in 3.2054 ms +2021-09-04 08:54:46.780 +08:00 [DBG] Execution loop CountersAggregator:633c5de6 has started in 4.0424 ms +2021-09-04 08:54:46.782 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 08:54:46.782 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 08:54:46.783 +08:00 [DBG] Execution loop Worker:06e87684 has started in 5.3305 ms +2021-09-04 08:54:46.786 +08:00 [DBG] Execution loop Worker:0c15021e has started in 7.4403 ms +2021-09-04 08:54:46.787 +08:00 [DBG] Execution loop Worker:61a24e30 has started in 8.9237 ms +2021-09-04 08:54:46.790 +08:00 [DBG] Execution loop Worker:381dac56 has started in 12.1452 ms +2021-09-04 08:54:46.791 +08:00 [DBG] Execution loop Worker:c6a85790 has started in 13.3933 ms +2021-09-04 08:54:46.794 +08:00 [DBG] Execution loop Worker:f6ed9378 has started in 15.6148 ms +2021-09-04 08:54:46.795 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 08:54:46.797 +08:00 [DBG] Execution loop Worker:cbb994f7 has started in 19.3226 ms +2021-09-04 08:54:46.800 +08:00 [DBG] Execution loop Worker:7bb45550 has started in 22.4871 ms +2021-09-04 08:54:46.800 +08:00 [DBG] Execution loop Worker:ddb39200 has started in 22.5456 ms +2021-09-04 08:54:46.804 +08:00 [DBG] Execution loop Worker:2a8bf07a has started in 25.776 ms +2021-09-04 08:54:46.807 +08:00 [DBG] Execution loop Worker:105c1293 has started in 29.1587 ms +2021-09-04 08:54:46.812 +08:00 [DBG] Execution loop Worker:c45c1c50 has started in 34.2652 ms +2021-09-04 08:54:46.819 +08:00 [DBG] Execution loop Worker:9d295e68 has started in 40.4212 ms +2021-09-04 08:54:46.824 +08:00 [DBG] Execution loop Worker:26fbac3a has started in 46.3489 ms +2021-09-04 08:54:46.832 +08:00 [DBG] removed records count=0 +2021-09-04 08:54:46.832 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 08:54:46.832 +08:00 [DBG] Execution loop Worker:ec5a9b5f has started in 54.4441 ms +2021-09-04 08:54:46.834 +08:00 [DBG] Execution loop Worker:2d0b4c61 has started in 56.0993 ms +2021-09-04 08:54:46.835 +08:00 [DBG] Execution loop Worker:9ce709b3 has started in 56.6363 ms +2021-09-04 08:54:46.840 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 08:54:46.840 +08:00 [DBG] Execution loop Worker:fca9d631 has started in 62.2332 ms +2021-09-04 08:54:46.845 +08:00 [DBG] Execution loop Worker:53bc7888 has started in 65.8049 ms +2021-09-04 08:54:46.849 +08:00 [DBG] Execution loop Worker:a4b737be has started in 70.7843 ms +2021-09-04 08:54:46.851 +08:00 [INF] Server szqh003802a:20584:58ce2656 all the dispatchers started +2021-09-04 08:54:46.854 +08:00 [DBG] Execution loop RecurringJobScheduler:24480de5 has started in 5.1654 ms +2021-09-04 08:54:46.855 +08:00 [DBG] Execution loop DelayedJobScheduler:b6def6d1 has started in 9.9568 ms +2021-09-04 08:54:47.235 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_0c5dd103bf4c4989b773b5a6f310b378 +2021-09-04 08:54:47.261 +08:00 [INF] Connected to Redis. +2021-09-04 08:54:47.281 +08:00 [INF] Initialized all ABP modules. +2021-09-04 08:54:47.375 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 08:54:47.378 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 08:54:47.378 +08:00 [INF] Hosting environment: Development +2021-09-04 08:54:47.378 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 08:54:47.894 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 08:54:49.614 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 08:54:49.672 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 08:54:49.705 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 08:54:49.711 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.0755ms +2021-09-04 08:54:49.711 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 08:54:49.731 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1839.0852ms +2021-09-04 08:54:49.746 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 08:54:49.801 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.0958ms +2021-09-04 08:54:49.968 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 08:54:50.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 372.4244ms +2021-09-04 08:54:53.871 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 08:54:53.875 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:54:53.881 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 9.3989ms +2021-09-04 08:54:53.883 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 08:54:53.883 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:54:53.931 +08:00 [INF] Successfully validated the token. +2021-09-04 08:54:53.936 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:54:53.949 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:54:54.581 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 08:54:54.592 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 642.6295ms +2021-09-04 08:54:54.592 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:54:54.598 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:54:54.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:54:54.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 08:54:54.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 993.1236ms +2021-09-04 08:54:54.889 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 08:54:54.890 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:54:54.890 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4896ms +2021-09-04 08:54:54.891 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 08:54:54.891 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:54:54.894 +08:00 [INF] Successfully validated the token. +2021-09-04 08:54:54.895 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 08:54:54.897 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 08:55:01.059 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 08:55:01.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 08:55:01.065 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.6336ms +2021-09-04 08:55:01.066 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 08:55:01.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:02:46.065 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:02:46.066 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:02:46.066 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:02:46.074 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:02:46.074 +08:00 [DBG] Transport connection checking... +2021-09-04 09:02:46.074 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:02:46.080 +08:00 [INF] Successfully validated the token. +2021-09-04 09:02:46.098 +08:00 [WRN] RabbitMQ consumer cancelled. --> amq.ctag-K-wOxpECEpVnNTqpVQkXoQ +2021-09-04 09:02:46.098 +08:00 [WRN] RabbitMQ consumer shutdown. --> End of stream +2021-09-04 09:02:46.544 +08:00 [INF] Successfully validated the token. +2021-09-04 09:02:46.566 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 471668.8902ms +2021-09-04 09:02:46.567 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:02:47.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:02:50.013 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 09:02:50.014 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:02:50.034 +08:00 [DBG] Server szqh003802a:20584:58ce2656 heartbeat successfully sent +2021-09-04 09:02:54.973 +08:00 [INF] Authorization was successful. +2021-09-04 09:02:55.088 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-K-wOxpECEpVnNTqpVQkXoQ +2021-09-04 09:02:55.636 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:02:55.795 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:55.795 +08:00 [DBG] Execution loop Worker:381dac56 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:55.795 +08:00 [DBG] Execution loop Worker:381dac56 will be retried in 00:00:01... +2021-09-04 09:02:55.815 +08:00 [DBG] Execution loop Worker:c6a85790 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:55.815 +08:00 [DBG] Execution loop Worker:c6a85790 will be retried in 00:00:04... +2021-09-04 09:02:55.816 +08:00 [DBG] Execution loop Worker:53bc7888 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:55.816 +08:00 [DBG] Execution loop Worker:53bc7888 will be retried in 00:00:09... +2021-09-04 09:02:55.948 +08:00 [DBG] Execution loop Worker:ec5a9b5f caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:55.948 +08:00 [DBG] Execution loop Worker:ec5a9b5f will be retried in 00:00:16... +2021-09-04 09:02:56.055 +08:00 [DBG] Execution loop Worker:26fbac3a caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.055 +08:00 [DBG] Execution loop Worker:26fbac3a will be retried in 00:00:25... +2021-09-04 09:02:56.055 +08:00 [DBG] Execution loop Worker:a4b737be caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.055 +08:00 [DBG] Execution loop Worker:a4b737be will be retried in 00:00:36... +2021-09-04 09:02:56.240 +08:00 [DBG] Execution loop Worker:06e87684 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.240 +08:00 [DBG] Execution loop Worker:06e87684 will be retried in 00:00:49... +2021-09-04 09:02:56.241 +08:00 [DBG] Execution loop Worker:9d295e68 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.241 +08:00 [DBG] Execution loop Worker:9d295e68 will be retried in 00:01:04... +2021-09-04 09:02:56.260 +08:00 [DBG] Execution loop Worker:fca9d631 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.260 +08:00 [DBG] Execution loop Worker:fca9d631 will be retried in 00:01:21... +2021-09-04 09:02:56.300 +08:00 [DBG] Execution loop Worker:7bb45550 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.300 +08:00 [DBG] Execution loop Worker:7bb45550 will be retried in 00:01:40... +2021-09-04 09:02:56.337 +08:00 [DBG] Execution loop Worker:2a8bf07a caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.337 +08:00 [DBG] Execution loop Worker:2a8bf07a will be retried in 00:02:01... +2021-09-04 09:02:56.403 +08:00 [DBG] Execution loop Worker:2d0b4c61 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.403 +08:00 [DBG] Execution loop Worker:2d0b4c61 will be retried in 00:02:24... +2021-09-04 09:02:56.614 +08:00 [DBG] Execution loop Worker:9ce709b3 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.614 +08:00 [DBG] Execution loop Worker:cbb994f7 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.614 +08:00 [DBG] Execution loop Worker:9ce709b3 will be retried in 00:02:49... +2021-09-04 09:02:56.614 +08:00 [DBG] Execution loop Worker:cbb994f7 will be retried in 00:03:16... +2021-09-04 09:02:56.812 +08:00 [DBG] Execution loop Worker:0c15021e caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.812 +08:00 [DBG] Execution loop Worker:0c15021e will be retried in 00:03:45... +2021-09-04 09:02:56.812 +08:00 [DBG] Execution loop Worker:105c1293 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.812 +08:00 [DBG] Execution loop Worker:105c1293 will be retried in 00:04:16... +2021-09-04 09:02:56.849 +08:00 [DBG] Execution loop Worker:61a24e30 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.849 +08:00 [DBG] Execution loop Worker:61a24e30 will be retried in 00:04:49... +2021-09-04 09:02:56.870 +08:00 [DBG] Execution loop Worker:c45c1c50 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.870 +08:00 [DBG] Execution loop Worker:c45c1c50 will be retried in 00:05:00... +2021-09-04 09:02:56.916 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.916 +08:00 [DBG] Execution loop RecurringJobScheduler:24480de5 caught an exception and will be retried in 00:00:01 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:02:56.916 +08:00 [DBG] Execution loop RecurringJobScheduler:24480de5 will be retried in 00:00:01... +2021-09-04 09:02:56.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:02:56.954 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 482062.9773ms +2021-09-04 09:02:56.991 +08:00 [DBG] Execution loop Worker:ddb39200 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:56.991 +08:00 [DBG] Execution loop Worker:ddb39200 will be retried in 00:05:00... +2021-09-04 09:02:57.028 +08:00 [DBG] Execution loop Worker:f6ed9378 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:02:57.028 +08:00 [DBG] Execution loop Worker:f6ed9378 will be retried in 00:05:00... +2021-09-04 09:02:57.039 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:02:57.046 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5a1a8kbZivRNlr6x6E5pdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:02:57.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:02:57.060 +08:00 [INF] Successfully validated the token. +2021-09-04 09:02:57.063 +08:00 [INF] Authorization was successful. +2021-09-04 09:02:57.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:02:57.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:02:57.073 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:02:57.074 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 476007.6276ms +2021-09-04 09:02:57.266 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:02:57.266 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:02:57.268 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:02:57.370 +08:00 [DBG] removed records count=0 +2021-09-04 09:02:57.370 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:02:57.395 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:02:57.467 +08:00 [DBG] removed records count=0 +2021-09-04 09:02:57.468 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:02:57.493 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:02:58.070 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 09:02:58.087 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext'. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Couldn't connect to server + ---> System.IO.IOException: Unable to write data to the transport connection: 你的主机中的软件中止了一个已建立的连接。. + ---> System.Net.Sockets.SocketException (10053): 你的主机中的软件中止了一个已建立的连接。 + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendAsyncForNetworkStream(Socket socket, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.SendAsyncForNetworkStream(ReadOnlyMemory`1 buffer, SocketFlags socketFlags, CancellationToken cancellationToken) + at System.Net.Sockets.NetworkStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at System.Net.Security.AsyncReadWriteAdapter.WriteAsync(Byte[] buffer, Int32 offset, Int32 count) + at System.Net.Security.SslStream.WriteSingleChunk[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.WriteBytesAsync(ReadOnlyMemory`1 data, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 95 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePacketAsync(IByteHandler byteHandler, Int32 sequenceNumber, ReadOnlyMemory`1 contents, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 536 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePayloadAsync(IByteHandler byteHandler, Func`1 getNextSequenceNumber, ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 515 + at MySqlConnector.Protocol.Serialization.StandardPayloadHandler.WritePayloadAsync(ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StandardPayloadHandler.cs:line 45 + at MySqlConnector.Core.ServerSession.SendReplyAsync(PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 899 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at MySqlConnector.Core.ServerSession.InitSslAsync(ProtocolCapabilities serverCapabilities, ConnectionSettings cs, SslProtocols sslProtocols, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1479 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.g__InternalFillHandshakeBufferAsync|182_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.ThreadPool.<>c.<.cctor>b__60_0(Object state) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.InvokeContinuation(Action`1 continuation, Object state, Boolean forceAsync, Boolean requiresExecutionContextFlow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs _) + at System.Net.Sockets.SocketAsyncEventArgs.OnCompletedInternal() + at System.Net.Sockets.SocketAsyncEventArgs.FinishOperationAsyncSuccess(Int32 bytesTransferred, SocketFlags flags) + at System.Net.Sockets.SocketAsyncEventArgs.<>c.<.cctor>b__179_0(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading.ThreadPoolBoundHandleOverlapped.CompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped) +--- End of stack trace from previous location --- + + --- End of inner exception stack trace --- + at System.Net.Security.SslStream.g__CompleteWriteAsync|177_1[TIOAdapter](ValueTask writeTask, Byte[] bufferToReturn) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__WritePacketAsyncAwaited|8_0(ValueTask`1 task, Byte[] buffer) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 546 + at MySqlConnector.Core.ServerSession.SendReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 917 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 530 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Couldn't connect to server + ---> System.IO.IOException: Unable to write data to the transport connection: 你的主机中的软件中止了一个已建立的连接。. + ---> System.Net.Sockets.SocketException (10053): 你的主机中的软件中止了一个已建立的连接。 + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendAsyncForNetworkStream(Socket socket, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.SendAsyncForNetworkStream(ReadOnlyMemory`1 buffer, SocketFlags socketFlags, CancellationToken cancellationToken) + at System.Net.Sockets.NetworkStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at System.Net.Security.AsyncReadWriteAdapter.WriteAsync(Byte[] buffer, Int32 offset, Int32 count) + at System.Net.Security.SslStream.WriteSingleChunk[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.WriteBytesAsync(ReadOnlyMemory`1 data, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 95 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePacketAsync(IByteHandler byteHandler, Int32 sequenceNumber, ReadOnlyMemory`1 contents, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 536 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePayloadAsync(IByteHandler byteHandler, Func`1 getNextSequenceNumber, ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 515 + at MySqlConnector.Protocol.Serialization.StandardPayloadHandler.WritePayloadAsync(ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StandardPayloadHandler.cs:line 45 + at MySqlConnector.Core.ServerSession.SendReplyAsync(PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 899 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at MySqlConnector.Core.ServerSession.InitSslAsync(ProtocolCapabilities serverCapabilities, ConnectionSettings cs, SslProtocols sslProtocols, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1479 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.g__InternalFillHandshakeBufferAsync|182_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.ThreadPool.<>c.<.cctor>b__60_0(Object state) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.InvokeContinuation(Action`1 continuation, Object state, Boolean forceAsync, Boolean requiresExecutionContextFlow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs _) + at System.Net.Sockets.SocketAsyncEventArgs.OnCompletedInternal() + at System.Net.Sockets.SocketAsyncEventArgs.FinishOperationAsyncSuccess(Int32 bytesTransferred, SocketFlags flags) + at System.Net.Sockets.SocketAsyncEventArgs.<>c.<.cctor>b__179_0(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading.ThreadPoolBoundHandleOverlapped.CompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped) +--- End of stack trace from previous location --- + + --- End of inner exception stack trace --- + at System.Net.Security.SslStream.g__CompleteWriteAsync|177_1[TIOAdapter](ValueTask writeTask, Byte[] bufferToReturn) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__WritePacketAsyncAwaited|8_0(ValueTask`1 task, Byte[] buffer) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 546 + at MySqlConnector.Core.ServerSession.SendReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 917 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 530 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 09:02:58.096 +08:00 [ERR] An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Couldn't connect to server + ---> System.IO.IOException: Unable to write data to the transport connection: 你的主机中的软件中止了一个已建立的连接。. + ---> System.Net.Sockets.SocketException (10053): 你的主机中的软件中止了一个已建立的连接。 + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendAsyncForNetworkStream(Socket socket, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.SendAsyncForNetworkStream(ReadOnlyMemory`1 buffer, SocketFlags socketFlags, CancellationToken cancellationToken) + at System.Net.Sockets.NetworkStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at System.Net.Security.AsyncReadWriteAdapter.WriteAsync(Byte[] buffer, Int32 offset, Int32 count) + at System.Net.Security.SslStream.WriteSingleChunk[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at System.Net.Security.SslStream.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.WriteBytesAsync(ReadOnlyMemory`1 data, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 95 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePacketAsync(IByteHandler byteHandler, Int32 sequenceNumber, ReadOnlyMemory`1 contents, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 536 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.WritePayloadAsync(IByteHandler byteHandler, Func`1 getNextSequenceNumber, ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 515 + at MySqlConnector.Protocol.Serialization.StandardPayloadHandler.WritePayloadAsync(ReadOnlyMemory`1 payload, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/StandardPayloadHandler.cs:line 45 + at MySqlConnector.Core.ServerSession.SendReplyAsync(PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 899 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at MySqlConnector.Core.ServerSession.InitSslAsync(ProtocolCapabilities serverCapabilities, ConnectionSettings cs, SslProtocols sslProtocols, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 1479 + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() + at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) + at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) + at System.Threading.Tasks.Task.FinishContinuations() + at System.Threading.Tasks.Task`1.TrySetResult(TResult result) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) + at System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(TResult result) + at System.Net.Security.SslStream.g__InternalFillHandshakeBufferAsync|182_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s) + at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) + at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext() + at System.Threading.ThreadPool.<>c.<.cctor>b__60_0(Object state) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.InvokeContinuation(Action`1 continuation, Object state, Boolean forceAsync, Boolean requiresExecutionContextFlow) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs _) + at System.Net.Sockets.SocketAsyncEventArgs.OnCompletedInternal() + at System.Net.Sockets.SocketAsyncEventArgs.FinishOperationAsyncSuccess(Int32 bytesTransferred, SocketFlags flags) + at System.Net.Sockets.SocketAsyncEventArgs.<>c.<.cctor>b__179_0(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading.ThreadPoolBoundHandleOverlapped.CompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped) +--- End of stack trace from previous location --- + + --- End of inner exception stack trace --- + at System.Net.Security.SslStream.g__CompleteWriteAsync|177_1[TIOAdapter](ValueTask writeTask, Byte[] bufferToReturn) + at System.Net.Security.SslStream.WriteAsyncInternal[TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer) + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoWriteBytesAsync|7_0(ReadOnlyMemory`1 data) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 109 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__WritePacketAsyncAwaited|8_0(ValueTask`1 task, Byte[] buffer) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 546 + at MySqlConnector.Core.ServerSession.SendReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 917 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 497 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 530 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 09:02:58.142 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 200 - text/html 12076.2660ms +2021-09-04 09:03:00.251 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:03:00.252 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:03:00.252 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:03:00.255 +08:00 [INF] Successfully validated the token. +2021-09-04 09:03:00.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:00.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:00.307 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 56.1498ms +2021-09-04 09:03:02.268 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:03:02.268 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:03:02.268 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4997ms +2021-09-04 09:03:02.270 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:03:02.270 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:03:02.272 +08:00 [INF] Successfully validated the token. +2021-09-04 09:03:02.273 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:03:02.274 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:03:02.301 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:03:02.301 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 26.916ms +2021-09-04 09:03:02.301 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:03:02.304 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:02.320 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:03:02.321 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:03:02.321 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:03:02.326 +08:00 [INF] Successfully validated the token. +2021-09-04 09:03:02.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:02.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:02.339 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 69.7453ms +2021-09-04 09:03:02.351 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:03:02.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:03:02.355 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 4.5134ms +2021-09-04 09:03:02.357 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:03:02.357 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:03:02.362 +08:00 [INF] Successfully validated the token. +2021-09-04 09:03:02.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:02.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:03:02.363 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:03:02.363 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.6401ms +2021-09-04 09:03:02.363 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:03:05.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:03:05.285 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:03:05.285 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:03:05.287 +08:00 [INF] Successfully validated the token. +2021-09-04 09:03:50.431 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:03:55.297 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:03:55.399 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:03:55.923 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:03:55.963 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:03:56.052 +08:00 [INF] Starting the processing server. +2021-09-04 09:03:56.056 +08:00 [DBG] Transport connection checking... +2021-09-04 09:03:56.057 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:03:56.069 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-QWl73KydWmlaPOKg4xTPrQ +2021-09-04 09:03:56.076 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:03:56.094 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:03:56.097 +08:00 [INF] ### CAP started! +2021-09-04 09:03:56.106 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:03:56.106 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:03:56.107 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:03:56.107 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:03:56.193 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:03:56.195 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:03:56.245 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:03:56.257 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:03:56.257 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:03:56.257 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:03:56.257 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:03:56.279 +08:00 [DBG] Execution loop BackgroundServerProcess:2672687b has started in 6.0913 ms +2021-09-04 09:03:56.373 +08:00 [INF] Server szqh003802a:10372:c05a4bf1 successfully announced in 81.9178 ms +2021-09-04 09:03:56.376 +08:00 [INF] Server szqh003802a:10372:c05a4bf1 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:03:56.377 +08:00 [DBG] Execution loop ServerHeartbeatProcess:73f704ca has started in 3.4607 ms +2021-09-04 09:03:56.380 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:a2ac9837 has started in 3.0457 ms +2021-09-04 09:03:56.380 +08:00 [DBG] Execution loop ServerWatchdog:d9ae5d79 has started in 4.0655 ms +2021-09-04 09:03:56.384 +08:00 [DBG] Execution loop ExpirationManager:3d2739ad has started in 4.2163 ms +2021-09-04 09:03:56.385 +08:00 [DBG] Execution loop CountersAggregator:3004b5ad has started in 4.0349 ms +2021-09-04 09:03:56.387 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:03:56.387 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:03:56.389 +08:00 [DBG] Execution loop Worker:61dd9bfe has started in 7.2632 ms +2021-09-04 09:03:56.390 +08:00 [DBG] Execution loop Worker:2bfb43f0 has started in 8.7437 ms +2021-09-04 09:03:56.392 +08:00 [DBG] Execution loop Worker:7c3a4581 has started in 11.1052 ms +2021-09-04 09:03:56.396 +08:00 [DBG] Execution loop Worker:ee24e8b7 has started in 14.247 ms +2021-09-04 09:03:56.397 +08:00 [DBG] Execution loop Worker:253541b4 has started in 15.5972 ms +2021-09-04 09:03:56.399 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:03:56.400 +08:00 [DBG] Execution loop Worker:3691b609 has started in 18.1813 ms +2021-09-04 09:03:56.402 +08:00 [DBG] Execution loop Worker:0c221f84 has started in 20.2171 ms +2021-09-04 09:03:56.404 +08:00 [DBG] Execution loop Worker:7c5ce2c4 has started in 22.9101 ms +2021-09-04 09:03:56.407 +08:00 [DBG] Execution loop Worker:fc16c61b has started in 25.1688 ms +2021-09-04 09:03:56.410 +08:00 [DBG] Execution loop Worker:3a5f8aef has started in 28.979 ms +2021-09-04 09:03:56.410 +08:00 [DBG] Execution loop Worker:81ef7ca3 has started in 28.9725 ms +2021-09-04 09:03:56.414 +08:00 [DBG] Execution loop Worker:80e44a11 has started in 32.3139 ms +2021-09-04 09:03:56.418 +08:00 [DBG] Execution loop Worker:b11fe799 has started in 36.2166 ms +2021-09-04 09:03:56.425 +08:00 [DBG] Execution loop Worker:81320a92 has started in 43.0399 ms +2021-09-04 09:03:56.428 +08:00 [DBG] Execution loop Worker:2b5b9476 has started in 47.1108 ms +2021-09-04 09:03:56.434 +08:00 [DBG] Execution loop Worker:3a5d6eb4 has started in 51.3983 ms +2021-09-04 09:03:56.439 +08:00 [DBG] Execution loop Worker:5f1aa21b has started in 57.5612 ms +2021-09-04 09:03:56.444 +08:00 [DBG] Execution loop Worker:24d645b2 has started in 62.3721 ms +2021-09-04 09:03:56.453 +08:00 [DBG] Execution loop Worker:69d23c48 has started in 71.323 ms +2021-09-04 09:03:56.458 +08:00 [DBG] removed records count=0 +2021-09-04 09:03:56.458 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:03:56.461 +08:00 [DBG] Execution loop Worker:6953a3c7 has started in 79.5804 ms +2021-09-04 09:03:56.471 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:03:56.470 +08:00 [INF] Server szqh003802a:10372:c05a4bf1 all the dispatchers started +2021-09-04 09:03:56.471 +08:00 [DBG] Execution loop DelayedJobScheduler:1b46eaea has started in 18.2858 ms +2021-09-04 09:03:56.475 +08:00 [DBG] Execution loop RecurringJobScheduler:36846125 has started in 13.2006 ms +2021-09-04 09:03:56.876 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_b97160ffa7964a1da1726eb153742a8e +2021-09-04 09:03:56.908 +08:00 [INF] Connected to Redis. +2021-09-04 09:03:56.932 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:03:57.028 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:03:57.031 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:03:57.031 +08:00 [INF] Hosting environment: Development +2021-09-04 09:03:57.031 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:03:57.321 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:03:59.208 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:03:59.269 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:03:59.303 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:03:59.309 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.7499ms +2021-09-04 09:03:59.309 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:03:59.328 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2007.8399ms +2021-09-04 09:03:59.342 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:03:59.399 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 56.5228ms +2021-09-04 09:03:59.547 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:03:59.920 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 372.9971ms +2021-09-04 09:04:00.109 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:04:00.114 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:00.119 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 9.6727ms +2021-09-04 09:04:00.121 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:04:00.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:00.173 +08:00 [INF] Successfully validated the token. +2021-09-04 09:04:00.178 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:04:00.192 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:04:00.879 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:04:00.891 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 698.3808ms +2021-09-04 09:04:00.891 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:04:00.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:04:01.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:04:01.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:04:01.356 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 1234.5488ms +2021-09-04 09:04:01.370 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:04:01.370 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:01.370 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4382ms +2021-09-04 09:04:01.372 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:04:01.372 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:01.374 +08:00 [INF] Successfully validated the token. +2021-09-04 09:04:01.375 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:04:01.378 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:04:05.347 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:04:06.044 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:06.044 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 697.1118ms +2021-09-04 09:04:06.046 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:04:06.047 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:04:06.901 +08:00 [INF] Successfully validated the token. +2021-09-04 09:05:51.791 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:05:56.881 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:05:56.989 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:05:57.566 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:05:57.597 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:05:57.693 +08:00 [INF] Starting the processing server. +2021-09-04 09:05:57.698 +08:00 [DBG] Transport connection checking... +2021-09-04 09:05:57.698 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:05:57.712 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-QmNSGAjZdG4pJGX1B-nAyA +2021-09-04 09:05:57.720 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:05:57.739 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:05:57.743 +08:00 [INF] ### CAP started! +2021-09-04 09:05:57.752 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:05:57.752 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:05:57.752 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:05:57.752 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:05:57.752 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:05:57.752 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:05:57.753 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:05:57.753 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:05:57.852 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:05:57.854 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:05:57.915 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:05:57.928 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:05:57.928 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:05:57.928 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:05:57.928 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:05:57.947 +08:00 [DBG] Execution loop BackgroundServerProcess:9d878c1a has started in 5.4763 ms +2021-09-04 09:05:58.052 +08:00 [INF] Server szqh003802a:21636:f6b904b5 successfully announced in 102.7609 ms +2021-09-04 09:05:58.056 +08:00 [INF] Server szqh003802a:21636:f6b904b5 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:05:58.056 +08:00 [DBG] Execution loop ServerHeartbeatProcess:50a66060 has started in 3.4164 ms +2021-09-04 09:05:58.059 +08:00 [DBG] Execution loop ServerWatchdog:1e0b0240 has started in 2.933 ms +2021-09-04 09:05:58.060 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:0e77771a has started in 3.7325 ms +2021-09-04 09:05:58.063 +08:00 [DBG] Execution loop ExpirationManager:48fcbefd has started in 3.3694 ms +2021-09-04 09:05:58.065 +08:00 [DBG] Execution loop CountersAggregator:54dc9e40 has started in 3.862 ms +2021-09-04 09:05:58.067 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:05:58.067 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:05:58.069 +08:00 [DBG] Execution loop Worker:82be0ff4 has started in 5.9554 ms +2021-09-04 09:05:58.071 +08:00 [DBG] Execution loop Worker:79b406d8 has started in 7.8863 ms +2021-09-04 09:05:58.071 +08:00 [DBG] Execution loop Worker:9bf9dd29 has started in 7.8864 ms +2021-09-04 09:05:58.074 +08:00 [DBG] Execution loop Worker:c624e416 has started in 11.0236 ms +2021-09-04 09:05:58.076 +08:00 [DBG] Execution loop Worker:a67e7477 has started in 13.3384 ms +2021-09-04 09:05:58.078 +08:00 [DBG] Execution loop Worker:5c08cb41 has started in 14.8081 ms +2021-09-04 09:05:58.079 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:05:58.080 +08:00 [DBG] Execution loop Worker:0a8904e2 has started in 17.0173 ms +2021-09-04 09:05:58.082 +08:00 [DBG] Execution loop Worker:55389cf7 has started in 19.4772 ms +2021-09-04 09:05:58.087 +08:00 [DBG] Execution loop Worker:624ed92d has started in 23.9812 ms +2021-09-04 09:05:58.091 +08:00 [DBG] Execution loop Worker:b7a4fbfb has started in 28.1607 ms +2021-09-04 09:05:58.096 +08:00 [DBG] Execution loop Worker:fd37a5e9 has started in 33.2169 ms +2021-09-04 09:05:58.101 +08:00 [DBG] Execution loop Worker:9fc3ced2 has started in 37.9874 ms +2021-09-04 09:05:58.106 +08:00 [DBG] Execution loop Worker:65362b05 has started in 43.0367 ms +2021-09-04 09:05:58.110 +08:00 [DBG] Execution loop Worker:1a7f94a8 has started in 46.659 ms +2021-09-04 09:05:58.113 +08:00 [DBG] removed records count=0 +2021-09-04 09:05:58.113 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:05:58.113 +08:00 [DBG] Execution loop Worker:075187d7 has started in 49.7425 ms +2021-09-04 09:05:58.119 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:05:58.119 +08:00 [DBG] Execution loop Worker:5d90dd66 has started in 56.4814 ms +2021-09-04 09:05:58.124 +08:00 [DBG] Execution loop Worker:cbec0229 has started in 60.7262 ms +2021-09-04 09:05:58.128 +08:00 [DBG] Execution loop Worker:e8d2ad8b has started in 64.7694 ms +2021-09-04 09:05:58.128 +08:00 [DBG] Execution loop Worker:543ff9f3 has started in 65.3394 ms +2021-09-04 09:05:58.136 +08:00 [DBG] Execution loop Worker:f285db04 has started in 73.2968 ms +2021-09-04 09:05:58.139 +08:00 [DBG] Execution loop DelayedJobScheduler:81d64a92 has started in 11.2326 ms +2021-09-04 09:05:58.140 +08:00 [INF] Server szqh003802a:21636:f6b904b5 all the dispatchers started +2021-09-04 09:05:58.144 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c has started in 8.2093 ms +2021-09-04 09:05:58.583 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_8eebefde5588407caec1b204335620ed +2021-09-04 09:05:58.617 +08:00 [INF] Connected to Redis. +2021-09-04 09:05:58.642 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:05:58.749 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:05:58.752 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:05:58.752 +08:00 [INF] Hosting environment: Development +2021-09-04 09:05:58.752 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:05:59.266 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:06:01.309 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:06:01.381 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:06:01.419 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:06:01.425 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 40.9109ms +2021-09-04 09:06:01.426 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:06:01.448 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2183.7050ms +2021-09-04 09:06:01.467 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:06:01.530 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 63.4496ms +2021-09-04 09:06:01.947 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:06:02.354 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 407.0562ms +2021-09-04 09:06:07.886 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:06:07.890 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:07.896 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 9.8964ms +2021-09-04 09:06:07.898 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:06:07.898 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:07.957 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:07.963 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:07.978 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:08.669 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:08.681 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 703.0728ms +2021-09-04 09:06:08.682 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:08.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:08.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:08.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:08.996 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 1097.9855ms +2021-09-04 09:06:09.012 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:06:09.012 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:09.012 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.5392ms +2021-09-04 09:06:09.014 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:06:09.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:09.017 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:09.018 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:09.021 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:26.039 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:26.051 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 17029.9137ms +2021-09-04 09:06:26.051 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:26.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:26.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:26.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:26.082 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 17067.6876ms +2021-09-04 09:06:27.704 +08:00 [DBG] Transport connection checking... +2021-09-04 09:06:27.704 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:06:28.104 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:06:28.250 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:06:28.319 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:28.359 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 128.5808ms +2021-09-04 09:06:28.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:06:28.445 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:28.447 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:28.449 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:28.512 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:32.816 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:06:32.835 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:32.986 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:33.095 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:33.095 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:33.501 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.501 +08:00 [DBG] Execution loop Worker:e8d2ad8b caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.501 +08:00 [DBG] Execution loop Worker:82be0ff4 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.501 +08:00 [DBG] Execution loop Worker:9bf9dd29 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:79b406d8 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:c624e416 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:a67e7477 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:5c08cb41 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:0a8904e2 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:55389cf7 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:624ed92d caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:b7a4fbfb caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:fd37a5e9 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:9fc3ced2 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:65362b05 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:1a7f94a8 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:075187d7 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.502 +08:00 [DBG] Execution loop Worker:5d90dd66 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:e8d2ad8b will be retried in 00:00:01... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:543ff9f3 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:cbec0229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:075187d7 will be retried in 00:04:16... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:1a7f94a8 will be retried in 00:03:45... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:55389cf7 will be retried in 00:01:21... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:5d90dd66 will be retried in 00:04:49... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:f285db04 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:5c08cb41 will be retried in 00:00:49... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:543ff9f3 will be retried in 00:05:00... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:cbec0229 will be retried in 00:05:00... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:0a8904e2 will be retried in 00:01:04... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:b7a4fbfb will be retried in 00:02:01... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:624ed92d will be retried in 00:01:40... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:f285db04 will be retried in 00:05:00... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:c624e416 will be retried in 00:00:25... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:9bf9dd29 will be retried in 00:00:09... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:79b406d8 will be retried in 00:00:16... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:fd37a5e9 will be retried in 00:02:24... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:a67e7477 will be retried in 00:00:36... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:82be0ff4 will be retried in 00:00:04... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:65362b05 will be retried in 00:03:16... +2021-09-04 09:06:33.503 +08:00 [DBG] Execution loop Worker:9fc3ced2 will be retried in 00:02:49... +2021-09-04 09:06:33.504 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:33.504 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 4972.6166ms +2021-09-04 09:06:33.504 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:33.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.526 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.526 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:06:33.527 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c will be retried in 00:00:01... +2021-09-04 09:06:33.555 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:33.555 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 441.2086ms +2021-09-04 09:06:33.555 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:33.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.580 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 5176.5617ms +2021-09-04 09:06:33.599 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:06:33.600 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:33.600 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.5099ms +2021-09-04 09:06:33.602 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:06:33.603 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:33.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:33.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 787.7297ms +2021-09-04 09:06:33.606 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:33.607 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:33.607 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:33.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:06:33.624 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:33.628 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:46.092 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:46.093 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:46.093 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:06:46.097 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:06:46.102 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 09:06:46.103 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:46.103 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.9147ms +2021-09-04 09:06:46.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:46.104 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.9764ms +2021-09-04 09:06:46.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 09:06:46.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:46.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:06:46.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:46.382 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:46.383 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:46.734 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 09:06:46.739 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:46.965 +08:00 [INF] Authorization was successful. +2021-09-04 09:06:46.971 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:06:46.987 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 09:06:46.987 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 09:06:46.991 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 24 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.Dapper.DapperRepository`1.GetDbTransactionAsync() + at CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.Notifications.DapperNotificationRepository.GetPageBroadCastNotificationCountByUserIdAsync(Guid userId, CancellationToken cancellationToken) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore\EntityFrameworkCore\Notifications\DapperNotificationRepository.cs:line 49 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.NotificationManagement.Notifications.QueryNotificationAppService.GetPageBroadCastNotificationByUserIdAsync(PagingNotificationListInput listInput, CancellationToken cancellationToken) in D:\abp\aspnet-core\modules\NotificationManagement\src\CompanyName.ProjectName.NotificationManagement.Application\Notifications\QueryNotificationAppService.cs:line 45 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2203(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 09:06:46.991 +08:00 [ERR] Unexpected end of request content. +Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content. + at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelBadHttpRequestException.Throw(RequestRejectionReason reason) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1MessageBody.ThrowUnexpectedEndOfRequestContent() + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1ContentLengthMessageBody.ReadAsyncInternal(CancellationToken cancellationToken) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) + at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken) + at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Volo.Abp.AspNetCore.Mvc.Json.AbpHybridJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder.BindModelAsync(ModelBindingContext bindingContext) + at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value, Object container) + at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<g__Bind|0>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 09:06:47.007 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 09:06:47.007 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 09:06:47.015 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:06:47.029 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mHdS3Fzc6Cs6aYq9vP5uAw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:06:47.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:47.030 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 13421.9737ms +2021-09-04 09:06:47.030 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 936.711ms +2021-09-04 09:06:47.030 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:47.030 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:47.046 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:47.048 +08:00 [INF] Authorization was successful. +2021-09-04 09:06:47.054 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:06:47.058 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.058 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.061 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 682.0351ms +2021-09-04 09:06:47.066 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:06:47.066 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:06:47.069 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:06:47.091 +08:00 [DBG] removed records count=0 +2021-09-04 09:06:47.091 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:06:47.096 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:06:47.109 +08:00 [DBG] removed records count=0 +2021-09-04 09:06:47.109 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:06:47.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.110 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 500 - application/json;+charset=utf-8 13493.1827ms +2021-09-04 09:06:47.112 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:06:47.217 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 09:06:47.225 +08:00 [DBG] Found in the cache: pn:U,pk:39fe52c6-27a0-d54c-0b47-4133f044c8fa,n:AbpIdentity.Users +2021-09-04 09:06:47.238 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:06:47.243 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:06:47.248 +08:00 [INF] Authorization was successful. +2021-09-04 09:06:47.250 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:06:47.254 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:06:47.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:47.288 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 500 - application/json;+charset=utf-8 13686.0636ms +2021-09-04 09:06:47.735 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 200 - text/html 1642.3521ms +2021-09-04 09:06:48.547 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:48.558 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 1304.0766ms +2021-09-04 09:06:48.558 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:06:48.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:48.599 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:48.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:48.601 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 2494.3944ms +2021-09-04 09:06:49.856 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:06:49.858 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:06:49.858 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:06:49.861 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:49.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:49.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:49.917 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 60.4741ms +2021-09-04 09:06:50.757 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:06:50.757 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:50.757 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4638ms +2021-09-04 09:06:50.759 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:06:50.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:50.761 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:50.763 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:50.763 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:50.791 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:06:50.791 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.5504ms +2021-09-04 09:06:50.792 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:50.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:50.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:50.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:06:50.822 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 63.0733ms +2021-09-04 09:06:50.831 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:06:50.832 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:50.832 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4680ms +2021-09-04 09:06:50.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:06:50.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:06:50.836 +08:00 [INF] Successfully validated the token. +2021-09-04 09:06:50.837 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:06:50.837 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:06:52.987 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:06:52.987 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:06:52.987 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:06:52.990 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:13.192 +08:00 [DBG] Transport connection checking... +2021-09-04 09:08:13.192 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:08:13.197 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:08:13.198 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:13.199 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6271ms +2021-09-04 09:08:13.208 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:08:13.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:14.097 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:14.180 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:08:14.307 +08:00 [INF] Authorization was successful. +2021-09-04 09:08:14.867 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:08:14.954 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:08:15.257 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NiyLYHKpRfbLmlbgv6zMNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:08:15.257 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:15.299 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:15.321 +08:00 [INF] Authorization was successful. +2021-09-04 09:08:15.341 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:08:22.613 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:08:22.655 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 91817.9703ms +2021-09-04 09:08:22.655 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:22.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:23.038 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:23.038 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:23.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:08:23.379 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mHdS3Fzc6Cs6aYq9vP5uAw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 96349.9909ms +2021-09-04 09:08:23.993 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:23.993 +08:00 [DBG] Execution loop Worker:79b406d8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:23.993 +08:00 [DBG] Execution loop Worker:79b406d8 will be retried in 00:05:00... +2021-09-04 09:08:24.063 +08:00 [DBG] Execution loop Worker:82be0ff4 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:24.063 +08:00 [DBG] Execution loop Worker:82be0ff4 will be retried in 00:05:00... +2021-09-04 09:08:24.125 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 91138.1856ms +2021-09-04 09:08:24.205 +08:00 [DBG] Execution loop Worker:e8d2ad8b caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:24.205 +08:00 [DBG] Execution loop Worker:e8d2ad8b will be retried in 00:05:00... +2021-09-04 09:08:24.346 +08:00 [DBG] Execution loop Worker:9bf9dd29 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:24.346 +08:00 [DBG] Execution loop Worker:9bf9dd29 will be retried in 00:05:00... +2021-09-04 09:08:24.372 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:08:24.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:24.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:24.372 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 11164.5747ms +2021-09-04 09:08:24.378 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:24.378 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c caught an exception and will be retried in 00:00:04 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:08:24.379 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c will be retried in 00:00:04... +2021-09-04 09:08:24.380 +08:00 [ERR] Failed executing DbCommand (91,080ms) [Parameters=[@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)], CommandType='"Text"', CommandTimeout='30'] +SELECT `a`.`Id`, `a`.`ConcurrencyStamp`, `a`.`CreationTime`, `a`.`ExtraProperties`, `a`.`IsAbandoned`, `a`.`JobArgs`, `a`.`JobName`, `a`.`LastTryTime`, `a`.`NextTryTime`, `a`.`Priority`, `a`.`TryCount` +FROM `AbpBackgroundJobs` AS `a` +WHERE NOT (`a`.`IsAbandoned`) AND (`a`.`NextTryTime` <= @__now_0) +ORDER BY `a`.`Priority` DESC, `a`.`TryCount`, `a`.`NextTryTime` +LIMIT @__p_1 +2021-09-04 09:08:24.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:24.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:24.382 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 93549.0792ms +2021-09-04 09:08:24.390 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext'. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesAsync|6_2(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 86 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesAsync|6_2(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 86 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 09:08:24.954 +08:00 [ERR] An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesAsync|6_2(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 86 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 09:08:25.382 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:08:25.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:25.382 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4387ms +2021-09-04 09:08:25.384 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:08:25.384 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:25.386 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:25.387 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:25.387 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:08:25.415 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:08:25.415 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.4555ms +2021-09-04 09:08:25.415 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:25.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:25.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:25.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:25.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 70.9060ms +2021-09-04 09:08:25.462 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:08:25.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:25.462 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4880ms +2021-09-04 09:08:25.464 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:08:25.464 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:25.466 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:25.468 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:25.468 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:08:28.159 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:08:28.159 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:08:28.159 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:08:28.162 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:35.697 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-04 09:08:35.698 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:08:35.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:35.698 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4050ms +2021-09-04 09:08:35.698 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 10230.0774ms +2021-09-04 09:08:35.698 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:35.701 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-04 09:08:35.701 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:08:35.702 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:35.710 +08:00 [INF] Successfully validated the token. +2021-09-04 09:08:35.712 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:08:35.719 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:08:35.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:35.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:35.736 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 10270.5937ms +2021-09-04 09:08:35.747 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:35.747 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:08:35.747 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 7588.1841ms +2021-09-04 09:09:52.802 +08:00 [DBG] Transport connection checking... +2021-09-04 09:09:52.803 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:09:52.804 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:09:52.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:09:52.805 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:09:52.805 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.2511ms +2021-09-04 09:09:52.809 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:09:52.810 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:09:52.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:09:52.854 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NiyLYHKpRfbLmlbgv6zMNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - - 101 - - 97597.1500ms +2021-09-04 09:10:31.093 +08:00 [DBG] Transport connection checking... +2021-09-04 09:10:31.094 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:10:31.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:10:31.098 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:31.120 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:31.170 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:31.216 +08:00 [INF] Authorization was successful. +2021-09-04 09:10:31.431 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:10:31.455 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:10:32.046 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=c6pTkiiSi5c6Yseh2na2pQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:10:32.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:32.090 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:32.091 +08:00 [INF] Authorization was successful. +2021-09-04 09:10:32.114 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:10:33.971 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:10:34.365 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 09:10:34.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:34.479 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 113.9155ms +2021-09-04 09:10:34.501 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 09:10:34.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:34.806 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:10:35.002 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:10:35.151 +08:00 [DBG] Execution loop Worker:55389cf7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.151 +08:00 [DBG] Execution loop Worker:55389cf7 will be retried in 00:05:00... +2021-09-04 09:10:35.171 +08:00 [DBG] Execution loop Worker:b7a4fbfb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.171 +08:00 [DBG] Execution loop Worker:b7a4fbfb will be retried in 00:05:00... +2021-09-04 09:10:35.190 +08:00 [DBG] Execution loop Worker:0a8904e2 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.190 +08:00 [DBG] Execution loop Worker:0a8904e2 will be retried in 00:05:00... +2021-09-04 09:10:35.307 +08:00 [DBG] Execution loop Worker:c624e416 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.307 +08:00 [DBG] Execution loop Worker:c624e416 will be retried in 00:05:00... +2021-09-04 09:10:35.348 +08:00 [DBG] Execution loop Worker:624ed92d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.348 +08:00 [DBG] Execution loop Worker:624ed92d will be retried in 00:05:00... +2021-09-04 09:10:35.409 +08:00 [DBG] Execution loop Worker:a67e7477 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.409 +08:00 [DBG] Execution loop Worker:a67e7477 will be retried in 00:05:00... +2021-09-04 09:10:35.492 +08:00 [DBG] Execution loop Worker:5c08cb41 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.492 +08:00 [DBG] Execution loop Worker:5c08cb41 will be retried in 00:05:00... +2021-09-04 09:10:35.501 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c caught an exception and will be retried in 00:00:09 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:10:35.501 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c will be retried in 00:00:09... +2021-09-04 09:10:35.506 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:35.506 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:35.506 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 4412.5132ms +2021-09-04 09:10:35.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:35.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:35.507 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42702.6252ms +2021-09-04 09:10:35.532 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-04 09:10:39.094 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 123374.1652ms +2021-09-04 09:10:39.094 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:10:39.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 123478.2384ms +2021-09-04 09:10:39.308 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 09:10:39.309 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 09:10:39.343 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 09:10:39.345 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 4343.3167ms +2021-09-04 09:10:39.345 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:10:39.348 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:39.373 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 4872.1472ms +2021-09-04 09:10:39.378 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 09:10:39.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:39.379 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.6383ms +2021-09-04 09:10:39.380 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 09:10:39.381 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:39.383 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:39.384 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 09:10:39.387 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 09:10:39.417 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 09:10:39.423 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 09:10:39.434 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:10:39.467 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:10:39.472 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 09:10:39.497 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 09:10:39.538 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 09:10:39.547 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:10:39.567 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:10:39.568 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 09:10:39.581 +08:00 [DBG] Setting the cache items. Count: 20 +2021-09-04 09:10:39.604 +08:00 [DBG] Finished setting the cache items. Count: 20 +2021-09-04 09:10:40.254 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 09:10:40.256 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 09:10:40.275 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 887.9892ms +2021-09-04 09:10:40.275 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 09:10:40.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:40.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:40.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:40.345 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 965.2666ms +2021-09-04 09:10:40.727 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:10:40.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:40.727 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4811ms +2021-09-04 09:10:40.729 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:10:40.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:40.731 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:40.732 +08:00 [INF] Authorization was successful. +2021-09-04 09:10:40.733 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:10:40.733 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:10:40.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:40.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:40.754 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2656ms +2021-09-04 09:10:40.810 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SEn6Lu07Eyah2mpe1tHymA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:10:40.811 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:40.813 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:40.814 +08:00 [INF] Authorization was successful. +2021-09-04 09:10:40.815 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:10:43.528 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:10:43.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:43.529 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5103ms +2021-09-04 09:10:43.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:10:43.531 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:43.533 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:43.534 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:10:43.534 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:10:43.563 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:10:43.563 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 28.5781ms +2021-09-04 09:10:43.563 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:10:43.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:43.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:43.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:43.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 62.9534ms +2021-09-04 09:10:43.604 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:10:43.604 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:43.604 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4851ms +2021-09-04 09:10:43.606 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:10:43.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:10:43.609 +08:00 [INF] Successfully validated the token. +2021-09-04 09:10:43.610 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:10:43.611 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:10:48.256 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:10:48.256 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 4645.2389ms +2021-09-04 09:10:48.256 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:10:48.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:48.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:48.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:10:48.284 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 4678.2637ms +2021-09-04 09:10:57.758 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:10:57.761 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:10:58.100 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:10:58.101 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 09:11:01.103 +08:00 [DBG] Transport connection checking... +2021-09-04 09:11:01.103 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:11:04.251 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:11:04.786 +08:00 [DBG] Execution loop Worker:fd37a5e9 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:04.786 +08:00 [DBG] Execution loop Worker:fd37a5e9 will be retried in 00:05:00... +2021-09-04 09:11:04.880 +08:00 [DBG] Execution loop Worker:65362b05 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:04.880 +08:00 [DBG] Execution loop Worker:65362b05 will be retried in 00:05:00... +2021-09-04 09:11:04.917 +08:00 [DBG] Execution loop Worker:9fc3ced2 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:04.917 +08:00 [DBG] Execution loop Worker:9fc3ced2 will be retried in 00:05:00... +2021-09-04 09:11:04.919 +08:00 [DBG] Execution loop Worker:1a7f94a8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:04.919 +08:00 [DBG] Execution loop Worker:1a7f94a8 will be retried in 00:05:00... +2021-09-04 09:11:15.049 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-04 09:11:15.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:15.049 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4846ms +2021-09-04 09:11:15.050 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-04 09:11:15.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:15.053 +08:00 [INF] Successfully validated the token. +2021-09-04 09:11:15.054 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:11:15.054 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:11:36.029 +08:00 [DBG] Transport connection checking... +2021-09-04 09:11:36.029 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:11:36.091 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:11:37.346 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c caught an exception and will be retried in 00:00:16 +System.InvalidOperationException: Connection must be Open; current state is Closed + at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 690 + at MySqlConnector.Core.ICancellableCommandExtensions.ResetCommandTimeout(ICancellableCommand command) in /_/src/MySqlConnector/Core/ICancellableCommand.cs:line 59 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 264 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at MySqlConnector.Core.XaEnlistedTransaction.ExecuteXaCommand(String statement) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 48 + at MySqlConnector.Core.XaEnlistedTransaction.OnRollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/XaEnlistedTransaction.cs:line 40 + at MySqlConnector.Core.EnlistedTransactionBase.System.Transactions.IEnlistmentNotification.Rollback(Enlistment enlistment) in /_/src/MySqlConnector/Core/EnlistedTransactionBase.cs:line 38 + at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) + at System.Transactions.VolatileEnlistmentActive.InternalAborted(InternalEnlistment enlistment) + at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) + at System.Transactions.TransactionStateActive.Rollback(InternalTransaction tx, Exception e) + at System.Transactions.Transaction.Rollback() + at System.Transactions.TransactionScope.InternalDispose() + at System.Transactions.TransactionScope.Dispose() + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:37.347 +08:00 [DBG] Execution loop RecurringJobScheduler:72a7f21c will be retried in 00:00:16... +2021-09-04 09:11:37.411 +08:00 [DBG] Execution loop Worker:075187d7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:11:37.411 +08:00 [DBG] Execution loop Worker:075187d7 will be retried in 00:05:00... +2021-09-04 09:11:45.259 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 30204.4325ms +2021-09-04 09:11:45.259 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:11:45.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:45.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:45.321 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:45.321 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:45.322 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 30271.1955ms +2021-09-04 09:11:51.420 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:11:51.420 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:51.420 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5358ms +2021-09-04 09:11:51.421 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:11:51.422 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:51.424 +08:00 [INF] Successfully validated the token. +2021-09-04 09:11:51.425 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:11:51.425 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:11:51.451 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:11:51.451 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 26.1849ms +2021-09-04 09:11:51.451 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:11:51.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:51.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:51.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:11:51.489 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 67.3240ms +2021-09-04 09:11:51.502 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:11:51.503 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:51.503 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.5239ms +2021-09-04 09:11:51.504 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:11:51.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:11:51.507 +08:00 [INF] Successfully validated the token. +2021-09-04 09:11:51.509 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:11:51.509 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:12:09.885 +08:00 [DBG] Transport connection checking... +2021-09-04 09:12:09.886 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:12:09.886 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:12:09.887 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 18377.772ms +2021-09-04 09:12:09.887 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:12:09.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:11.253 +08:00 [DBG] Server szqh003802a:21636:f6b904b5 heartbeat successfully sent +2021-09-04 09:12:12.042 +08:00 [DBG] Execution loop Worker:5d90dd66 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:12:12.042 +08:00 [DBG] Execution loop Worker:5d90dd66 will be retried in 00:05:00... +2021-09-04 09:12:12.083 +08:00 [DBG] Execution loop Worker:543ff9f3 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:12:12.083 +08:00 [DBG] Execution loop Worker:543ff9f3 will be retried in 00:05:00... +2021-09-04 09:12:12.083 +08:00 [DBG] Execution loop Worker:cbec0229 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:12:12.083 +08:00 [DBG] Execution loop Worker:cbec0229 will be retried in 00:05:00... +2021-09-04 09:12:12.087 +08:00 [DBG] Execution loop Worker:f285db04 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:12:12.088 +08:00 [DBG] Execution loop Worker:f285db04 will be retried in 00:05:00... +2021-09-04 09:12:12.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:12.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:12.102 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 20597.6876ms +2021-09-04 09:12:45.792 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:12:50.709 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:12:50.810 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:12:51.335 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:12:51.375 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:12:51.468 +08:00 [INF] Starting the processing server. +2021-09-04 09:12:51.472 +08:00 [DBG] Transport connection checking... +2021-09-04 09:12:51.472 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:12:51.487 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-BmjVrYwIhnADwiJhifqMPw +2021-09-04 09:12:51.494 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:12:51.513 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:12:51.516 +08:00 [INF] ### CAP started! +2021-09-04 09:12:51.525 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:12:51.525 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:12:51.525 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:12:51.525 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:12:51.525 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:12:51.525 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:12:51.526 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:12:51.526 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:12:51.611 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:12:51.613 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:12:51.662 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:12:51.674 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:12:51.675 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:12:51.675 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:12:51.675 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:12:51.697 +08:00 [DBG] Execution loop BackgroundServerProcess:6e94dc6b has started in 5.4451 ms +2021-09-04 09:12:51.799 +08:00 [INF] Server szqh003802a:1592:7dbcdc2b successfully announced in 88.9709 ms +2021-09-04 09:12:51.804 +08:00 [INF] Server szqh003802a:1592:7dbcdc2b is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:12:51.805 +08:00 [DBG] Execution loop ServerHeartbeatProcess:1b13cbd3 has started in 4.6015 ms +2021-09-04 09:12:51.808 +08:00 [DBG] Execution loop ServerWatchdog:b2af0107 has started in 3.6924 ms +2021-09-04 09:12:51.810 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:87e81655 has started in 4.4032 ms +2021-09-04 09:12:51.812 +08:00 [DBG] Execution loop ExpirationManager:73c6773e has started in 3.3713 ms +2021-09-04 09:12:51.814 +08:00 [DBG] Execution loop CountersAggregator:67c4fd04 has started in 3.9742 ms +2021-09-04 09:12:51.816 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:12:51.816 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:12:51.817 +08:00 [DBG] Execution loop Worker:7ac5d954 has started in 4.8587 ms +2021-09-04 09:12:51.818 +08:00 [DBG] Execution loop Worker:1dbfa7ed has started in 6.1443 ms +2021-09-04 09:12:51.821 +08:00 [DBG] Execution loop Worker:8f3788eb has started in 9.1527 ms +2021-09-04 09:12:51.823 +08:00 [DBG] Execution loop Worker:1bc16345 has started in 10.9507 ms +2021-09-04 09:12:51.826 +08:00 [DBG] Execution loop Worker:6b6fc789 has started in 14.0743 ms +2021-09-04 09:12:51.828 +08:00 [DBG] Execution loop Worker:b73dfcaa has started in 16.2812 ms +2021-09-04 09:12:51.829 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:12:51.830 +08:00 [DBG] Execution loop Worker:56570e5a has started in 17.6856 ms +2021-09-04 09:12:51.832 +08:00 [DBG] Execution loop Worker:136f5ae7 has started in 20.5124 ms +2021-09-04 09:12:51.835 +08:00 [DBG] Execution loop Worker:cce10f65 has started in 23.1554 ms +2021-09-04 09:12:51.841 +08:00 [DBG] Execution loop Worker:ece2df31 has started in 28.9656 ms +2021-09-04 09:12:51.846 +08:00 [DBG] Execution loop Worker:da70ea22 has started in 33.7335 ms +2021-09-04 09:12:51.853 +08:00 [DBG] Execution loop Worker:c7d80bff has started in 40.3263 ms +2021-09-04 09:12:51.857 +08:00 [DBG] Execution loop Worker:cea660fe has started in 45.4309 ms +2021-09-04 09:12:51.865 +08:00 [DBG] Execution loop Worker:9934bb68 has started in 52.7952 ms +2021-09-04 09:12:51.869 +08:00 [DBG] Execution loop Worker:00724821 has started in 56.6284 ms +2021-09-04 09:12:51.875 +08:00 [DBG] Execution loop Worker:376a348b has started in 63.3786 ms +2021-09-04 09:12:51.880 +08:00 [DBG] Execution loop Worker:52916a51 has started in 67.8366 ms +2021-09-04 09:12:51.880 +08:00 [DBG] removed records count=0 +2021-09-04 09:12:51.880 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:12:51.885 +08:00 [DBG] Execution loop Worker:532d87b0 has started in 73.184 ms +2021-09-04 09:12:51.887 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:12:51.889 +08:00 [DBG] Execution loop Worker:f56fa1b3 has started in 77.3723 ms +2021-09-04 09:12:51.894 +08:00 [DBG] Execution loop Worker:90f29f90 has started in 82.1677 ms +2021-09-04 09:12:51.899 +08:00 [DBG] Execution loop DelayedJobScheduler:36eb083a has started in 9.4153 ms +2021-09-04 09:12:51.899 +08:00 [INF] Server szqh003802a:1592:7dbcdc2b all the dispatchers started +2021-09-04 09:12:51.903 +08:00 [DBG] Execution loop RecurringJobScheduler:709a1694 has started in 9.0061 ms +2021-09-04 09:12:52.317 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_62e20f27ce72484998c9e8c46d2463e4 +2021-09-04 09:12:52.347 +08:00 [INF] Connected to Redis. +2021-09-04 09:12:52.367 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:12:52.475 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:12:52.478 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:12:52.478 +08:00 [INF] Hosting environment: Development +2021-09-04 09:12:52.478 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:12:52.628 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:12:52.628 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:12:52.628 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:12:53.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:53.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:53.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:12:53.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:12:53.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:53.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:53.226 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 586.9158ms +2021-09-04 09:12:53.229 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 586.9148ms +2021-09-04 09:12:53.844 +08:00 [INF] Successfully validated the token. +2021-09-04 09:12:53.844 +08:00 [INF] Successfully validated the token. +2021-09-04 09:12:53.885 +08:00 [INF] Authorization was successful. +2021-09-04 09:12:53.885 +08:00 [INF] Authorization was successful. +2021-09-04 09:12:54.598 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:12:54.598 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:12:54.598 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:12:54.619 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:12:54.619 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:12:54.626 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VeyIUH6MgrMHJW9cEA2DxA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:12:54.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:54.629 +08:00 [INF] Successfully validated the token. +2021-09-04 09:12:54.630 +08:00 [INF] Authorization was successful. +2021-09-04 09:12:54.633 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:12:54.664 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Jjn5vQvDcjq8S24fbJX5LQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:12:54.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:12:54.667 +08:00 [INF] Successfully validated the token. +2021-09-04 09:12:54.668 +08:00 [INF] Authorization was successful. +2021-09-04 09:12:54.669 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:12:54.671 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:12:54.727 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:12:54.732 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 55.2605ms +2021-09-04 09:12:54.732 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:12:54.733 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2110.4324ms +2021-09-04 09:12:54.740 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:12:54.788 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 47.8071ms +2021-09-04 09:12:54.947 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:12:55.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:55.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:55.132 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:55.132 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:12:55.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1940.4842ms +2021-09-04 09:12:55.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1940.4842ms +2021-09-04 09:12:55.356 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 409.3898ms +2021-09-04 09:13:21.484 +08:00 [DBG] Transport connection checking... +2021-09-04 09:13:21.484 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:13:21.837 +08:00 [DBG] Server szqh003802a:1592:7dbcdc2b heartbeat successfully sent +2021-09-04 09:13:26.821 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:8f3788eb caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:6b6fc789 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:56570e5a caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:136f5ae7 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:cce10f65 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:ece2df31 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:da70ea22 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:c7d80bff caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:cea660fe caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:9934bb68 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:00724821 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:376a348b caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:52916a51 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.821 +08:00 [DBG] Execution loop Worker:532d87b0 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:1dbfa7ed caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:7ac5d954 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:7ac5d954 will be retried in 00:04:16... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:8f3788eb will be retried in 00:00:01... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:6b6fc789 will be retried in 00:00:09... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:56570e5a will be retried in 00:00:16... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:136f5ae7 will be retried in 00:00:25... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:cce10f65 will be retried in 00:00:36... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:1dbfa7ed will be retried in 00:00:04... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:da70ea22 will be retried in 00:01:04... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:c7d80bff will be retried in 00:01:21... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:ece2df31 will be retried in 00:00:49... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:cea660fe will be retried in 00:01:40... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:9934bb68 will be retried in 00:02:01... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:00724821 will be retried in 00:02:24... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:376a348b will be retried in 00:02:49... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:52916a51 will be retried in 00:03:16... +2021-09-04 09:13:26.836 +08:00 [DBG] Execution loop Worker:532d87b0 will be retried in 00:03:45... +2021-09-04 09:13:26.853 +08:00 [DBG] Execution loop Worker:f56fa1b3 caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.853 +08:00 [DBG] Execution loop Worker:f56fa1b3 will be retried in 00:04:49... +2021-09-04 09:13:26.924 +08:00 [DBG] Execution loop Worker:1bc16345 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.924 +08:00 [DBG] Execution loop Worker:1bc16345 will be retried in 00:05:00... +2021-09-04 09:13:26.962 +08:00 [DBG] Execution loop Worker:b73dfcaa caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.962 +08:00 [DBG] Execution loop Worker:b73dfcaa will be retried in 00:05:00... +2021-09-04 09:13:26.982 +08:00 [DBG] Execution loop Worker:90f29f90 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:26.982 +08:00 [DBG] Execution loop Worker:90f29f90 will be retried in 00:05:00... +2021-09-04 09:13:27.069 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:27.069 +08:00 [DBG] Execution loop RecurringJobScheduler:709a1694 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:27.069 +08:00 [DBG] Execution loop RecurringJobScheduler:709a1694 will be retried in 00:00:01... +2021-09-04 09:13:27.127 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:13:27.127 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:13:27.129 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:13:27.137 +08:00 [DBG] removed records count=0 +2021-09-04 09:13:27.137 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:13:27.138 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:13:27.145 +08:00 [DBG] removed records count=0 +2021-09-04 09:13:27.145 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:13:27.147 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:13:27.765 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - +2021-09-04 09:13:27.768 +08:00 [INF] Successfully validated the token. +2021-09-04 09:13:27.769 +08:00 [INF] Executing endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-04 09:13:27.771 +08:00 [INF] Route matched with {area = "Abp", action = "SetCsrfCookie", controller = "AbpSwashbuckle", page = ""}. Executing controller action with signature Void SetCsrfCookie() on controller Volo.Abp.Swashbuckle.AbpSwashbuckleController (Volo.Abp.Swashbuckle). +2021-09-04 09:13:27.793 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 09:13:27.794 +08:00 [INF] Executed action Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle) in 22.6962ms +2021-09-04 09:13:27.794 +08:00 [INF] Executed endpoint 'Volo.Abp.Swashbuckle.AbpSwashbuckleController.SetCsrfCookie (Volo.Abp.Swashbuckle)' +2021-09-04 09:13:27.794 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/abp/Swashbuckle/SetCsrfCookie application/json - - 204 - - 29.1995ms +2021-09-04 09:13:27.900 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 139 +2021-09-04 09:13:27.902 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:13:27.902 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:13:27.904 +08:00 [INF] Successfully validated the token. +2021-09-04 09:13:27.906 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:27.919 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:13:28.378 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 459.0518ms +2021-09-04 09:13:28.378 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:28.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.484 +08:00 [DBG] RabbitMQ topic message [CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent] has been published. +2021-09-04 09:13:28.486 +08:00 [DBG] Received message. id:1433961376123179008, name: CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent +2021-09-04 09:13:28.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 139 - 204 - - 617.0910ms +2021-09-04 09:13:28.520 +08:00 [DBG] Executing subscriber method : HandleEventAsync +2021-09-04 09:13:28.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:28.632 +08:00 [DBG] Consumer executed. Took: 106.1911 ms. +2021-09-04 09:13:43.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 184 +2021-09-04 09:13:43.464 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:13:43.464 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:13:43.466 +08:00 [INF] Successfully validated the token. +2021-09-04 09:13:43.468 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:43.468 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:13:43.494 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 25.9354ms +2021-09-04 09:13:43.494 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:43.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.521 +08:00 [DBG] Received message. id:1433961439327145984, name: CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent +2021-09-04 09:13:43.522 +08:00 [DBG] RabbitMQ topic message [CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent] has been published. +2021-09-04 09:13:43.526 +08:00 [DBG] Executing subscriber method : HandleEventAsync +2021-09-04 09:13:43.545 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.545 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.545 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 184 - 204 - - 82.2683ms +2021-09-04 09:13:43.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:43.572 +08:00 [DBG] Consumer executed. Took: 40.518 ms. +2021-09-04 09:13:51.490 +08:00 [DBG] Transport connection checking... +2021-09-04 09:13:51.490 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:13:51.910 +08:00 [DBG] Server szqh003802a:1592:7dbcdc2b heartbeat successfully sent +2021-09-04 09:13:55.211 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 243 +2021-09-04 09:13:55.212 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:13:55.212 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:13:55.214 +08:00 [INF] Successfully validated the token. +2021-09-04 09:13:55.216 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:55.216 +08:00 [INF] Route matched with {action = "Create", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.CreateNotificationInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:13:55.239 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 22.56ms +2021-09-04 09:13:55.239 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.CreateAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:13:55.262 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.262 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.266 +08:00 [DBG] Received message. id:1433961488580857856, name: CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent +2021-09-04 09:13:55.267 +08:00 [DBG] RabbitMQ topic message [CompanyName.ProjectName.NotificationManagement.Notifications.DistributedEvents.CreatedNotificationDistributedEvent] has been published. +2021-09-04 09:13:55.275 +08:00 [DBG] Executing subscriber method : HandleEventAsync +2021-09-04 09:13:55.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.312 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Create application/json 243 - 204 - - 100.3642ms +2021-09-04 09:13:55.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:13:55.321 +08:00 [DBG] Consumer executed. Took: 40.0932 ms. +2021-09-04 09:13:57.392 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:13:58.197 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:58.197 +08:00 [DBG] Execution loop Worker:8f3788eb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:58.197 +08:00 [DBG] Execution loop Worker:8f3788eb will be retried in 00:05:00... +2021-09-04 09:13:58.487 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:58.487 +08:00 [DBG] Execution loop RecurringJobScheduler:709a1694 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:13:58.488 +08:00 [DBG] Execution loop RecurringJobScheduler:709a1694 will be retried in 00:00:04... +2021-09-04 09:14:01.217 +08:00 [DBG] Execution loop Worker:1dbfa7ed caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:14:01.217 +08:00 [DBG] Execution loop Worker:1dbfa7ed will be retried in 00:05:00... +2021-09-04 09:14:02.486 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:14:02.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:02.487 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.5912ms +2021-09-04 09:14:02.489 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:14:02.489 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:02.492 +08:00 [INF] Successfully validated the token. +2021-09-04 09:14:02.493 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:14:02.496 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:14:02.677 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:14:02.686 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 190.5905ms +2021-09-04 09:14:02.686 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:14:02.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:02.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:02.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:02.713 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 224.8841ms +2021-09-04 09:14:02.726 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:14:02.726 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:02.726 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4628ms +2021-09-04 09:14:02.728 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:14:02.728 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:02.730 +08:00 [INF] Successfully validated the token. +2021-09-04 09:14:02.732 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:14:02.734 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:14:12.098 +08:00 [DBG] Execution loop Worker:6b6fc789 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> System.IO.IOException: Unable to read data from the transport connection: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。. + ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 + --- End of inner exception stack trace --- + at System.Net.Sockets.NetworkStream.Read(Span`1 buffer) + at System.Net.Security.SyncReadWriteAdapter.ReadAsync(Memory`1 buffer) + at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) + at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) + at System.IO.Stream.Read(Span`1 buffer) + at MySqlConnector.Utilities.Utility.Read(Stream stream, Memory`1 buffer) in /_/src/MySqlConnector/Utilities/Utility.cs:line 556 + at MySqlConnector.Protocol.Serialization.StreamByteHandler.g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 37 + at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 36 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 412 + at MySqlConnector.Protocol.Serialization.ProtocolUtility.g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 479 + at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 877 + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 135 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:14:12.099 +08:00 [DBG] Execution loop Worker:6b6fc789 will be retried in 00:05:00... +2021-09-04 09:14:12.107 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:14:12.111 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 9377.0314ms +2021-09-04 09:14:12.111 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:14:12.114 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:12.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:12.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:14:12.153 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 9424.8124ms +2021-09-04 09:14:13.228 +08:00 [DBG] Execution loop Worker:56570e5a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:14:13.228 +08:00 [DBG] Execution loop Worker:56570e5a will be retried in 00:05:00... +2021-09-04 09:14:21.498 +08:00 [DBG] Transport connection checking... +2021-09-04 09:14:21.498 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:14:21.925 +08:00 [DBG] Server szqh003802a:1592:7dbcdc2b heartbeat successfully sent +2021-09-04 09:14:22.258 +08:00 [DBG] Execution loop Worker:136f5ae7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:14:22.258 +08:00 [DBG] Execution loop Worker:136f5ae7 will be retried in 00:05:00... +2021-09-04 09:14:32.070 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:14:32.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:32.070 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4418ms +2021-09-04 09:14:32.072 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:14:32.072 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:14:32.074 +08:00 [INF] Successfully validated the token. +2021-09-04 09:14:32.075 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:14:32.075 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:15:41.140 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:15:45.602 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:15:45.698 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:15:46.195 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:15:46.234 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:15:46.323 +08:00 [INF] Starting the processing server. +2021-09-04 09:15:46.327 +08:00 [DBG] Transport connection checking... +2021-09-04 09:15:46.327 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:15:46.338 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-PdrXvCPLCMdovSEdKcRE7Q +2021-09-04 09:15:46.345 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:15:46.362 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:15:46.365 +08:00 [INF] ### CAP started! +2021-09-04 09:15:46.374 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:15:46.374 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:15:46.374 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:15:46.375 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:15:46.375 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:15:46.455 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:15:46.458 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:15:46.504 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:15:46.515 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:15:46.515 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:15:46.515 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:15:46.516 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:15:46.535 +08:00 [DBG] Execution loop BackgroundServerProcess:7ffde678 has started in 5.7166 ms +2021-09-04 09:15:46.624 +08:00 [INF] Server szqh003802a:13804:3862c63f successfully announced in 78.2328 ms +2021-09-04 09:15:46.628 +08:00 [INF] Server szqh003802a:13804:3862c63f is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:15:46.629 +08:00 [DBG] Execution loop ServerHeartbeatProcess:2aea7336 has started in 3.349 ms +2021-09-04 09:15:46.631 +08:00 [DBG] Execution loop ServerWatchdog:8ef9275c has started in 2.8166 ms +2021-09-04 09:15:46.633 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:cd046377 has started in 3.6275 ms +2021-09-04 09:15:46.635 +08:00 [DBG] Execution loop ExpirationManager:a1e9cb51 has started in 3.8995 ms +2021-09-04 09:15:46.637 +08:00 [DBG] Execution loop CountersAggregator:cf4ea883 has started in 3.8108 ms +2021-09-04 09:15:46.638 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:15:46.639 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:15:46.641 +08:00 [DBG] Execution loop Worker:d063b1b5 has started in 7.2185 ms +2021-09-04 09:15:46.643 +08:00 [DBG] Execution loop Worker:e98121f5 has started in 9.2852 ms +2021-09-04 09:15:46.643 +08:00 [DBG] Execution loop Worker:2f1da85b has started in 9.2896 ms +2021-09-04 09:15:46.646 +08:00 [DBG] Execution loop Worker:ed82d97f has started in 12.3716 ms +2021-09-04 09:15:46.647 +08:00 [DBG] Execution loop Worker:c1c915bc has started in 13.9393 ms +2021-09-04 09:15:46.649 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:15:46.649 +08:00 [DBG] Execution loop Worker:27b9fc40 has started in 16.079 ms +2021-09-04 09:15:46.652 +08:00 [DBG] Execution loop Worker:0ed21a50 has started in 19.1089 ms +2021-09-04 09:15:46.655 +08:00 [DBG] Execution loop Worker:88c4e9be has started in 21.9282 ms +2021-09-04 09:15:46.658 +08:00 [DBG] Execution loop Worker:7d4c4911 has started in 24.3908 ms +2021-09-04 09:15:46.661 +08:00 [DBG] Execution loop Worker:fbd274ca has started in 26.9955 ms +2021-09-04 09:15:46.665 +08:00 [DBG] Execution loop Worker:c137be85 has started in 31.4549 ms +2021-09-04 09:15:46.669 +08:00 [DBG] Execution loop Worker:3dd7a934 has started in 35.2556 ms +2021-09-04 09:15:46.672 +08:00 [DBG] Execution loop Worker:4d7fb0f2 has started in 38.904 ms +2021-09-04 09:15:46.676 +08:00 [DBG] Execution loop Worker:f32f4da3 has started in 42.6229 ms +2021-09-04 09:15:46.676 +08:00 [DBG] removed records count=0 +2021-09-04 09:15:46.676 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:15:46.681 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:15:46.681 +08:00 [DBG] Execution loop Worker:a19433e6 has started in 47.3054 ms +2021-09-04 09:15:46.685 +08:00 [DBG] Execution loop Worker:8bc3d5b7 has started in 51.4967 ms +2021-09-04 09:15:46.689 +08:00 [DBG] Execution loop Worker:aebe3978 has started in 55.6514 ms +2021-09-04 09:15:46.695 +08:00 [DBG] Execution loop Worker:e4f54dd7 has started in 62.1822 ms +2021-09-04 09:15:46.699 +08:00 [DBG] Execution loop Worker:243607e7 has started in 65.9206 ms +2021-09-04 09:15:46.704 +08:00 [INF] Server szqh003802a:13804:3862c63f all the dispatchers started +2021-09-04 09:15:46.704 +08:00 [DBG] Execution loop DelayedJobScheduler:52259a5b has started in 4.5277 ms +2021-09-04 09:15:46.704 +08:00 [DBG] Execution loop Worker:2bd0f3f9 has started in 70.8589 ms +2021-09-04 09:15:46.707 +08:00 [DBG] Execution loop RecurringJobScheduler:7acb0809 has started in 7.2071 ms +2021-09-04 09:15:47.087 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_5aff7eda829147ebb10d1fc9334cd2c6 +2021-09-04 09:15:47.113 +08:00 [INF] Connected to Redis. +2021-09-04 09:15:47.131 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:15:47.224 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:15:47.227 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:15:47.227 +08:00 [INF] Hosting environment: Development +2021-09-04 09:15:47.227 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:15:47.394 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:15:47.394 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:15:47.507 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:15:47.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:47.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:47.921 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:15:47.921 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:15:47.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:47.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:47.947 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 542.5439ms +2021-09-04 09:15:47.947 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 543.3450ms +2021-09-04 09:15:48.995 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:48.995 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:49.039 +08:00 [INF] Authorization was successful. +2021-09-04 09:15:49.039 +08:00 [INF] Authorization was successful. +2021-09-04 09:15:49.232 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:15:49.232 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:15:49.232 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:15:49.253 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:15:49.253 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:15:49.259 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uszieUO3xbEo0-L3wEhh3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:15:49.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:49.261 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:49.262 +08:00 [INF] Authorization was successful. +2021-09-04 09:15:49.264 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:15:49.293 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=T84Rgc3qmhj9YWZhVic7_w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmU1MmM2LTI3YTAtZDU0Yy0wYjQ3LTQxMzNmMDQ0YzhmYSIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA2NTI3NjgsImV4cCI6MTYzMDczOTE2OCwiaWF0IjoxNjMwNjUyNzY4fQ.GgqFhLkP5lcdoy4_D8syWCZ-hr2nEhus83QDtGdsRIQ - - +2021-09-04 09:15:49.293 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:49.295 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:49.296 +08:00 [INF] Authorization was successful. +2021-09-04 09:15:49.297 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:15:49.305 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:15:49.360 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:15:49.364 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 54.7802ms +2021-09-04 09:15:49.364 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:15:49.366 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1858.9188ms +2021-09-04 09:15:49.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:15:49.423 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.1559ms +2021-09-04 09:15:49.588 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:15:49.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:49.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:49.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:49.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:49.742 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1821.3042ms +2021-09-04 09:15:49.742 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1821.3042ms +2021-09-04 09:15:49.988 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 399.9280ms +2021-09-04 09:15:54.738 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:15:54.738 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:54.739 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.9776ms +2021-09-04 09:15:54.740 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:15:54.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:54.743 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:54.745 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:15:54.759 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:15:58.301 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:15:58.312 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 3552.4454ms +2021-09-04 09:15:58.312 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:15:58.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 3642.4234ms +2021-09-04 09:15:58.406 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:15:58.406 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:58.407 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4423ms +2021-09-04 09:15:58.408 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:15:58.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:15:58.411 +08:00 [INF] Successfully validated the token. +2021-09-04 09:15:58.412 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:15:58.414 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:15:58.452 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:15:58.457 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 42.7768ms +2021-09-04 09:15:58.457 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:15:58.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:15:58.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 75.2424ms +2021-09-04 09:16:16.332 +08:00 [DBG] Transport connection checking... +2021-09-04 09:16:16.332 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:16:16.697 +08:00 [DBG] Server szqh003802a:13804:3862c63f heartbeat successfully sent +2021-09-04 09:16:21.574 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:f32f4da3 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:2f1da85b caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:c1c915bc caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:27b9fc40 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:7d4c4911 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:fbd274ca caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:c137be85 caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:3dd7a934 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:4d7fb0f2 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:a19433e6 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:8bc3d5b7 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:aebe3978 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:e4f54dd7 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:fbd274ca will be retried in 00:00:36... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:f32f4da3 will be retried in 00:00:01... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:2f1da85b will be retried in 00:00:04... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:c137be85 will be retried in 00:00:49... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:c1c915bc will be retried in 00:00:09... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:3dd7a934 will be retried in 00:01:04... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:27b9fc40 will be retried in 00:00:16... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:7d4c4911 will be retried in 00:00:25... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:4d7fb0f2 will be retried in 00:01:21... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:a19433e6 will be retried in 00:01:40... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:8bc3d5b7 will be retried in 00:02:01... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:aebe3978 will be retried in 00:02:24... +2021-09-04 09:16:21.574 +08:00 [DBG] Execution loop Worker:e4f54dd7 will be retried in 00:02:49... +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:e98121f5 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:0ed21a50 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:2bd0f3f9 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:e98121f5 will be retried in 00:03:45... +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:ed82d97f caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:d063b1b5 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:0ed21a50 will be retried in 00:03:16... +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:2bd0f3f9 will be retried in 00:04:16... +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:d063b1b5 will be retried in 00:05:00... +2021-09-04 09:16:21.591 +08:00 [DBG] Execution loop Worker:ed82d97f will be retried in 00:04:49... +2021-09-04 09:16:21.626 +08:00 [DBG] Execution loop Worker:88c4e9be caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.626 +08:00 [DBG] Execution loop Worker:88c4e9be will be retried in 00:05:00... +2021-09-04 09:16:21.626 +08:00 [DBG] Execution loop Worker:243607e7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.626 +08:00 [DBG] Execution loop Worker:243607e7 will be retried in 00:05:00... +2021-09-04 09:16:21.674 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.674 +08:00 [DBG] Execution loop RecurringJobScheduler:7acb0809 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:16:21.674 +08:00 [DBG] Execution loop RecurringJobScheduler:7acb0809 will be retried in 00:00:01... +2021-09-04 09:16:21.742 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:16:21.742 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:16:21.744 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:16:21.752 +08:00 [DBG] removed records count=0 +2021-09-04 09:16:21.752 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:16:21.753 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:16:21.760 +08:00 [DBG] removed records count=0 +2021-09-04 09:16:21.760 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:16:21.761 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:16:31.534 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:16:31.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:16:31.534 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4904ms +2021-09-04 09:16:31.536 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:16:31.536 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:16:31.539 +08:00 [INF] Successfully validated the token. +2021-09-04 09:16:31.540 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:16:31.541 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:19:05.944 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:19:13.099 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:19:13.205 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:19:13.796 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:19:13.826 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:19:13.923 +08:00 [INF] Starting the processing server. +2021-09-04 09:19:13.928 +08:00 [DBG] Transport connection checking... +2021-09-04 09:19:13.928 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:19:13.941 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-WYeVQ9RfIerkaqVIWTwQsA +2021-09-04 09:19:13.948 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:19:13.965 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:19:13.968 +08:00 [INF] ### CAP started! +2021-09-04 09:19:13.978 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:19:13.978 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:19:13.978 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:19:13.979 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:19:13.979 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:19:13.979 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:19:14.097 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:19:14.100 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:19:14.177 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:19:14.194 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:19:14.194 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:19:14.194 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:19:14.194 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:19:14.224 +08:00 [DBG] Execution loop BackgroundServerProcess:49145bed has started in 12.8176 ms +2021-09-04 09:19:14.372 +08:00 [INF] Server szqh003802a:19192:35cd9946 successfully announced in 145.968 ms +2021-09-04 09:19:14.377 +08:00 [INF] Server szqh003802a:19192:35cd9946 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:19:14.378 +08:00 [DBG] Execution loop ServerHeartbeatProcess:b1286f11 has started in 4.3269 ms +2021-09-04 09:19:14.381 +08:00 [DBG] Execution loop ServerWatchdog:b0350899 has started in 3.6347 ms +2021-09-04 09:19:14.383 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:c2d97abd has started in 5.0375 ms +2021-09-04 09:19:14.387 +08:00 [DBG] Execution loop ExpirationManager:c84d09ee has started in 5.3009 ms +2021-09-04 09:19:14.389 +08:00 [DBG] Execution loop CountersAggregator:416ea913 has started in 4.9354 ms +2021-09-04 09:19:14.391 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:19:14.391 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:19:14.393 +08:00 [DBG] Execution loop Worker:79891e0f has started in 9.0985 ms +2021-09-04 09:19:14.398 +08:00 [DBG] Execution loop Worker:3696d510 has started in 13.9777 ms +2021-09-04 09:19:14.398 +08:00 [DBG] Execution loop Worker:988a8916 has started in 13.9807 ms +2021-09-04 09:19:14.398 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 09:19:14.400 +08:00 [DBG] Execution loop Worker:4c94aa03 has started in 15.6022 ms +2021-09-04 09:19:14.403 +08:00 [DBG] Execution loop Worker:41f46708 has started in 18.6129 ms +2021-09-04 09:19:14.405 +08:00 [DBG] Execution loop Worker:ef6bd762 has started in 21.364 ms +2021-09-04 09:19:14.407 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:19:14.408 +08:00 [DBG] Execution loop Worker:5d6755a5 has started in 24.341 ms +2021-09-04 09:19:14.411 +08:00 [DBG] Execution loop Worker:dcc2d1a1 has started in 27.4233 ms +2021-09-04 09:19:14.417 +08:00 [DBG] Execution loop Worker:63ff6690 has started in 33.0683 ms +2021-09-04 09:19:14.425 +08:00 [DBG] Execution loop Worker:fca065bc has started in 40.4777 ms +2021-09-04 09:19:14.425 +08:00 [DBG] Execution loop Worker:b3b183e2 has started in 40.4778 ms +2021-09-04 09:19:14.430 +08:00 [DBG] Execution loop Worker:dcee8bcd has started in 46.3207 ms +2021-09-04 09:19:14.437 +08:00 [DBG] Execution loop Worker:8a8e7219 has started in 52.6622 ms +2021-09-04 09:19:14.442 +08:00 [DBG] Execution loop Worker:9f56acd7 has started in 57.9214 ms +2021-09-04 09:19:14.442 +08:00 [DBG] removed records count=0 +2021-09-04 09:19:14.442 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:19:14.447 +08:00 [DBG] Execution loop Worker:22c3b90e has started in 62.2722 ms +2021-09-04 09:19:14.449 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:19:14.455 +08:00 [DBG] Execution loop Worker:f777274c has started in 70.1963 ms +2021-09-04 09:19:14.457 +08:00 [DBG] Execution loop Worker:30d40359 has started in 73.2533 ms +2021-09-04 09:19:14.461 +08:00 [DBG] Execution loop Worker:ca6edf0b has started in 77.2047 ms +2021-09-04 09:19:14.465 +08:00 [DBG] Execution loop Worker:e56ac922 has started in 80.8675 ms +2021-09-04 09:19:14.469 +08:00 [DBG] Execution loop Worker:6600b788 has started in 84.5083 ms +2021-09-04 09:19:14.508 +08:00 [INF] Server szqh003802a:19192:35cd9946 all the dispatchers started +2021-09-04 09:19:14.508 +08:00 [DBG] Execution loop RecurringJobScheduler:01ef46d4 has started in 39.4239 ms +2021-09-04 09:19:14.508 +08:00 [DBG] Execution loop DelayedJobScheduler:b0c893ff has started in 42.9891 ms +2021-09-04 09:19:14.980 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_12df91ab62d941768a3fff2392eb3509 +2021-09-04 09:19:15.021 +08:00 [INF] Connected to Redis. +2021-09-04 09:19:15.032 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:19:15.134 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:19:15.138 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:19:15.138 +08:00 [INF] Hosting environment: Development +2021-09-04 09:19:15.138 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:19:15.302 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:19:17.417 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:19:17.481 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:19:17.515 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:19:17.522 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 37.0861ms +2021-09-04 09:19:17.522 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:19:17.541 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2240.1122ms +2021-09-04 09:19:17.556 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:19:17.611 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 54.9048ms +2021-09-04 09:19:17.762 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:19:18.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 370.6855ms +2021-09-04 09:19:19.060 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:19:19.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:19.068 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 8.7635ms +2021-09-04 09:19:19.071 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:19:19.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:19.224 +08:00 [INF] Successfully validated the token. +2021-09-04 09:19:19.247 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:19:19.273 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:19:22.764 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:19:22.775 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 3501.8711ms +2021-09-04 09:19:22.775 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:19:22.782 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.055 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 3984.4606ms +2021-09-04 09:19:23.082 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:19:23.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:23.082 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.5968ms +2021-09-04 09:19:23.084 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:19:23.084 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:23.086 +08:00 [INF] Successfully validated the token. +2021-09-04 09:19:23.088 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:19:23.090 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:19:23.131 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:19:23.137 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 46.9557ms +2021-09-04 09:19:23.137 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:19:23.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:19:23.164 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 79.9013ms +2021-09-04 09:19:31.757 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:19:31.757 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:31.757 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4404ms +2021-09-04 09:19:31.759 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:19:31.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:19:31.762 +08:00 [INF] Successfully validated the token. +2021-09-04 09:19:31.763 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:19:31.763 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:20:12.802 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:20:18.727 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:20:18.829 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:20:19.351 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:20:19.391 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:20:19.485 +08:00 [INF] Starting the processing server. +2021-09-04 09:20:19.489 +08:00 [DBG] Transport connection checking... +2021-09-04 09:20:19.489 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:20:19.503 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-FHeuQVknrhWSLD8hgVVHIw +2021-09-04 09:20:19.509 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:20:19.526 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:20:19.529 +08:00 [INF] ### CAP started! +2021-09-04 09:20:19.538 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:20:19.538 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:20:19.538 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:20:19.538 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:20:19.538 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:20:19.538 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:20:19.539 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:20:19.539 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:20:19.625 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:20:19.627 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:20:19.676 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:20:19.688 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:20:19.688 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:20:19.689 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:20:19.689 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:20:19.710 +08:00 [DBG] Execution loop BackgroundServerProcess:4b0627f5 has started in 6.3353 ms +2021-09-04 09:20:19.859 +08:00 [INF] Server szqh003802a:6724:fc646477 successfully announced in 133.647 ms +2021-09-04 09:20:19.863 +08:00 [INF] Server szqh003802a:6724:fc646477 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:20:19.864 +08:00 [DBG] Execution loop ServerHeartbeatProcess:2fdd451e has started in 3.8488 ms +2021-09-04 09:20:19.866 +08:00 [DBG] Execution loop ServerWatchdog:2e4241a6 has started in 3.3621 ms +2021-09-04 09:20:19.868 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:bbc20636 has started in 4.1228 ms +2021-09-04 09:20:19.871 +08:00 [DBG] Execution loop ExpirationManager:8b7511bc has started in 3.7964 ms +2021-09-04 09:20:19.873 +08:00 [DBG] Execution loop CountersAggregator:aabab9bd has started in 4.3077 ms +2021-09-04 09:20:19.874 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:20:19.875 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:20:19.877 +08:00 [DBG] Execution loop Worker:6f8ab3b8 has started in 8.0875 ms +2021-09-04 09:20:19.881 +08:00 [DBG] Execution loop Worker:d0e9d63d has started in 11.4038 ms +2021-09-04 09:20:19.881 +08:00 [DBG] Execution loop Worker:4a3beaca has started in 11.4044 ms +2021-09-04 09:20:19.881 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 09:20:19.882 +08:00 [DBG] Execution loop Worker:b83573a3 has started in 13.0313 ms +2021-09-04 09:20:19.887 +08:00 [DBG] Execution loop Worker:44f3453e has started in 17.6764 ms +2021-09-04 09:20:19.889 +08:00 [DBG] Execution loop Worker:7d47501f has started in 19.8948 ms +2021-09-04 09:20:19.889 +08:00 [DBG] Execution loop Worker:4a2a69f2 has started in 19.8948 ms +2021-09-04 09:20:19.890 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:20:19.892 +08:00 [DBG] Execution loop Worker:5b5a05fd has started in 23.2776 ms +2021-09-04 09:20:19.894 +08:00 [DBG] Execution loop Worker:a6f0b80b has started in 24.804 ms +2021-09-04 09:20:19.897 +08:00 [DBG] Execution loop Worker:af93ec2e has started in 27.8557 ms +2021-09-04 09:20:19.899 +08:00 [DBG] Execution loop Worker:c4768bd0 has started in 29.8285 ms +2021-09-04 09:20:19.904 +08:00 [DBG] Execution loop Worker:30f814eb has started in 35.128 ms +2021-09-04 09:20:19.908 +08:00 [DBG] Execution loop Worker:e5f47e7c has started in 39.2771 ms +2021-09-04 09:20:19.913 +08:00 [DBG] Execution loop Worker:49699f01 has started in 44.5353 ms +2021-09-04 09:20:19.922 +08:00 [DBG] Execution loop Worker:6b4cd6bd has started in 52.8318 ms +2021-09-04 09:20:19.927 +08:00 [DBG] Execution loop Worker:1da08acc has started in 58.0912 ms +2021-09-04 09:20:19.930 +08:00 [DBG] removed records count=0 +2021-09-04 09:20:19.930 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:20:19.936 +08:00 [DBG] Execution loop Worker:cfe19330 has started in 66.5513 ms +2021-09-04 09:20:19.939 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:20:19.939 +08:00 [DBG] Execution loop Worker:acc81071 has started in 70.5723 ms +2021-09-04 09:20:19.947 +08:00 [DBG] Execution loop Worker:d0c2b7e2 has started in 78.2264 ms +2021-09-04 09:20:19.948 +08:00 [DBG] Execution loop Worker:76765409 has started in 79.3426 ms +2021-09-04 09:20:19.951 +08:00 [DBG] Execution loop DelayedJobScheduler:381a7bd5 has started in 10.9878 ms +2021-09-04 09:20:19.952 +08:00 [INF] Server szqh003802a:6724:fc646477 all the dispatchers started +2021-09-04 09:20:19.960 +08:00 [DBG] Execution loop RecurringJobScheduler:20a467a1 has started in 12.6628 ms +2021-09-04 09:20:20.356 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_d66b929d6c8149d59a2d0eaf25ec0750 +2021-09-04 09:20:20.382 +08:00 [INF] Connected to Redis. +2021-09-04 09:20:20.402 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:20:20.953 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:20:20.956 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:20:20.957 +08:00 [INF] Hosting environment: Development +2021-09-04 09:20:20.957 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:20:21.175 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:20:22.638 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:20:22.698 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:20:22.732 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:20:22.738 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.5088ms +2021-09-04 09:20:22.739 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:20:22.758 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1582.7748ms +2021-09-04 09:20:22.773 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:20:22.835 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 62.1373ms +2021-09-04 09:20:22.987 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:20:23.363 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 376.4052ms +2021-09-04 09:20:23.914 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:20:23.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:20:23.923 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 8.9260ms +2021-09-04 09:20:23.925 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:20:23.926 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:20:23.975 +08:00 [INF] Successfully validated the token. +2021-09-04 09:20:23.980 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:20:23.993 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:23:32.802 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:23:37.387 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:23:37.486 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:23:37.979 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:23:38.007 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:23:38.095 +08:00 [INF] Starting the processing server. +2021-09-04 09:23:38.099 +08:00 [DBG] Transport connection checking... +2021-09-04 09:23:38.099 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:23:38.111 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-SvRKAxRwWzoiUwO3A64tzQ +2021-09-04 09:23:38.118 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:23:38.135 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:23:38.137 +08:00 [INF] ### CAP started! +2021-09-04 09:23:38.146 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:23:38.146 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:23:38.146 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:23:38.146 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:23:38.146 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:23:38.146 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:23:38.147 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:23:38.147 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:23:38.228 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:23:38.230 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:23:38.277 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:23:38.288 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:23:38.288 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:23:38.289 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:23:38.289 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:23:38.310 +08:00 [DBG] Execution loop BackgroundServerProcess:89b19764 has started in 5.9729 ms +2021-09-04 09:23:38.401 +08:00 [INF] Server szqh003802a:23276:6ae26f3a successfully announced in 78.8095 ms +2021-09-04 09:23:38.404 +08:00 [INF] Server szqh003802a:23276:6ae26f3a is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:23:38.405 +08:00 [DBG] Execution loop ServerHeartbeatProcess:d78332e9 has started in 3.368 ms +2021-09-04 09:23:38.407 +08:00 [DBG] Execution loop ServerWatchdog:437ca302 has started in 2.9482 ms +2021-09-04 09:23:38.409 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:5f605ed1 has started in 3.6178 ms +2021-09-04 09:23:38.412 +08:00 [DBG] Execution loop ExpirationManager:9f2d3db1 has started in 3.3642 ms +2021-09-04 09:23:38.414 +08:00 [DBG] Execution loop CountersAggregator:79132473 has started in 4.0747 ms +2021-09-04 09:23:38.415 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:23:38.415 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:23:38.417 +08:00 [DBG] Execution loop Worker:ea6256f3 has started in 5.1091 ms +2021-09-04 09:23:38.419 +08:00 [DBG] Execution loop Worker:9c8fa476 has started in 7.9103 ms +2021-09-04 09:23:38.419 +08:00 [DBG] Execution loop Worker:ccd8e3bb has started in 7.9182 ms +2021-09-04 09:23:38.421 +08:00 [DBG] Execution loop Worker:9b0d636b has started in 9.3271 ms +2021-09-04 09:23:38.422 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 09:23:38.423 +08:00 [DBG] Execution loop Worker:a2424f03 has started in 11.8286 ms +2021-09-04 09:23:38.426 +08:00 [DBG] Execution loop Worker:7007e707 has started in 14.1063 ms +2021-09-04 09:23:38.427 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:23:38.429 +08:00 [DBG] Execution loop Worker:0ecb1616 has started in 16.8065 ms +2021-09-04 09:23:38.431 +08:00 [DBG] Execution loop Worker:290242b2 has started in 18.7751 ms +2021-09-04 09:23:38.433 +08:00 [DBG] Execution loop Worker:3b15abc3 has started in 20.5597 ms +2021-09-04 09:23:38.435 +08:00 [DBG] Execution loop Worker:6dfaab3c has started in 23.2146 ms +2021-09-04 09:23:38.437 +08:00 [DBG] Execution loop Worker:8f92dbe6 has started in 25.3166 ms +2021-09-04 09:23:38.441 +08:00 [DBG] Execution loop Worker:5956bd0a has started in 29.1065 ms +2021-09-04 09:23:38.445 +08:00 [DBG] Execution loop Worker:30cffce8 has started in 33.6581 ms +2021-09-04 09:23:38.451 +08:00 [DBG] Execution loop Worker:b7ebc793 has started in 39.5399 ms +2021-09-04 09:23:38.456 +08:00 [DBG] Execution loop Worker:f239bfc6 has started in 44.1626 ms +2021-09-04 09:23:38.463 +08:00 [DBG] Execution loop Worker:aeb5e782 has started in 51.2133 ms +2021-09-04 09:23:38.469 +08:00 [DBG] Execution loop Worker:e2338d92 has started in 57.1367 ms +2021-09-04 09:23:38.476 +08:00 [DBG] Execution loop Worker:55965d0a has started in 64.177 ms +2021-09-04 09:23:38.481 +08:00 [DBG] Execution loop Worker:f36f802d has started in 69.4923 ms +2021-09-04 09:23:38.482 +08:00 [DBG] removed records count=0 +2021-09-04 09:23:38.482 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:23:38.485 +08:00 [DBG] Execution loop Worker:df45fa6c has started in 73.2156 ms +2021-09-04 09:23:38.486 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:23:38.490 +08:00 [DBG] Execution loop DelayedJobScheduler:38f27331 has started in 12.8586 ms +2021-09-04 09:23:38.490 +08:00 [INF] Server szqh003802a:23276:6ae26f3a all the dispatchers started +2021-09-04 09:23:38.493 +08:00 [DBG] Execution loop RecurringJobScheduler:ec435b60 has started in 7.5497 ms +2021-09-04 09:23:38.875 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_73d8c1dfb9db47c18c805796be18112f +2021-09-04 09:23:38.908 +08:00 [INF] Connected to Redis. +2021-09-04 09:23:38.919 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:23:39.016 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:23:39.018 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:23:39.019 +08:00 [INF] Hosting environment: Development +2021-09-04 09:23:39.019 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:23:39.670 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:23:41.436 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:23:41.498 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:23:41.531 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:23:41.537 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.0482ms +2021-09-04 09:23:41.537 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:23:41.557 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1886.8613ms +2021-09-04 09:23:41.570 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:23:41.640 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 70.1290ms +2021-09-04 09:23:41.800 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:23:42.172 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 372.2184ms +2021-09-04 09:23:53.356 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:23:53.360 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:23:53.365 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 9.3954ms +2021-09-04 09:23:53.367 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:23:53.368 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:23:53.418 +08:00 [INF] Successfully validated the token. +2021-09-04 09:23:53.424 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:23:53.437 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:27:36.761 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:27:41.480 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:27:41.580 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:27:42.104 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:27:42.134 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:27:42.224 +08:00 [INF] Starting the processing server. +2021-09-04 09:27:42.229 +08:00 [DBG] Transport connection checking... +2021-09-04 09:27:42.229 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:27:42.241 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-5cYpY29PJEzL-qwTCb5F-Q +2021-09-04 09:27:42.248 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:27:42.267 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:27:42.269 +08:00 [INF] ### CAP started! +2021-09-04 09:27:42.278 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:27:42.278 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:27:42.278 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:27:42.278 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:27:42.278 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:27:42.278 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:27:42.279 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:27:42.279 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:27:42.363 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:27:42.365 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:27:42.411 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:27:42.424 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:27:42.424 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:27:42.424 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:27:42.424 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:27:42.445 +08:00 [DBG] Execution loop BackgroundServerProcess:c9503bfb has started in 6.6102 ms +2021-09-04 09:27:42.539 +08:00 [INF] Server szqh003802a:16120:9104a402 successfully announced in 79.989 ms +2021-09-04 09:27:42.542 +08:00 [INF] Server szqh003802a:16120:9104a402 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:27:42.543 +08:00 [DBG] Execution loop ServerHeartbeatProcess:a98409b2 has started in 3.6249 ms +2021-09-04 09:27:42.546 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:05922ce6 has started in 2.715 ms +2021-09-04 09:27:42.546 +08:00 [DBG] Execution loop ServerWatchdog:9a46ff68 has started in 3.7454 ms +2021-09-04 09:27:42.548 +08:00 [DBG] Execution loop ExpirationManager:05fbea48 has started in 3.743 ms +2021-09-04 09:27:42.550 +08:00 [DBG] Execution loop CountersAggregator:46ef45e5 has started in 3.9437 ms +2021-09-04 09:27:42.552 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:27:42.552 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:27:42.553 +08:00 [DBG] Execution loop Worker:b4c1afef has started in 4.987 ms +2021-09-04 09:27:42.555 +08:00 [DBG] Execution loop Worker:fe18c750 has started in 6.764 ms +2021-09-04 09:27:42.559 +08:00 [DBG] Execution loop Worker:f7695bdf has started in 10.1473 ms +2021-09-04 09:27:42.559 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 09:27:42.561 +08:00 [DBG] Execution loop Worker:9e83786d has started in 12.5358 ms +2021-09-04 09:27:42.561 +08:00 [DBG] Execution loop Worker:972c2b38 has started in 12.5509 ms +2021-09-04 09:27:42.564 +08:00 [DBG] Execution loop Worker:8ad995f1 has started in 15.4531 ms +2021-09-04 09:27:42.565 +08:00 [DBG] Execution loop Worker:ae581560 has started in 16.7773 ms +2021-09-04 09:27:42.566 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:27:42.568 +08:00 [DBG] Execution loop Worker:4666a2d7 has started in 20.1355 ms +2021-09-04 09:27:42.571 +08:00 [DBG] Execution loop Worker:d92baa6e has started in 22.401 ms +2021-09-04 09:27:42.575 +08:00 [DBG] Execution loop Worker:758a356f has started in 26.626 ms +2021-09-04 09:27:42.579 +08:00 [DBG] Execution loop Worker:10220b37 has started in 30.7946 ms +2021-09-04 09:27:42.583 +08:00 [DBG] Execution loop Worker:03ccf5ec has started in 34.3932 ms +2021-09-04 09:27:42.587 +08:00 [DBG] Execution loop Worker:f24796f4 has started in 38.1261 ms +2021-09-04 09:27:42.591 +08:00 [DBG] Execution loop Worker:3b3c4cc0 has started in 43.1082 ms +2021-09-04 09:27:42.597 +08:00 [DBG] Execution loop Worker:9352e00a has started in 48.6353 ms +2021-09-04 09:27:42.606 +08:00 [DBG] removed records count=0 +2021-09-04 09:27:42.606 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:27:42.608 +08:00 [DBG] Execution loop Worker:4503df75 has started in 59.804 ms +2021-09-04 09:27:42.614 +08:00 [DBG] Execution loop Worker:b2a00747 has started in 65.6927 ms +2021-09-04 09:27:42.614 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:27:42.618 +08:00 [DBG] Execution loop Worker:8633b36c has started in 69.7769 ms +2021-09-04 09:27:42.622 +08:00 [DBG] Execution loop Worker:c0812f93 has started in 73.5471 ms +2021-09-04 09:27:42.626 +08:00 [DBG] Execution loop Worker:d5478713 has started in 77.9598 ms +2021-09-04 09:27:42.629 +08:00 [DBG] Execution loop DelayedJobScheduler:14cc8ae7 has started in 7.6754 ms +2021-09-04 09:27:42.630 +08:00 [INF] Server szqh003802a:16120:9104a402 all the dispatchers started +2021-09-04 09:27:42.633 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc has started in 7.2822 ms +2021-09-04 09:27:43.020 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_1153ff103273412c9696871abccaee98 +2021-09-04 09:27:43.057 +08:00 [INF] Connected to Redis. +2021-09-04 09:27:43.067 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:27:43.164 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:27:43.167 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:27:43.167 +08:00 [INF] Hosting environment: Development +2021-09-04 09:27:43.167 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:27:43.501 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:27:45.468 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:27:45.535 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:27:45.571 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:27:45.577 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 38.4142ms +2021-09-04 09:27:45.577 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:27:45.596 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2096.3011ms +2021-09-04 09:27:45.615 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:27:45.670 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.3386ms +2021-09-04 09:27:45.831 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:27:46.212 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 380.5924ms +2021-09-04 09:27:56.712 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:27:56.917 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 205.7900ms +2021-09-04 09:28:12.240 +08:00 [DBG] Transport connection checking... +2021-09-04 09:28:12.240 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:28:12.584 +08:00 [DBG] Server szqh003802a:16120:9104a402 heartbeat successfully sent +2021-09-04 09:28:17.927 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.927 +08:00 [DBG] Execution loop Worker:8633b36c caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.927 +08:00 [DBG] Execution loop Worker:c0812f93 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.944 +08:00 [DBG] Execution loop Worker:f7695bdf caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.944 +08:00 [DBG] Execution loop Worker:b4c1afef caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.944 +08:00 [DBG] Execution loop Worker:8ad995f1 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:17.945 +08:00 [DBG] Execution loop Worker:8633b36c will be retried in 00:00:01... +2021-09-04 09:28:17.945 +08:00 [DBG] Execution loop Worker:c0812f93 will be retried in 00:00:04... +2021-09-04 09:28:17.945 +08:00 [DBG] Execution loop Worker:b4c1afef will be retried in 00:00:09... +2021-09-04 09:28:17.945 +08:00 [DBG] Execution loop Worker:f7695bdf will be retried in 00:00:16... +2021-09-04 09:28:17.945 +08:00 [DBG] Execution loop Worker:8ad995f1 will be retried in 00:00:25... +2021-09-04 09:28:18.016 +08:00 [DBG] Execution loop Worker:f24796f4 caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:f24796f4 will be retried in 00:00:36... +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:d92baa6e caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:d92baa6e will be retried in 00:00:49... +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:4503df75 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:3b3c4cc0 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:10220b37 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:3b3c4cc0 will be retried in 00:01:21... +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:4503df75 will be retried in 00:01:04... +2021-09-04 09:28:18.017 +08:00 [DBG] Execution loop Worker:10220b37 will be retried in 00:01:40... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:9e83786d caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:ae581560 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:fe18c750 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:758a356f caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:9e83786d will be retried in 00:02:01... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:03ccf5ec caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:ae581560 will be retried in 00:02:24... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:d5478713 caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:758a356f will be retried in 00:03:45... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:fe18c750 will be retried in 00:02:49... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:03ccf5ec will be retried in 00:03:16... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:9352e00a caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:b2a00747 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:d5478713 will be retried in 00:04:16... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:b2a00747 will be retried in 00:05:00... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:972c2b38 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:9352e00a will be retried in 00:04:49... +2021-09-04 09:28:18.037 +08:00 [DBG] Execution loop Worker:972c2b38 will be retried in 00:05:00... +2021-09-04 09:28:18.039 +08:00 [DBG] Execution loop Worker:4666a2d7 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.039 +08:00 [DBG] Execution loop Worker:4666a2d7 will be retried in 00:05:00... +2021-09-04 09:28:18.073 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.073 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:18.073 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc will be retried in 00:00:01... +2021-09-04 09:28:18.149 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:28:18.149 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:28:18.151 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:28:18.161 +08:00 [DBG] removed records count=0 +2021-09-04 09:28:18.161 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:28:18.162 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:28:18.172 +08:00 [DBG] removed records count=0 +2021-09-04 09:28:18.172 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:28:18.173 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:28:25.966 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:28:25.970 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:25.975 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.5415ms +2021-09-04 09:28:25.978 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:28:25.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:26.036 +08:00 [INF] Successfully validated the token. +2021-09-04 09:28:26.054 +08:00 [INF] Authorization was successful. +2021-09-04 09:28:26.060 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:28:26.077 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:28:26.084 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R2lSep631Y_UZ0tVVi8mUQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:28:26.084 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:26.086 +08:00 [INF] Successfully validated the token. +2021-09-04 09:28:26.087 +08:00 [INF] Authorization was successful. +2021-09-04 09:28:26.088 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:28:26.424 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:26.425 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:26.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 451.4708ms +2021-09-04 09:28:42.261 +08:00 [DBG] Transport connection checking... +2021-09-04 09:28:42.261 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:28:42.622 +08:00 [DBG] Server szqh003802a:16120:9104a402 heartbeat successfully sent +2021-09-04 09:28:48.434 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:28:49.280 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:49.280 +08:00 [DBG] Execution loop Worker:8633b36c caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:49.280 +08:00 [DBG] Execution loop Worker:8633b36c will be retried in 00:05:00... +2021-09-04 09:28:49.570 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:49.570 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:49.570 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc will be retried in 00:00:04... +2021-09-04 09:28:49.709 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:28:49.710 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:49.710 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.9972ms +2021-09-04 09:28:49.712 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:28:49.713 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:49.715 +08:00 [INF] Successfully validated the token. +2021-09-04 09:28:49.717 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:28:49.731 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:28:53.057 +08:00 [DBG] Execution loop Worker:c0812f93 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:53.057 +08:00 [DBG] Execution loop Worker:c0812f93 will be retried in 00:05:00... +2021-09-04 09:28:53.077 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:28:53.093 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 3361.7992ms +2021-09-04 09:28:53.093 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:28:53.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.154 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 3441.7953ms +2021-09-04 09:28:53.196 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:28:53.197 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:53.197 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4636ms +2021-09-04 09:28:53.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:28:53.199 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:28:53.201 +08:00 [INF] Successfully validated the token. +2021-09-04 09:28:53.203 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:28:53.205 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:28:53.244 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:28:53.245 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 39.4574ms +2021-09-04 09:28:53.245 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:28:53.248 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:28:53.280 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 81.6049ms +2021-09-04 09:28:57.292 +08:00 [DBG] Execution loop Worker:b4c1afef caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:28:57.292 +08:00 [DBG] Execution loop Worker:b4c1afef will be retried in 00:05:00... +2021-09-04 09:29:04.150 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - +2021-09-04 09:29:04.151 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:04.151 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Read - - - 204 - - 0.4857ms +2021-09-04 09:29:04.190 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 +2021-09-04 09:29:04.191 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:04.300 +08:00 [INF] Successfully validated the token. +2021-09-04 09:29:04.300 +08:00 [DBG] Execution loop Worker:f7695bdf caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:29:04.300 +08:00 [DBG] Execution loop Worker:f7695bdf will be retried in 00:05:00... +2021-09-04 09:29:04.301 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:04.303 +08:00 [INF] Route matched with {action = "SetRead", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task SetReadAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.SetReadInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:29:06.248 +08:00 [WRN] The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. +2021-09-04 09:29:07.853 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 3549.7305ms +2021-09-04 09:29:07.853 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.SetReadAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:07.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:07.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:07.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:07.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:07.926 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Read application/json 96 - 204 - - 3754.8371ms +2021-09-04 09:29:10.229 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 09:29:10.230 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:10.230 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.4944ms +2021-09-04 09:29:10.231 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 09:29:10.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:10.234 +08:00 [INF] Successfully validated the token. +2021-09-04 09:29:10.235 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:10.236 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:29:12.804 +08:00 [DBG] Transport connection checking... +2021-09-04 09:29:12.804 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:29:12.807 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:29:12.807 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 2571.1464ms +2021-09-04 09:29:12.807 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:12.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.822 +08:00 [DBG] Server szqh003802a:16120:9104a402 heartbeat successfully sent +2021-09-04 09:29:12.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.834 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 2602.9749ms +2021-09-04 09:29:12.862 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 09:29:12.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:12.862 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4724ms +2021-09-04 09:29:12.864 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 09:29:12.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:29:12.866 +08:00 [INF] Successfully validated the token. +2021-09-04 09:29:12.868 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:12.868 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 09:29:12.895 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:29:12.895 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 27.4729ms +2021-09-04 09:29:12.895 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 09:29:12.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:29:12.923 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 58.8276ms +2021-09-04 09:29:13.327 +08:00 [DBG] Execution loop Worker:8ad995f1 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:29:13.328 +08:00 [DBG] Execution loop Worker:8ad995f1 will be retried in 00:05:00... +2021-09-04 09:29:23.894 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:29:23.894 +08:00 [DBG] Execution loop RecurringJobScheduler:626f25fc will be retried in 00:00:09... +2021-09-04 09:34:23.873 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:34:28.541 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:34:28.642 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:34:29.144 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:34:29.183 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:34:29.274 +08:00 [INF] Starting the processing server. +2021-09-04 09:34:29.278 +08:00 [DBG] Transport connection checking... +2021-09-04 09:34:29.278 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:34:29.290 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-qtOm67KpladtbSxNInsDug +2021-09-04 09:34:29.297 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:34:29.315 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:34:29.318 +08:00 [INF] ### CAP started! +2021-09-04 09:34:29.327 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:34:29.327 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:34:29.328 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:34:29.328 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:34:29.409 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:34:29.412 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:34:29.458 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:34:29.469 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameHangfireDB' +2021-09-04 09:34:29.469 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:34:29.470 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:34:29.470 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:34:29.490 +08:00 [DBG] Execution loop BackgroundServerProcess:ff9ef030 has started in 5.7953 ms +2021-09-04 09:34:29.608 +08:00 [INF] Server szqh003802a:14836:37c50e21 successfully announced in 105.6745 ms +2021-09-04 09:34:29.611 +08:00 [INF] Server szqh003802a:14836:37c50e21 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:34:29.612 +08:00 [DBG] Execution loop ServerHeartbeatProcess:68fa0335 has started in 3.2875 ms +2021-09-04 09:34:29.614 +08:00 [DBG] Execution loop ServerWatchdog:47727608 has started in 2.8598 ms +2021-09-04 09:34:29.616 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:bba6a72b has started in 3.6432 ms +2021-09-04 09:34:29.618 +08:00 [DBG] Execution loop ExpirationManager:0088ed53 has started in 3.2103 ms +2021-09-04 09:34:29.620 +08:00 [DBG] Execution loop CountersAggregator:16e92724 has started in 4.0207 ms +2021-09-04 09:34:29.622 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:34:29.622 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:34:29.624 +08:00 [DBG] Execution loop Worker:534cdc56 has started in 5.3457 ms +2021-09-04 09:34:29.625 +08:00 [DBG] Execution loop Worker:b737a576 has started in 6.9204 ms +2021-09-04 09:34:29.626 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 09:34:29.628 +08:00 [DBG] Execution loop Worker:a4441597 has started in 10.121 ms +2021-09-04 09:34:29.628 +08:00 [DBG] Execution loop Worker:71cce003 has started in 10.121 ms +2021-09-04 09:34:29.631 +08:00 [DBG] Execution loop Worker:cca1d548 has started in 13.0464 ms +2021-09-04 09:34:29.633 +08:00 [DBG] Execution loop Worker:1d6e7a90 has started in 14.4468 ms +2021-09-04 09:34:29.634 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:34:29.635 +08:00 [DBG] Execution loop Worker:4bd8e19f has started in 16.6509 ms +2021-09-04 09:34:29.639 +08:00 [DBG] Execution loop Worker:0d1add4a has started in 20.2255 ms +2021-09-04 09:34:29.639 +08:00 [DBG] Execution loop Worker:a820ad7a has started in 20.6562 ms +2021-09-04 09:34:29.643 +08:00 [DBG] Execution loop Worker:f1d24294 has started in 24.5608 ms +2021-09-04 09:34:29.646 +08:00 [DBG] Execution loop Worker:67bbb68f has started in 27.5801 ms +2021-09-04 09:34:29.651 +08:00 [DBG] Execution loop Worker:ae06f82d has started in 33.0656 ms +2021-09-04 09:34:29.654 +08:00 [DBG] Execution loop Worker:023bd1eb has started in 36.0699 ms +2021-09-04 09:34:29.659 +08:00 [DBG] Execution loop Worker:37d25edc has started in 40.4629 ms +2021-09-04 09:34:29.666 +08:00 [DBG] Execution loop Worker:d72f3af6 has started in 47.7094 ms +2021-09-04 09:34:29.671 +08:00 [DBG] removed records count=0 +2021-09-04 09:34:29.671 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:34:29.671 +08:00 [DBG] Execution loop Worker:14ddc291 has started in 52.7457 ms +2021-09-04 09:34:29.676 +08:00 [DBG] Execution loop Worker:e3f1395d has started in 56.8295 ms +2021-09-04 09:34:29.678 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:34:29.678 +08:00 [DBG] Execution loop Worker:7d0ed930 has started in 60.1561 ms +2021-09-04 09:34:29.683 +08:00 [DBG] Execution loop Worker:3d547fc8 has started in 64.3171 ms +2021-09-04 09:34:29.688 +08:00 [DBG] Execution loop DelayedJobScheduler:ab5eb774 has started in 5.2116 ms +2021-09-04 09:34:29.688 +08:00 [DBG] Execution loop Worker:2f4cbbe0 has started in 69.5021 ms +2021-09-04 09:34:29.688 +08:00 [INF] Server szqh003802a:14836:37c50e21 all the dispatchers started +2021-09-04 09:34:29.690 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 has started in 7.1164 ms +2021-09-04 09:34:30.076 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_dd14550b739549d48c94353073742414 +2021-09-04 09:34:30.104 +08:00 [INF] Connected to Redis. +2021-09-04 09:34:30.122 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:34:30.218 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:34:30.220 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:34:30.221 +08:00 [INF] Hosting environment: Development +2021-09-04 09:34:30.221 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:34:30.779 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:34:32.533 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:34:32.594 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:34:32.628 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:34:32.635 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 37.9935ms +2021-09-04 09:34:32.635 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:34:32.654 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1875.7009ms +2021-09-04 09:34:32.668 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:34:32.725 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 56.7707ms +2021-09-04 09:34:32.892 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:34:33.291 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 398.7289ms +2021-09-04 09:34:56.295 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:34:56.301 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:34:56.306 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.6195ms +2021-09-04 09:34:56.308 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:34:56.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:34:56.375 +08:00 [INF] Successfully validated the token. +2021-09-04 09:34:56.399 +08:00 [INF] Authorization was successful. +2021-09-04 09:34:56.405 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:34:56.428 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:34:56.437 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wY6Kw2mHiNSG1JyDYMZAqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:34:56.437 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:34:56.440 +08:00 [INF] Successfully validated the token. +2021-09-04 09:34:56.441 +08:00 [INF] Authorization was successful. +2021-09-04 09:34:56.443 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:34:56.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:34:56.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:34:56.823 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 515.1987ms +2021-09-04 09:34:59.281 +08:00 [DBG] Transport connection checking... +2021-09-04 09:34:59.281 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:34:59.638 +08:00 [DBG] Server szqh003802a:14836:37c50e21 heartbeat successfully sent +2021-09-04 09:35:05.218 +08:00 [DBG] Execution Worker is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:2f4cbbe0 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:534cdc56 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:cca1d548 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:a820ad7a caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:f1d24294 caught an exception and will be retried in 00:00:25 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:37d25edc caught an exception and will be retried in 00:00:36 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:e3f1395d caught an exception and will be retried in 00:00:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:2f4cbbe0 will be retried in 00:00:01... +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:cca1d548 will be retried in 00:00:09... +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:3d547fc8 caught an exception and will be retried in 00:01:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:f1d24294 will be retried in 00:00:25... +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:7d0ed930 caught an exception and will be retried in 00:01:21 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:7d0ed930 will be retried in 00:01:21... +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:b737a576 caught an exception and will be retried in 00:01:40 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:3d547fc8 will be retried in 00:01:04... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:b737a576 will be retried in 00:01:40... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:a820ad7a will be retried in 00:00:16... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:d72f3af6 caught an exception and will be retried in 00:02:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:d72f3af6 will be retried in 00:02:01... +2021-09-04 09:35:05.218 +08:00 [DBG] Execution loop Worker:e3f1395d will be retried in 00:00:49... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:14ddc291 caught an exception and will be retried in 00:02:24 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:37d25edc will be retried in 00:00:36... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:14ddc291 will be retried in 00:02:24... +2021-09-04 09:35:05.219 +08:00 [DBG] Execution loop Worker:534cdc56 will be retried in 00:00:04... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:a4441597 caught an exception and will be retried in 00:02:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:a4441597 will be retried in 00:02:49... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:1d6e7a90 caught an exception and will be retried in 00:03:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:1d6e7a90 will be retried in 00:03:16... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:71cce003 caught an exception and will be retried in 00:03:45 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:71cce003 will be retried in 00:03:45... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:0d1add4a caught an exception and will be retried in 00:04:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:67bbb68f caught an exception and will be retried in 00:04:49 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:0d1add4a will be retried in 00:04:16... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:023bd1eb caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:67bbb68f will be retried in 00:04:49... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:023bd1eb will be retried in 00:05:00... +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:ae06f82d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.240 +08:00 [DBG] Execution loop Worker:ae06f82d will be retried in 00:05:00... +2021-09-04 09:35:05.242 +08:00 [DBG] Execution loop Worker:4bd8e19f caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.242 +08:00 [DBG] Execution loop Worker:4bd8e19f will be retried in 00:05:00... +2021-09-04 09:35:05.284 +08:00 [DBG] Execution RecurringJobScheduler is in the Faulted state now due to an exception, execution will be retried no more than in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.284 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 caught an exception and will be retried in 00:00:01 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:05.284 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 will be retried in 00:00:01... +2021-09-04 09:35:05.366 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:35:05.366 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:35:05.368 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:35:05.378 +08:00 [DBG] removed records count=0 +2021-09-04 09:35:05.378 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:35:05.379 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:35:05.391 +08:00 [DBG] removed records count=0 +2021-09-04 09:35:05.391 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:35:05.393 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:35:22.982 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:35:22.984 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wY6Kw2mHiNSG1JyDYMZAqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - - 101 - - 26546.9021ms +2021-09-04 09:35:23.859 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:35:23.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:23.860 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4605ms +2021-09-04 09:35:23.861 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:35:23.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:23.864 +08:00 [INF] Successfully validated the token. +2021-09-04 09:35:23.864 +08:00 [INF] Authorization was successful. +2021-09-04 09:35:23.865 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:35:23.865 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:35:23.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:35:23.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:35:23.887 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8656ms +2021-09-04 09:35:23.916 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HM8oWfCyXcW5RyFecsI5Og&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:35:23.916 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:23.919 +08:00 [INF] Successfully validated the token. +2021-09-04 09:35:23.919 +08:00 [INF] Authorization was successful. +2021-09-04 09:35:23.920 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:35:28.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:35:28.103 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HM8oWfCyXcW5RyFecsI5Og&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - - 101 - - 4187.5536ms +2021-09-04 09:35:29.103 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:35:29.103 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:29.103 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4878ms +2021-09-04 09:35:29.105 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:35:29.105 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:29.107 +08:00 [INF] Successfully validated the token. +2021-09-04 09:35:29.108 +08:00 [INF] Authorization was successful. +2021-09-04 09:35:29.109 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:35:29.109 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:35:29.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:35:29.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:35:29.130 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9370ms +2021-09-04 09:35:29.157 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VTichjKyKJ59lHArecRdDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - +2021-09-04 09:35:29.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:35:29.160 +08:00 [INF] Successfully validated the token. +2021-09-04 09:35:29.161 +08:00 [INF] Authorization was successful. +2021-09-04 09:35:29.162 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:35:29.288 +08:00 [DBG] Transport connection checking... +2021-09-04 09:35:29.288 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:35:29.657 +08:00 [DBG] Server szqh003802a:14836:37c50e21 heartbeat successfully sent +2021-09-04 09:35:35.650 +08:00 [ERR] MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.ExpirationManager.<>c__DisplayClass9_1.b__0(MySqlConnection connection) +2021-09-04 09:35:36.227 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:35:36.266 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VTichjKyKJ59lHArecRdDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTc4MzksImV4cCI6MTYzMDgwNDIzOSwiaWF0IjoxNjMwNzE3ODM5fQ.GkLUG3oW8-F9MnYkxCTcEgloTlxvNNNCNtKVyq97Enk - - - 101 - - 7108.2894ms +2021-09-04 09:35:36.554 +08:00 [ERR] Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:36.554 +08:00 [DBG] Execution loop Worker:2f4cbbe0 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:36.554 +08:00 [DBG] Execution loop Worker:2f4cbbe0 will be retried in 00:05:00... +2021-09-04 09:35:36.820 +08:00 [ERR] Execution RecurringJobScheduler is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:36.820 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 caught an exception and will be retried in 00:00:04 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:36.820 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 will be retried in 00:00:04... +2021-09-04 09:35:39.480 +08:00 [DBG] Execution loop Worker:534cdc56 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:39.480 +08:00 [DBG] Execution loop Worker:534cdc56 will be retried in 00:05:00... +2021-09-04 09:35:44.509 +08:00 [DBG] Execution loop Worker:cca1d548 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:44.509 +08:00 [DBG] Execution loop Worker:cca1d548 will be retried in 00:05:00... +2021-09-04 09:35:51.517 +08:00 [DBG] Execution loop Worker:a820ad7a caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:35:51.517 +08:00 [DBG] Execution loop Worker:a820ad7a will be retried in 00:05:00... +2021-09-04 09:35:59.297 +08:00 [DBG] Transport connection checking... +2021-09-04 09:35:59.297 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:35:59.683 +08:00 [DBG] Server szqh003802a:14836:37c50e21 heartbeat successfully sent +2021-09-04 09:36:00.508 +08:00 [DBG] Execution loop Worker:f1d24294 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:00.508 +08:00 [DBG] Execution loop Worker:f1d24294 will be retried in 00:05:00... +2021-09-04 09:36:11.130 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 caught an exception and will be retried in 00:00:09 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:11.130 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 will be retried in 00:00:09... +2021-09-04 09:36:11.494 +08:00 [DBG] Execution loop Worker:37d25edc caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:11.494 +08:00 [DBG] Execution loop Worker:37d25edc will be retried in 00:05:00... +2021-09-04 09:36:24.511 +08:00 [DBG] Execution loop Worker:e3f1395d caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:24.511 +08:00 [DBG] Execution loop Worker:e3f1395d will be retried in 00:05:00... +2021-09-04 09:36:24.574 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 09:36:24.575 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:24.575 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 1.5625ms +2021-09-04 09:36:24.577 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 09:36:24.578 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:24.582 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:36:24.596 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:36:25.857 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 09:36:25.859 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 09:36:25.903 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 09:36:25.914 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 1317.5941ms +2021-09-04 09:36:25.914 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:36:25.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:25.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:25.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:25.972 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 1394.3850ms +2021-09-04 09:36:25.974 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 09:36:25.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:25.975 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5870ms +2021-09-04 09:36:25.977 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 09:36:25.977 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:25.980 +08:00 [INF] Successfully validated the token. +2021-09-04 09:36:26.082 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 09:36:26.084 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 09:36:26.109 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 09:36:26.113 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 09:36:26.286 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:36:26.321 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:36:26.325 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 09:36:26.349 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 09:36:26.391 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 09:36:26.400 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:36:26.420 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 09:36:26.421 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 09:36:26.433 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 09:36:26.458 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 09:36:27.083 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 09:36:27.085 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 09:36:27.108 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 1024.1918ms +2021-09-04 09:36:27.108 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 09:36:27.114 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:27.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:27.118 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:27.178 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 1201.8522ms +2021-09-04 09:36:29.086 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:36:29.086 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:29.086 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4894ms +2021-09-04 09:36:29.088 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:36:29.088 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:29.091 +08:00 [INF] Successfully validated the token. +2021-09-04 09:36:29.091 +08:00 [INF] Authorization was successful. +2021-09-04 09:36:29.092 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:36:29.092 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:36:29.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:29.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:36:29.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.0990ms +2021-09-04 09:36:29.174 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v2Xrd1T6I7S_9-IWW6_UNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:36:29.174 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:36:29.177 +08:00 [INF] Successfully validated the token. +2021-09-04 09:36:29.178 +08:00 [INF] Authorization was successful. +2021-09-04 09:36:29.180 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:36:29.304 +08:00 [DBG] Transport connection checking... +2021-09-04 09:36:29.304 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:36:29.717 +08:00 [DBG] Server szqh003802a:14836:37c50e21 heartbeat successfully sent +2021-09-04 09:36:31.908 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap?access_token=undefined - - +2021-09-04 09:36:31.914 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:31.922 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap?access_token=undefined - - - 301 0 - 13.3973ms +2021-09-04 09:36:31.927 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 09:36:31.930 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:31.936 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 8.2241ms +2021-09-04 09:36:32.375 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 09:36:32.375 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:32.377 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:32.377 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:32.396 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 20.6766ms +2021-09-04 09:36:32.415 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 40.4129ms +2021-09-04 09:36:34.285 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=undefined - - +2021-09-04 09:36:34.287 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:34.316 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=undefined - - - 401 0 - 31.3525ms +2021-09-04 09:36:34.403 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:34.405 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:34.409 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7468ms +2021-09-04 09:36:36.415 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:36.418 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:36.422 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1567ms +2021-09-04 09:36:38.428 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:38.430 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:38.434 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0141ms +2021-09-04 09:36:39.517 +08:00 [DBG] Execution loop Worker:3d547fc8 caught an exception and will be retried in 00:05:00 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2813 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 572 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.JobQueue.MySqlJobQueue.Dequeue(String[] queues, CancellationToken cancellationToken) + at Hangfire.MySql.MySqlStorageConnection.FetchNextJob(String[] queues, CancellationToken cancellationToken) + at Hangfire.Server.Worker.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:39.517 +08:00 [DBG] Execution loop Worker:3d547fc8 will be retried in 00:05:00... +2021-09-04 09:36:41.307 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:41.309 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:41.313 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3905ms +2021-09-04 09:36:44.292 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:44.295 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:44.298 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2780ms +2021-09-04 09:36:47.300 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:47.303 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:47.306 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1676ms +2021-09-04 09:36:49.319 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:36:49.322 +08:00 [INF] Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token. +2021-09-04 09:36:49.325 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1797ms +2021-09-04 09:36:50.460 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 caught an exception and will be retried in 00:00:16 +MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed. + ---> MySqlConnector.MySqlException (0x80004005): Query execution was interrupted + at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 50 + at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 132 + at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 444 + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 60 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 101 + at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 554 + at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 443 + at Hangfire.MySql.MySqlWriteOnlyTransaction.<>c__DisplayClass27_0.b__0(MySqlConnection x) + at Hangfire.MySql.MySqlWriteOnlyTransaction.b__30_0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.<>c__DisplayClass18_0.b__0(MySqlConnection connection) + at Hangfire.MySql.MySqlStorage.UseTransaction[T](Func`2 func, Nullable`1 isolationLevel) + at Hangfire.MySql.MySqlStorage.UseTransaction(Action`1 action) + at Hangfire.MySql.MySqlWriteOnlyTransaction.Commit() + at Hangfire.Server.RecurringJobScheduler.ScheduleRecurringJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, RecurringJobEntity recurringJob, DateTime now) + at Hangfire.Server.RecurringJobScheduler.TryEnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String recurringJobId, DateTime now) + at Hangfire.Server.RecurringJobScheduler.<>c__DisplayClass18_0.b__0(IStorageConnection connection) + at Hangfire.Server.RecurringJobScheduler.UseConnectionDistributedLock[T](JobStorage storage, Func`2 action) + at Hangfire.Server.RecurringJobScheduler.EnqueueNextRecurringJobs(BackgroundProcessContext context) + at Hangfire.Server.RecurringJobScheduler.Execute(BackgroundProcessContext context) + at Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(Guid executionId, Object state) + at Hangfire.Processing.BackgroundExecution.Run(Action`2 callback, Object state) +2021-09-04 09:36:50.460 +08:00 [DBG] Execution loop RecurringJobScheduler:75e45130 will be retried in 00:00:16... +2021-09-04 09:37:27.734 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:37:32.263 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:37:32.369 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:37:32.864 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:37:32.903 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:37:32.994 +08:00 [INF] Starting the processing server. +2021-09-04 09:37:32.997 +08:00 [DBG] Transport connection checking... +2021-09-04 09:37:32.998 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:37:33.010 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-eA_LiPQ_A3nNh2CZ5zoeng +2021-09-04 09:37:33.017 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:37:33.033 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:37:33.036 +08:00 [INF] ### CAP started! +2021-09-04 09:37:33.045 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:37:33.045 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:37:33.045 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:37:33.046 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:37:33.046 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:37:33.046 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:37:33.128 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:37:33.130 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:37:33.174 +08:00 [INF] Start installing Hangfire SQL objects... +2021-09-04 09:37:33.362 +08:00 [INF] Hangfire SQL objects installed. +2021-09-04 09:37:33.375 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 09:37:33.375 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:37:33.375 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:37:33.375 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:37:33.395 +08:00 [DBG] Execution loop BackgroundServerProcess:7a912124 has started in 5.9129 ms +2021-09-04 09:37:33.489 +08:00 [INF] Server szqh003802a:20460:32833a21 successfully announced in 82.4071 ms +2021-09-04 09:37:33.492 +08:00 [INF] Server szqh003802a:20460:32833a21 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:37:33.493 +08:00 [DBG] Execution loop ServerHeartbeatProcess:7577c2d6 has started in 3.7169 ms +2021-09-04 09:37:33.496 +08:00 [DBG] Execution loop ServerWatchdog:a4da5d29 has started in 3.4049 ms +2021-09-04 09:37:33.498 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:79e98f6f has started in 4.6327 ms +2021-09-04 09:37:33.501 +08:00 [DBG] Execution loop ExpirationManager:b099769c has started in 4.6055 ms +2021-09-04 09:37:33.504 +08:00 [DBG] Execution loop CountersAggregator:8ad6e0aa has started in 4.8243 ms +2021-09-04 09:37:33.506 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:37:33.506 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:37:33.507 +08:00 [DBG] Execution loop Worker:c2d76b11 has started in 5.7435 ms +2021-09-04 09:37:33.510 +08:00 [DBG] Execution loop Worker:0afc4d61 has started in 7.8712 ms +2021-09-04 09:37:33.511 +08:00 [DBG] Execution loop Worker:57de2e51 has started in 9.6351 ms +2021-09-04 09:37:33.515 +08:00 [DBG] Execution loop Worker:396f003f has started in 13.2698 ms +2021-09-04 09:37:33.515 +08:00 [DBG] Execution loop Worker:ed168872 has started in 13.2878 ms +2021-09-04 09:37:33.518 +08:00 [DBG] Execution loop Worker:dd8c0b80 has started in 16.8639 ms +2021-09-04 09:37:33.518 +08:00 [DBG] Execution loop Worker:4050b315 has started in 16.8639 ms +2021-09-04 09:37:33.519 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:37:33.521 +08:00 [DBG] Execution loop Worker:2f95c9c3 has started in 19.1732 ms +2021-09-04 09:37:33.524 +08:00 [DBG] Execution loop Worker:9e250043 has started in 22.952 ms +2021-09-04 09:37:33.528 +08:00 [DBG] Execution loop Worker:1eea658f has started in 26.1097 ms +2021-09-04 09:37:33.533 +08:00 [DBG] Execution loop Worker:ec2f37d6 has started in 31.3721 ms +2021-09-04 09:37:33.533 +08:00 [DBG] Execution loop Worker:077f9fa5 has started in 31.3711 ms +2021-09-04 09:37:33.539 +08:00 [DBG] Execution loop Worker:07a60189 has started in 37.754 ms +2021-09-04 09:37:33.543 +08:00 [DBG] Execution loop Worker:5583984c has started in 41.6381 ms +2021-09-04 09:37:33.549 +08:00 [DBG] Execution loop Worker:9e644fb2 has started in 47.1951 ms +2021-09-04 09:37:33.552 +08:00 [DBG] Execution loop Worker:e9335844 has started in 49.8442 ms +2021-09-04 09:37:33.561 +08:00 [DBG] Execution loop Worker:825c52f3 has started in 59.3411 ms +2021-09-04 09:37:33.567 +08:00 [DBG] removed records count=0 +2021-09-04 09:37:33.567 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:37:33.567 +08:00 [DBG] Execution loop Worker:3f85e34a has started in 65.886 ms +2021-09-04 09:37:33.576 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:37:33.577 +08:00 [DBG] Execution loop Worker:1005d762 has started in 75.326 ms +2021-09-04 09:37:33.583 +08:00 [DBG] Execution loop Worker:6b6001ad has started in 81.3143 ms +2021-09-04 09:37:33.584 +08:00 [INF] Server szqh003802a:20460:32833a21 all the dispatchers started +2021-09-04 09:37:33.588 +08:00 [DBG] Execution loop RecurringJobScheduler:4b1a1054 has started in 4.6564 ms +2021-09-04 09:37:33.589 +08:00 [DBG] Execution loop DelayedJobScheduler:f397ef4c has started in 10.4408 ms +2021-09-04 09:37:33.600 +08:00 [DBG] removed records count=0 +2021-09-04 09:37:33.600 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:37:33.602 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:37:33.611 +08:00 [DBG] removed records count=0 +2021-09-04 09:37:33.611 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:37:33.613 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:37:33.627 +08:00 [DBG] removed records count=0 +2021-09-04 09:37:33.627 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:37:33.630 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:37:33.641 +08:00 [DBG] removed records count=0 +2021-09-04 09:37:33.961 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_0b225ddc0b11460bbe6cc439217f0814 +2021-09-04 09:37:33.996 +08:00 [INF] Connected to Redis. +2021-09-04 09:37:34.006 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:37:34.106 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:37:34.109 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:37:34.109 +08:00 [INF] Hosting environment: Development +2021-09-04 09:37:34.109 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:37:34.208 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:37:34.595 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:37:34.688 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:34.743 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:37:34.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:34.771 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 554.6175ms +2021-09-04 09:37:35.383 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:35.424 +08:00 [INF] Authorization was successful. +2021-09-04 09:37:36.077 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:37:36.077 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:37:36.097 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:37:36.107 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wfGrKNuLRyCz20qaUqPGYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:37:36.107 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:36.109 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:36.110 +08:00 [INF] Authorization was successful. +2021-09-04 09:37:36.112 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:37:36.146 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:37:36.189 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:37:36.194 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 44.5985ms +2021-09-04 09:37:36.194 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:37:36.196 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1600.6568ms +2021-09-04 09:37:36.203 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:37:36.251 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 48.2782ms +2021-09-04 09:37:36.408 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:37:36.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:36.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:36.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1800.4786ms +2021-09-04 09:37:36.765 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 356.6233ms +2021-09-04 09:37:39.703 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:37:39.704 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wfGrKNuLRyCz20qaUqPGYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - - 101 - - 3597.6777ms +2021-09-04 09:37:40.311 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:37:40.314 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:37:40.314 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:40.314 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4162ms +2021-09-04 09:37:40.316 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:37:40.316 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:40.318 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:40.319 +08:00 [INF] Authorization was successful. +2021-09-04 09:37:40.320 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:37:40.320 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:40.320 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:37:40.358 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:40.358 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:40.359 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 42.9370ms +2021-09-04 09:37:40.427 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XOsNpLrBScrzAHQ92x4MzA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:37:40.430 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:40.433 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:40.434 +08:00 [INF] Authorization was successful. +2021-09-04 09:37:40.435 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:37:40.488 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - - 200 - text/html 177.6047ms +2021-09-04 09:37:42.681 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:42.682 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:42.682 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:42.684 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:42.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:42.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:42.749 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 68.2097ms +2021-09-04 09:37:44.757 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:44.757 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:44.757 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:44.760 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:44.803 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:44.803 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:44.803 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.2338ms +2021-09-04 09:37:45.106 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 09:37:45.107 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:45.107 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.7551ms +2021-09-04 09:37:45.109 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 09:37:45.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:37:45.112 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:45.113 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:37:45.127 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:37:45.716 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:37:45.734 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 606.7878ms +2021-09-04 09:37:45.734 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:37:45.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:45.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:45.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:45.792 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 683.1400ms +2021-09-04 09:37:46.811 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:46.811 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:46.811 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:46.814 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:46.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:46.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:46.859 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0656ms +2021-09-04 09:37:48.866 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:48.866 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:48.866 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:48.868 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:48.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:48.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:48.904 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.8016ms +2021-09-04 09:37:50.913 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:50.913 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:50.913 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:50.915 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:50.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:50.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:50.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8006ms +2021-09-04 09:37:52.958 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:52.958 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:52.958 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:52.960 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:52.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:52.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:52.994 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.1376ms +2021-09-04 09:37:55.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:55.000 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:55.000 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:55.003 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:55.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:55.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:55.048 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0718ms +2021-09-04 09:37:57.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:57.056 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:57.056 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:57.058 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:57.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:57.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:57.101 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.7876ms +2021-09-04 09:37:59.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:37:59.108 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:37:59.108 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:37:59.110 +08:00 [INF] Successfully validated the token. +2021-09-04 09:37:59.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:59.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:37:59.155 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.7198ms +2021-09-04 09:38:01.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:01.163 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:01.163 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:01.165 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:01.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:01.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:01.208 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.0852ms +2021-09-04 09:38:02.999 +08:00 [DBG] Transport connection checking... +2021-09-04 09:38:02.999 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:38:03.216 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:03.216 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:03.216 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:03.218 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:03.252 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:03.252 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:03.252 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3623ms +2021-09-04 09:38:03.531 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:38:05.258 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:05.259 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:05.259 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:05.261 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:05.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:05.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:05.294 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.4568ms +2021-09-04 09:38:07.301 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:07.301 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:07.301 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:07.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:07.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:07.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:07.336 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.1893ms +2021-09-04 09:38:09.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:09.343 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:09.343 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:09.346 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:09.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:09.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:09.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2304ms +2021-09-04 09:38:11.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:11.386 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:11.386 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:11.388 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:11.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:11.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:11.421 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.4190ms +2021-09-04 09:38:13.430 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:13.430 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:13.430 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:13.432 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:13.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:13.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:13.480 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.8260ms +2021-09-04 09:38:15.487 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:15.488 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:15.488 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:15.490 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:15.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:15.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:15.533 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.2771ms +2021-09-04 09:38:17.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:17.540 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:17.540 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:17.542 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:17.584 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:17.584 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:17.584 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.8884ms +2021-09-04 09:38:19.591 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:19.591 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:19.591 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:19.593 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:19.627 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:19.627 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:19.627 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.4986ms +2021-09-04 09:38:21.636 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:21.636 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:21.636 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:21.639 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:21.673 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:21.673 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:21.674 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.9022ms +2021-09-04 09:38:23.680 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:23.681 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:23.681 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:23.683 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:23.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:23.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:23.717 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6512ms +2021-09-04 09:38:25.725 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:25.725 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:25.725 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:25.727 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:25.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:25.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:25.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.6795ms +2021-09-04 09:38:27.242 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 09:38:27.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:27.243 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 1.0280ms +2021-09-04 09:38:27.244 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 09:38:27.246 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:27.248 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:27.249 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:27.252 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:27.768 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:27.768 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:27.768 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:27.771 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:27.776 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:27.789 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 537.1648ms +2021-09-04 09:38:27.789 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:27.817 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:27.817 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:27.817 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.1441ms +2021-09-04 09:38:27.826 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:27.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:27.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:27.851 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 607.0004ms +2021-09-04 09:38:29.446 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 09:38:29.447 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:29.447 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.6744ms +2021-09-04 09:38:29.448 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 09:38:29.449 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:29.451 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:29.452 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:29.454 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:29.756 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:29.760 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 305.4588ms +2021-09-04 09:38:29.760 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:29.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:29.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:29.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:29.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 346.1635ms +2021-09-04 09:38:29.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:29.845 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:29.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:29.849 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:29.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:29.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:29.885 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.6175ms +2021-09-04 09:38:30.926 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 09:38:30.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:30.927 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5963ms +2021-09-04 09:38:30.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 09:38:30.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:30.931 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:30.932 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:30.935 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:31.190 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:31.193 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 257.5477ms +2021-09-04 09:38:31.193 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:31.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:31.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:31.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:31.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 296.0945ms +2021-09-04 09:38:31.891 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:31.891 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:31.891 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:31.893 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:31.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:31.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:31.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6768ms +2021-09-04 09:38:32.492 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 09:38:32.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:32.492 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6682ms +2021-09-04 09:38:32.494 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 09:38:32.494 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:32.496 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:32.498 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:32.500 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:32.777 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:32.779 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 278.9512ms +2021-09-04 09:38:32.779 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:32.788 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:32.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:32.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:32.818 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 324.6375ms +2021-09-04 09:38:33.011 +08:00 [DBG] Transport connection checking... +2021-09-04 09:38:33.011 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:38:33.566 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:38:33.936 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:33.936 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:33.936 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:33.938 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:33.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:33.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:33.974 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0036ms +2021-09-04 09:38:35.167 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 09:38:35.168 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:35.168 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.7656ms +2021-09-04 09:38:35.169 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 09:38:35.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:35.172 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:35.347 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:38:35.352 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:38:35.358 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:38:35.361 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:38:35.364 +08:00 [INF] Authorization was successful. +2021-09-04 09:38:35.366 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:35.368 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:35.979 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:35.980 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:35.980 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:35.988 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:36.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:36.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:36.078 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 98.7178ms +2021-09-04 09:38:36.255 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:36.263 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 895.3612ms +2021-09-04 09:38:36.263 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:36.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:36.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:36.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:36.305 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 1135.0962ms +2021-09-04 09:38:37.086 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 09:38:37.086 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:37.086 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6084ms +2021-09-04 09:38:37.088 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 09:38:37.088 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:37.091 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:37.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:38:37.095 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:38:37.096 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:38:37.098 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:38:37.098 +08:00 [INF] Authorization was successful. +2021-09-04 09:38:37.099 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:37.102 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:37.255 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:37.257 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 155.2704ms +2021-09-04 09:38:37.257 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:37.263 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:37.289 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:37.289 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:37.291 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 202.7107ms +2021-09-04 09:38:38.085 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:38.086 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:38.086 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:38.088 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:38.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:38.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:38.121 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.0435ms +2021-09-04 09:38:40.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:40.128 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:40.128 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:40.130 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:40.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:40.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:40.175 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.2553ms +2021-09-04 09:38:42.181 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:42.182 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:42.182 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:42.184 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:42.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:42.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:42.229 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1860ms +2021-09-04 09:38:44.236 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:44.237 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:44.237 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:44.239 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:44.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:44.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:44.282 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.3940ms +2021-09-04 09:38:46.288 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:46.289 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:46.289 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:46.291 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:46.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:46.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:46.336 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6976ms +2021-09-04 09:38:48.342 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:48.342 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:48.342 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:48.344 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:48.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:48.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:48.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8379ms +2021-09-04 09:38:49.116 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 09:38:49.117 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:49.117 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4560ms +2021-09-04 09:38:49.119 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 09:38:49.119 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:38:49.121 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:49.122 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:38:49.125 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:38:49.125 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:38:49.128 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:38:49.128 +08:00 [INF] Authorization was successful. +2021-09-04 09:38:49.129 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:49.131 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:38:49.155 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:38:49.156 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.9817ms +2021-09-04 09:38:49.156 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:38:49.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:49.184 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:49.184 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:49.184 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 65.1217ms +2021-09-04 09:38:50.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:50.386 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:50.386 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:50.388 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:50.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:50.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:50.433 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5747ms +2021-09-04 09:38:52.439 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:52.439 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:52.439 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:52.441 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:52.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:52.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:52.479 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.3771ms +2021-09-04 09:38:54.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:54.486 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:54.486 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:54.488 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:54.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:54.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:54.522 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6974ms +2021-09-04 09:38:56.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:56.529 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:56.529 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:56.531 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:56.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:56.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:56.578 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.5365ms +2021-09-04 09:38:58.584 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:38:58.584 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:38:58.584 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:38:58.586 +08:00 [INF] Successfully validated the token. +2021-09-04 09:38:58.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:58.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:38:58.620 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3931ms +2021-09-04 09:39:00.628 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:00.628 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:00.628 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:00.631 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:00.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:00.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:00.664 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9187ms +2021-09-04 09:39:02.673 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:02.673 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:02.673 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:02.675 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:02.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:02.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:02.722 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.7643ms +2021-09-04 09:39:03.024 +08:00 [DBG] Transport connection checking... +2021-09-04 09:39:03.024 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:39:03.700 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:39:04.727 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:04.727 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:04.727 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:04.729 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:04.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:04.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:04.774 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.4719ms +2021-09-04 09:39:06.780 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:06.781 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:06.781 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:06.783 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:06.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:06.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:06.824 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.1700ms +2021-09-04 09:39:08.830 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:08.831 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:08.831 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:08.833 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:08.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:08.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:08.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.4673ms +2021-09-04 09:39:10.884 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:10.884 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:10.884 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:10.886 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:10.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:10.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:10.933 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.0267ms +2021-09-04 09:39:11.048 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/create - - +2021-09-04 09:39:11.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:11.048 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/create - - - 204 - - 0.4548ms +2021-09-04 09:39:11.050 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/create application/json 135 +2021-09-04 09:39:11.050 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:11.052 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:11.053 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.057 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.057 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.059 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.059 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:11.060 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:11.062 +08:00 [INF] Route matched with {action = "Create", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Identity.IdentityUserDto] CreateAsync(Volo.Abp.Identity.IdentityUserCreateDto) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:11.130 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.133 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.133 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.135 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:11.135 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:11.255 +08:00 [WRN] User password validation failed: PasswordTooShort;PasswordRequiresNonAlphanumeric;PasswordRequiresLower;PasswordRequiresUpper. +2021-09-04 09:39:11.700 +08:00 [WRN] ---------- RemoteServiceErrorInfo ---------- +{ + "code": "Volo.Abp.Identity:PasswordTooShort", + "message": "密码至少为6个字符., 密码至少包含一位非字母数字字符., 密码至少包含一位小写字母 ('a'-'z')., 密码至少包含一位大写字母 ('A'-'Z').", + "details": null, + "data": { + "0": "6" + }, + "validationErrors": null +} + +2021-09-04 09:39:11.701 +08:00 [WRN] Passwords must be at least 6 characters., Passwords must have at least one non alphanumeric character., Passwords must have at least one lowercase ('a'-'z')., Passwords must have at least one uppercase ('A'-'Z'). +Volo.Abp.Identity.AbpIdentityResultException: Passwords must be at least 6 characters., Passwords must have at least one non alphanumeric character., Passwords must have at least one lowercase ('a'-'z')., Passwords must have at least one uppercase ('A'-'Z'). + at Microsoft.AspNetCore.Identity.AbpIdentityResultExtensions.CheckErrors(IdentityResult identityResult) + at Volo.Abp.Identity.IdentityUserAppService.CreateAsync(IdentityUserCreateDto input) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Authorization.AuthorizationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.CreateAsync(IdentityUserCreateDto input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 64 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method4171(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 09:39:11.701 +08:00 [WRN] Code:Volo.Abp.Identity:PasswordTooShort +2021-09-04 09:39:11.701 +08:00 [WRN] Details: +2021-09-04 09:39:11.703 +08:00 [WRN] ---------- Exception Data ---------- +0 = 6 + +2021-09-04 09:39:11.705 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 09:39:11.709 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi) in 646.0305ms +2021-09-04 09:39:11.709 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:11.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:11.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:11.872 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/create application/json 135 - 500 - application/json;+charset=utf-8 821.8589ms +2021-09-04 09:39:12.941 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:12.941 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:12.941 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:12.943 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:12.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:12.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:12.976 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.1523ms +2021-09-04 09:39:14.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:14.982 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:14.982 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:14.984 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:15.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:15.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:15.018 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.7954ms +2021-09-04 09:39:17.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:17.024 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:17.024 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:17.026 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:17.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:17.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:17.073 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.9116ms +2021-09-04 09:39:19.079 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:19.080 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:19.080 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:19.082 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:19.114 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:19.115 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:19.115 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5346ms +2021-09-04 09:39:21.120 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:21.120 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:21.120 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:21.122 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:21.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:21.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:21.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3142ms +2021-09-04 09:39:23.173 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:23.174 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:23.174 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:23.176 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:23.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:23.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:23.220 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1313ms +2021-09-04 09:39:25.226 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:25.226 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:25.226 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:25.228 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:25.273 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.273 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.273 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9417ms +2021-09-04 09:39:25.364 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/create - - +2021-09-04 09:39:25.364 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:25.364 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/create - - - 204 - - 0.4851ms +2021-09-04 09:39:25.366 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/create application/json 150 +2021-09-04 09:39:25.366 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:25.369 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:25.369 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.373 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.373 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.376 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.376 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:25.377 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:25.377 +08:00 [INF] Route matched with {action = "Create", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Identity.IdentityUserDto] CreateAsync(Volo.Abp.Identity.IdentityUserCreateDto) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:25.420 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.429 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.429 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.432 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Create +2021-09-04 09:39:25.432 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:25.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.739 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.739 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:25.997 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.002 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Identity.IdentityUserDto'. +2021-09-04 09:39:26.004 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi) in 626.6183ms +2021-09-04 09:39:26.004 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:26.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.050 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Created] has been published. +2021-09-04 09:39:26.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.062 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/create application/json 150 - 200 - application/json;+charset=utf-8 696.3237ms +2021-09-04 09:39:26.069 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 09:39:26.139 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 09:39:26.140 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:26.140 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4375ms +2021-09-04 09:39:26.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 09:39:26.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:26.144 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:26.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:26.150 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:26.150 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:26.155 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:26.155 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:26.157 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:26.158 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:26.202 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:26.205 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.4465ms +2021-09-04 09:39:26.205 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:26.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:26.234 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.0145ms +2021-09-04 09:39:27.279 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:27.280 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:27.280 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:27.282 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:27.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:27.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:27.328 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.6635ms +2021-09-04 09:39:29.334 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:29.334 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:29.335 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:29.337 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:29.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.6998ms +2021-09-04 09:39:29.711 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 09:39:29.711 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:29.711 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4158ms +2021-09-04 09:39:29.713 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 09:39:29.713 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:29.715 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:29.716 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:29.719 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:29.720 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:29.722 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:29.722 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:29.723 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:29.723 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:29.746 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:29.747 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.5028ms +2021-09-04 09:39:29.747 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:29.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.787 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 73.5361ms +2021-09-04 09:39:29.791 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 09:39:29.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:29.791 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4690ms +2021-09-04 09:39:29.793 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 09:39:29.794 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:29.796 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:29.797 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:29.801 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:29.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:29.803 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:29.803 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:29.804 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:29.806 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:29.820 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:29.830 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:29.830 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:29.834 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:29.834 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:29.875 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:29.876 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 69.5846ms +2021-09-04 09:39:29.876 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:29.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:29.905 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 111.8408ms +2021-09-04 09:39:31.389 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:31.390 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:31.390 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:31.392 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:31.436 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:31.436 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:31.436 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8600ms +2021-09-04 09:39:33.028 +08:00 [DBG] Transport connection checking... +2021-09-04 09:39:33.028 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:39:33.442 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:33.443 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:33.443 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:33.445 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:33.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:33.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:33.479 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1863ms +2021-09-04 09:39:33.862 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:39:35.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:35.485 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:35.485 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:35.488 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:35.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:35.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:35.533 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.2326ms +2021-09-04 09:39:36.776 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 09:39:36.776 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:36.776 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4373ms +2021-09-04 09:39:36.778 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 09:39:36.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:36.780 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:36.781 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:36.784 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:36.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:36.787 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:36.787 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:36.788 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:36.788 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:36.810 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:36.812 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.6183ms +2021-09-04 09:39:36.812 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:36.815 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.855 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.855 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.855 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 77.6160ms +2021-09-04 09:39:36.860 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 09:39:36.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:36.861 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.5245ms +2021-09-04 09:39:36.862 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 09:39:36.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:36.865 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:36.865 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:36.869 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:36.869 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:36.871 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:36.871 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:36.872 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:36.873 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:36.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:36.889 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 09:39:36.890 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:36.894 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 09:39:36.894 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:36.912 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:36.913 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 40.1542ms +2021-09-04 09:39:36.913 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:36.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:36.943 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 81.1374ms +2021-09-04 09:39:37.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:37.540 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:37.540 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:37.542 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:37.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:37.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:37.577 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8256ms +2021-09-04 09:39:39.584 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:39.585 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:39.585 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:39.587 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:39.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:39.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:39.633 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1287ms +2021-09-04 09:39:41.639 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:41.639 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:41.639 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:41.642 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:41.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:41.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:41.686 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5306ms +2021-09-04 09:39:43.693 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:43.693 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:43.694 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:43.696 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:43.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:43.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:43.730 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1710ms +2021-09-04 09:39:45.738 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:45.738 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:45.738 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:45.740 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:45.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:45.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:45.785 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1468ms +2021-09-04 09:39:47.791 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:47.792 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:47.792 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:47.794 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:47.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:47.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:47.834 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.9761ms +2021-09-04 09:39:49.841 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:49.842 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:49.842 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:49.844 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:49.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:49.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:49.889 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6725ms +2021-09-04 09:39:51.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:51.895 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:51.895 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:51.897 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:51.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:51.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:51.934 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0932ms +2021-09-04 09:39:53.942 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:53.943 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:53.943 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:53.945 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:53.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:53.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:53.979 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8169ms +2021-09-04 09:39:54.664 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/create - - +2021-09-04 09:39:54.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:54.665 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/create - - - 204 - - 0.4505ms +2021-09-04 09:39:54.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/create application/json 32 +2021-09-04 09:39:54.667 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:54.669 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:54.670 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.673 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.676 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.676 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:54.677 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:54.679 +08:00 [INF] Route matched with {action = "Create", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Identity.IdentityRoleDto] CreateAsync(Volo.Abp.Identity.IdentityRoleCreateDto) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:54.700 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.704 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.705 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.710 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 09:39:54.710 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:54.714 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:54.714 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:54.716 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:54.716 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:54.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.759 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.762 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Identity.IdentityRoleDto'. +2021-09-04 09:39:54.763 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi) in 83.0292ms +2021-09-04 09:39:54.763 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:54.763 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.788 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Identity.IdentityRoleEto.Created] has been published. +2021-09-04 09:39:54.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.809 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/create application/json 32 - 200 - application/json;+charset=utf-8 142.7774ms +2021-09-04 09:39:54.855 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 09:39:54.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:54.856 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4915ms +2021-09-04 09:39:54.857 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 09:39:54.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:54.860 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:54.860 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:54.864 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:39:54.864 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:54.867 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:39:54.867 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:54.868 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:54.868 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:54.897 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:39:54.898 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.3816ms +2021-09-04 09:39:54.898 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:54.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:54.926 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 68.2933ms +2021-09-04 09:39:55.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:55.986 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:55.986 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:55.988 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:56.023 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:56.023 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:56.023 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3441ms +2021-09-04 09:39:57.659 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:39:57.659 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:57.660 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6617ms +2021-09-04 09:39:57.661 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:39:57.662 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:39:57.664 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:57.664 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:57.665 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:57.667 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:39:57.684 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:57.691 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:39:57.694 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:39:57.695 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:39:57.697 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:39:57.697 +08:00 [INF] Authorization was successful. +2021-09-04 09:39:57.874 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:39:57.875 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 207.3398ms +2021-09-04 09:39:57.875 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:39:57.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:57.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:57.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:57.904 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 243.4172ms +2021-09-04 09:39:58.030 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:39:58.030 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:39:58.030 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:39:58.032 +08:00 [INF] Successfully validated the token. +2021-09-04 09:39:58.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:58.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:39:58.070 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.2034ms +2021-09-04 09:40:00.079 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:00.079 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:00.079 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:00.081 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:00.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:00.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:00.116 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7239ms +2021-09-04 09:40:02.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:02.123 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:02.124 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:02.126 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:02.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:02.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:02.159 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.3755ms +2021-09-04 09:40:03.034 +08:00 [DBG] Transport connection checking... +2021-09-04 09:40:03.035 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:40:04.030 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:40:04.164 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:04.165 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:04.165 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:04.167 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:04.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:04.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:04.201 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7644ms +2021-09-04 09:40:06.207 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:06.208 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:06.208 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:06.210 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:06.255 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:06.255 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:06.255 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3597ms +2021-09-04 09:40:08.262 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:08.262 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:08.262 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:08.264 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:08.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:08.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:08.308 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.8460ms +2021-09-04 09:40:09.579 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 09:40:09.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:40:09.579 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4447ms +2021-09-04 09:40:09.581 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 09:40:09.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:40:09.583 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:09.584 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:09.584 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:40:09.614 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:40:09.615 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.3542ms +2021-09-04 09:40:09.615 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:09.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:09.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:09.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:09.643 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 62.0735ms +2021-09-04 09:40:10.313 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:10.314 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:10.314 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:10.316 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:10.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:10.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:10.360 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9998ms +2021-09-04 09:40:11.799 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 09:40:11.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:40:11.801 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:11.803 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:11.803 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:40:11.832 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:40:11.832 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.9533ms +2021-09-04 09:40:11.832 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:11.835 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:11.858 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:11.858 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:11.858 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 59.2750ms +2021-09-04 09:40:12.366 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:12.366 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:12.366 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:12.369 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:12.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:12.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:12.413 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.7638ms +2021-09-04 09:40:14.419 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:14.420 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:14.420 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:14.422 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:14.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:14.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:14.460 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1956ms +2021-09-04 09:40:16.351 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:40:16.354 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:16.358 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - - 301 0 - 6.5790ms +2021-09-04 09:40:16.366 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 09:40:16.369 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:16.374 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 7.5736ms +2021-09-04 09:40:16.645 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 09:40:16.645 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:16.647 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:16.647 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:16.665 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 19.7791ms +2021-09-04 09:40:16.680 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:16.681 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:16.681 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:16.682 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 36.6677ms +2021-09-04 09:40:16.684 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:16.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:16.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:16.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 54.0784ms +2021-09-04 09:40:19.295 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:19.295 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:19.295 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:19.295 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:19.297 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:19.298 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:19.301 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9419ms +2021-09-04 09:40:19.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:19.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:19.331 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.7258ms +2021-09-04 09:40:22.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:22.300 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:22.300 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:22.300 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:22.302 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:22.302 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:22.306 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7348ms +2021-09-04 09:40:22.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:22.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:22.346 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9128ms +2021-09-04 09:40:24.752 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:24.752 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:24.752 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:24.752 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:24.754 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:24.754 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:24.759 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2523ms +2021-09-04 09:40:24.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:24.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:24.801 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8926ms +2021-09-04 09:40:26.764 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:26.767 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:26.770 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2076ms +2021-09-04 09:40:26.806 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:26.807 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:26.807 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:26.809 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:26.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:26.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:26.842 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2453ms +2021-09-04 09:40:28.776 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:28.779 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:28.783 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6982ms +2021-09-04 09:40:28.850 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:28.851 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:28.851 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:28.853 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:28.896 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:28.896 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:28.897 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.4653ms +2021-09-04 09:40:30.789 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:30.791 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:30.795 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6849ms +2021-09-04 09:40:30.905 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:30.905 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:30.905 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:30.907 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:30.941 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:30.941 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:30.942 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8362ms +2021-09-04 09:40:32.802 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:32.804 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:32.808 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3397ms +2021-09-04 09:40:32.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:32.948 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:32.948 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:32.950 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:32.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:32.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:32.987 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.5081ms +2021-09-04 09:40:33.041 +08:00 [DBG] Transport connection checking... +2021-09-04 09:40:33.041 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:40:34.180 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:40:34.814 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:34.817 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:34.820 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2340ms +2021-09-04 09:40:34.994 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:34.994 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:34.995 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:34.997 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:35.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:35.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:35.031 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.4280ms +2021-09-04 09:40:36.831 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:36.833 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:36.837 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6214ms +2021-09-04 09:40:37.037 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:37.038 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:37.038 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:37.040 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:37.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:37.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:37.075 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1960ms +2021-09-04 09:40:38.663 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:40:38.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:40:38.664 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.9650ms +2021-09-04 09:40:38.665 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:40:38.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:40:38.668 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:38.668 +08:00 [INF] Authorization was successful. +2021-09-04 09:40:38.669 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:38.669 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:40:38.681 +08:00 [INF] Authorization was successful. +2021-09-04 09:40:38.683 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:40:38.690 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:40:38.691 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:40:38.696 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:40:38.696 +08:00 [INF] Authorization was successful. +2021-09-04 09:40:38.787 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:40:38.787 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 117.7096ms +2021-09-04 09:40:38.787 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:40:38.790 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:38.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:38.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:38.828 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 162.8028ms +2021-09-04 09:40:38.851 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:38.853 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:38.857 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5526ms +2021-09-04 09:40:39.080 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:39.081 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:39.081 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:39.083 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:39.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:39.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:39.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.1995ms +2021-09-04 09:40:40.863 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:40.865 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:40.869 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4443ms +2021-09-04 09:40:41.130 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:41.131 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:41.131 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:41.133 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:41.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:41.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:41.177 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5784ms +2021-09-04 09:40:42.875 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:42.877 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:42.881 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3382ms +2021-09-04 09:40:43.184 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:43.184 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:43.184 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:43.186 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:43.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:43.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:43.219 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.7815ms +2021-09-04 09:40:44.886 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:44.888 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:44.892 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4350ms +2021-09-04 09:40:45.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:45.226 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:45.226 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:45.228 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:45.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:45.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:45.260 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.5588ms +2021-09-04 09:40:46.897 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:46.900 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:46.903 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2063ms +2021-09-04 09:40:47.265 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:47.265 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:47.265 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:47.268 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:47.300 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:47.300 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:47.300 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.8494ms +2021-09-04 09:40:48.909 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:48.912 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:48.915 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2525ms +2021-09-04 09:40:49.310 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:49.311 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:49.311 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:49.318 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:49.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:49.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:49.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 68.5021ms +2021-09-04 09:40:50.921 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:50.923 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:50.927 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3219ms +2021-09-04 09:40:51.387 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:51.387 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:51.388 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:51.390 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:51.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:51.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:51.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5388ms +2021-09-04 09:40:52.934 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:52.936 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:52.940 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2232ms +2021-09-04 09:40:53.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:53.429 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:53.429 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:53.432 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:53.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:53.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:53.476 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.7000ms +2021-09-04 09:40:55.305 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:55.307 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:55.311 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1619ms +2021-09-04 09:40:56.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:56.308 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:56.308 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:56.310 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:56.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:56.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:56.351 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.9554ms +2021-09-04 09:40:58.303 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:40:58.306 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:58.310 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1513ms +2021-09-04 09:40:59.302 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:40:59.302 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:40:59.302 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:40:59.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:40:59.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:59.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:40:59.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5696ms +2021-09-04 09:41:01.303 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:01.305 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:01.309 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1136ms +2021-09-04 09:41:02.301 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:02.301 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:02.301 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:02.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:02.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:02.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:02.339 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8619ms +2021-09-04 09:41:03.047 +08:00 [DBG] Transport connection checking... +2021-09-04 09:41:03.047 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:41:04.240 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:41:04.300 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:04.303 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:04.307 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1780ms +2021-09-04 09:41:05.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:05.297 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:05.297 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:05.299 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:05.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:05.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:05.335 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.9325ms +2021-09-04 09:41:07.298 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:07.301 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:07.305 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2328ms +2021-09-04 09:41:08.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:08.487 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:08.487 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:08.490 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:08.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:08.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:08.528 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.1139ms +2021-09-04 09:41:10.294 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:10.296 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:10.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0906ms +2021-09-04 09:41:11.302 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:11.302 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:11.302 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:11.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:11.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:11.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:11.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6571ms +2021-09-04 09:41:12.307 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:12.309 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:12.313 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9999ms +2021-09-04 09:41:14.294 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:14.294 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:14.294 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:14.297 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:14.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:14.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:14.331 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7814ms +2021-09-04 09:41:15.296 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:15.299 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:15.302 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9708ms +2021-09-04 09:41:17.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:17.307 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:17.307 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:17.309 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:17.310 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:17.311 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:17.315 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7365ms +2021-09-04 09:41:17.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:17.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:17.346 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.9607ms +2021-09-04 09:41:20.300 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:20.301 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:20.301 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:20.301 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:20.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:20.304 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:20.310 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 9.3161ms +2021-09-04 09:41:20.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:20.351 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:20.351 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.6954ms +2021-09-04 09:41:23.459 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:23.459 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:23.460 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:23.460 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:23.463 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:23.463 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:23.468 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2351ms +2021-09-04 09:41:23.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:23.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:23.508 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2446ms +2021-09-04 09:41:27.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:27.223 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:27.223 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:27.223 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:27.226 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:27.226 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:27.231 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9750ms +2021-09-04 09:41:27.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:27.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:27.287 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.4040ms +2021-09-04 09:41:30.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:30.826 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:30.826 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:30.827 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:30.829 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:30.829 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:30.834 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9199ms +2021-09-04 09:41:30.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:30.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:30.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.5241ms +2021-09-04 09:41:34.311 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:34.311 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:34.311 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:34.311 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:34.313 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:34.314 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:34.319 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3277ms +2021-09-04 09:41:34.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:34.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:34.355 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6880ms +2021-09-04 09:41:35.161 +08:00 [DBG] Transport connection checking... +2021-09-04 09:41:35.161 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:41:36.556 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:41:37.693 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:37.694 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:37.694 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:37.694 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:37.696 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:37.696 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:37.701 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2498ms +2021-09-04 09:41:37.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:37.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:37.749 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.2005ms +2021-09-04 09:41:41.011 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:41.012 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:41.012 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:41.012 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:41.014 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:41.014 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:41.018 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7291ms +2021-09-04 09:41:41.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:41.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:41.054 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6222ms +2021-09-04 09:41:44.265 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:44.266 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:44.266 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:44.266 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:44.268 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:44.268 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:44.272 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7182ms +2021-09-04 09:41:44.315 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:44.315 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:44.315 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5169ms +2021-09-04 09:41:47.466 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:47.469 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:47.469 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:47.470 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:47.473 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:47.473 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:47.479 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 11.7937ms +2021-09-04 09:41:47.516 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:47.516 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:47.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.8802ms +2021-09-04 09:41:50.637 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:50.639 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:50.640 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:50.640 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:50.642 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:50.644 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:50.649 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 11.5082ms +2021-09-04 09:41:50.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:50.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:50.706 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 63.4317ms +2021-09-04 09:41:53.771 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:53.771 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:53.771 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:53.771 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:53.774 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:53.774 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:53.779 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8468ms +2021-09-04 09:41:53.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:53.813 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:53.813 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.2929ms +2021-09-04 09:41:56.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:56.887 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:56.887 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:56.887 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:56.889 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:56.889 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:56.894 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5212ms +2021-09-04 09:41:56.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:56.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:41:56.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.8859ms +2021-09-04 09:41:59.988 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:41:59.988 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:41:59.988 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:41:59.988 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:41:59.990 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:59.991 +08:00 [INF] Successfully validated the token. +2021-09-04 09:41:59.995 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6155ms +2021-09-04 09:42:00.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:00.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:00.029 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.3103ms +2021-09-04 09:42:03.064 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:03.065 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:03.065 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:03.065 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:03.067 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:03.068 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:03.072 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9707ms +2021-09-04 09:42:03.111 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:03.111 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:03.112 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.2943ms +2021-09-04 09:42:06.124 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:06.125 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:06.125 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:06.125 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:06.127 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:06.127 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:06.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3556ms +2021-09-04 09:42:06.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:06.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:06.164 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.3251ms +2021-09-04 09:42:06.882 +08:00 [DBG] Transport connection checking... +2021-09-04 09:42:06.882 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:42:08.209 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:42:09.173 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:09.173 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:09.173 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:09.174 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:09.176 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:09.176 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:09.180 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3497ms +2021-09-04 09:42:09.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:09.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:09.217 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.1291ms +2021-09-04 09:42:12.217 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:12.218 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:12.218 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:12.218 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:12.221 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:12.221 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:12.226 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.6575ms +2021-09-04 09:42:12.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:12.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:12.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.6254ms +2021-09-04 09:42:15.240 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:15.241 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:15.241 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:15.241 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:15.243 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:15.243 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:15.248 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6933ms +2021-09-04 09:42:15.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:15.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:15.280 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0850ms +2021-09-04 09:42:18.283 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:18.284 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:18.284 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:18.284 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:18.286 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:18.286 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:18.291 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7241ms +2021-09-04 09:42:18.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:18.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:18.323 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.3237ms +2021-09-04 09:42:21.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:21.307 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:21.307 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:21.307 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:21.309 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:21.310 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:21.314 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6875ms +2021-09-04 09:42:21.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:21.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:21.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.5004ms +2021-09-04 09:42:24.314 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:24.315 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:24.315 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:24.315 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:24.317 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:24.317 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:24.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5847ms +2021-09-04 09:42:24.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:24.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:24.354 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6083ms +2021-09-04 09:42:27.336 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:27.337 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:27.337 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:27.337 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:27.339 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:27.339 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:27.343 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3299ms +2021-09-04 09:42:27.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:27.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:27.376 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.4555ms +2021-09-04 09:42:30.344 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:30.344 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:30.344 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:30.344 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:30.347 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:30.347 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:30.351 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2790ms +2021-09-04 09:42:30.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:30.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:30.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.8382ms +2021-09-04 09:42:33.355 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:33.355 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:33.355 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:33.355 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:33.357 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:33.358 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:33.362 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2956ms +2021-09-04 09:42:33.393 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:33.393 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:33.393 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2970ms +2021-09-04 09:42:36.377 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:36.378 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:36.378 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:36.378 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:36.381 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:36.381 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:36.388 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 9.8502ms +2021-09-04 09:42:36.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:36.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:36.474 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 96.1147ms +2021-09-04 09:42:37.123 +08:00 [DBG] Transport connection checking... +2021-09-04 09:42:37.123 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:42:37.124 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:42:37.128 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:42:37.640 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:42:38.494 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:42:39.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:39.385 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:39.386 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:39.386 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:39.388 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:39.388 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:39.393 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1683ms +2021-09-04 09:42:39.434 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:39.434 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:39.434 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.9044ms +2021-09-04 09:42:42.379 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:42.380 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:42.380 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:42.380 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:42.382 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:42.382 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:42.386 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2248ms +2021-09-04 09:42:42.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:42.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:42.418 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0050ms +2021-09-04 09:42:45.388 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:45.388 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:45.388 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:45.388 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:45.390 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:45.390 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:45.395 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3408ms +2021-09-04 09:42:45.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:45.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:45.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.8616ms +2021-09-04 09:42:48.399 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:48.400 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:48.400 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:48.400 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:48.402 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:48.402 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:48.406 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.8638ms +2021-09-04 09:42:48.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:48.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:48.437 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0174ms +2021-09-04 09:42:51.390 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:51.391 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:51.391 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:51.391 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:51.393 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:51.393 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:51.397 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1384ms +2021-09-04 09:42:51.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:51.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:51.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2980ms +2021-09-04 09:42:54.403 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:54.403 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:54.403 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:54.404 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:54.406 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:54.406 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:54.410 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0698ms +2021-09-04 09:42:54.450 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:54.450 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:54.450 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8994ms +2021-09-04 09:42:57.397 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:42:57.397 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:42:57.397 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:42:57.397 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:42:57.399 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:57.399 +08:00 [INF] Successfully validated the token. +2021-09-04 09:42:57.403 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.8730ms +2021-09-04 09:42:57.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:57.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:42:57.433 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2952ms +2021-09-04 09:43:00.403 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:43:00.403 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:43:00.403 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:43:00.403 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:43:00.405 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:00.405 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:00.409 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.8170ms +2021-09-04 09:43:00.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:00.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:00.452 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.9310ms +2021-09-04 09:43:03.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:43:03.404 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:43:03.404 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:43:03.404 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:43:03.406 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:03.406 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:03.410 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1491ms +2021-09-04 09:43:03.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:03.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:03.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.0773ms +2021-09-04 09:43:06.413 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:43:06.413 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:43:06.413 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:43:06.414 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:43:06.416 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:06.416 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:06.419 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.5126ms +2021-09-04 09:43:06.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:06.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:06.460 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.2212ms +2021-09-04 09:43:07.171 +08:00 [DBG] Transport connection checking... +2021-09-04 09:43:07.171 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:43:08.578 +08:00 [DBG] Server szqh003802a:20460:32833a21 heartbeat successfully sent +2021-09-04 09:43:09.410 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 09:43:09.410 +08:00 [INF] CORS policy execution failed. +2021-09-04 09:43:09.410 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 09:43:09.410 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 09:43:09.412 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:09.412 +08:00 [INF] Successfully validated the token. +2021-09-04 09:43:09.416 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2707ms +2021-09-04 09:43:09.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:09.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:43:09.448 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.7919ms +2021-09-04 09:47:33.384 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:47:38.502 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:47:38.607 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:47:39.167 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:47:39.196 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:47:39.290 +08:00 [INF] Starting the processing server. +2021-09-04 09:47:39.294 +08:00 [DBG] Transport connection checking... +2021-09-04 09:47:39.294 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:47:39.307 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-vpSJbdzhjZt8V0f-mi-pWQ +2021-09-04 09:47:39.314 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:47:39.331 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:47:39.335 +08:00 [INF] ### CAP started! +2021-09-04 09:47:39.344 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:47:39.344 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:47:39.344 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:47:39.345 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:47:39.345 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:47:39.432 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:47:39.435 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:47:39.483 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:47:39.495 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 09:47:39.495 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:47:39.495 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:47:39.495 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:47:39.517 +08:00 [DBG] Execution loop BackgroundServerProcess:77819f3e has started in 6.913 ms +2021-09-04 09:47:39.615 +08:00 [INF] Server szqh003802a:22752:60e6186c successfully announced in 83.3774 ms +2021-09-04 09:47:39.619 +08:00 [INF] Server szqh003802a:22752:60e6186c is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:47:39.620 +08:00 [DBG] Execution loop ServerHeartbeatProcess:c5763fa4 has started in 4.0554 ms +2021-09-04 09:47:39.623 +08:00 [DBG] Execution loop ServerWatchdog:2cb54688 has started in 4.0437 ms +2021-09-04 09:47:39.625 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:67699315 has started in 4.263 ms +2021-09-04 09:47:39.627 +08:00 [DBG] Execution loop ExpirationManager:2b1095b1 has started in 3.7755 ms +2021-09-04 09:47:39.630 +08:00 [DBG] Execution loop CountersAggregator:b5eef68d has started in 4.5816 ms +2021-09-04 09:47:39.632 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:47:39.632 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:47:39.633 +08:00 [DBG] Execution loop Worker:40f6be82 has started in 5.5216 ms +2021-09-04 09:47:39.635 +08:00 [DBG] Execution loop Worker:9ce84e22 has started in 7.33 ms +2021-09-04 09:47:39.638 +08:00 [DBG] Execution loop Worker:8043f4e3 has started in 10.4663 ms +2021-09-04 09:47:39.640 +08:00 [DBG] Execution loop Worker:5e59912a has started in 12.7666 ms +2021-09-04 09:47:39.642 +08:00 [DBG] Execution loop Worker:9027a735 has started in 14.5864 ms +2021-09-04 09:47:39.646 +08:00 [DBG] Execution loop Worker:c7718d07 has started in 18.5562 ms +2021-09-04 09:47:39.647 +08:00 [DBG] Execution loop Worker:5727b936 has started in 19.8844 ms +2021-09-04 09:47:39.648 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:47:39.650 +08:00 [DBG] Execution loop Worker:3720eef9 has started in 22.8223 ms +2021-09-04 09:47:39.653 +08:00 [DBG] Execution loop Worker:01951c95 has started in 25.9809 ms +2021-09-04 09:47:39.658 +08:00 [DBG] Execution loop Worker:7e4b387e has started in 30.2564 ms +2021-09-04 09:47:39.661 +08:00 [DBG] Execution loop Worker:e7887702 has started in 33.8218 ms +2021-09-04 09:47:39.665 +08:00 [DBG] Execution loop Worker:31e81c6b has started in 38.0125 ms +2021-09-04 09:47:39.672 +08:00 [DBG] Execution loop Worker:561f7c44 has started in 44.4253 ms +2021-09-04 09:47:39.677 +08:00 [DBG] Execution loop Worker:b1f156d7 has started in 49.789 ms +2021-09-04 09:47:39.688 +08:00 [DBG] Execution loop Worker:fc7a7957 has started in 60.4653 ms +2021-09-04 09:47:39.694 +08:00 [DBG] removed records count=0 +2021-09-04 09:47:39.694 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:47:39.694 +08:00 [DBG] Execution loop Worker:2af40c47 has started in 67.3029 ms +2021-09-04 09:47:39.699 +08:00 [DBG] Execution loop Worker:0b7c5ef2 has started in 71.862 ms +2021-09-04 09:47:39.699 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:47:39.703 +08:00 [DBG] Execution loop Worker:0114b27e has started in 75.4124 ms +2021-09-04 09:47:39.707 +08:00 [DBG] Execution loop Worker:017bd4b6 has started in 79.4631 ms +2021-09-04 09:47:39.710 +08:00 [DBG] Execution loop Worker:028cf2a2 has started in 83.1894 ms +2021-09-04 09:47:39.720 +08:00 [INF] Server szqh003802a:22752:60e6186c all the dispatchers started +2021-09-04 09:47:39.720 +08:00 [DBG] removed records count=0 +2021-09-04 09:47:39.720 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:47:39.723 +08:00 [DBG] Execution loop DelayedJobScheduler:8a1568c6 has started in 16.2305 ms +2021-09-04 09:47:39.728 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:47:39.728 +08:00 [DBG] Execution loop RecurringJobScheduler:e41429cb has started in 16.1467 ms +2021-09-04 09:47:39.742 +08:00 [DBG] removed records count=0 +2021-09-04 09:47:39.742 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:47:39.743 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:47:39.751 +08:00 [DBG] removed records count=0 +2021-09-04 09:47:39.751 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:47:39.753 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:47:39.762 +08:00 [DBG] removed records count=0 +2021-09-04 09:47:40.117 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_905d60e664ee46ddb979de4d859cd03b +2021-09-04 09:47:40.151 +08:00 [INF] Connected to Redis. +2021-09-04 09:47:40.161 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:47:40.261 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:47:40.264 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:47:40.264 +08:00 [INF] Hosting environment: Development +2021-09-04 09:47:40.264 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:47:40.809 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:47:42.725 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:47:42.785 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:47:42.824 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:47:42.830 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 41.6499ms +2021-09-04 09:47:42.831 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:47:42.850 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2042.5610ms +2021-09-04 09:47:42.866 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:47:42.923 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 57.3188ms +2021-09-04 09:47:43.073 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:47:43.411 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 338.4489ms +2021-09-04 09:47:44.583 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:47:44.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:44.604 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 21.3194ms +2021-09-04 09:47:44.608 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:47:44.612 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:44.690 +08:00 [INF] Successfully validated the token. +2021-09-04 09:47:44.698 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 09:47:44.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:44.699 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.9555ms +2021-09-04 09:47:44.701 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 09:47:44.701 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:44.705 +08:00 [INF] Successfully validated the token. +2021-09-04 09:47:44.711 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:44.718 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:47:44.778 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:47:44.797 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9pjLqOIv6Y9qn8iOroBZeg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:47:44.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:44.807 +08:00 [INF] Successfully validated the token. +2021-09-04 09:47:44.810 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:44.815 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:47:44.921 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:47:44.928 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:47:44.936 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:47:44.939 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:47:44.945 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:44.947 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:47:44.964 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:47:45.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:45.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:45.474 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 866.2279ms +2021-09-04 09:47:45.949 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:47:45.963 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 998.5952ms +2021-09-04 09:47:45.964 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:47:45.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:46.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:46.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:46.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1325.8592ms +2021-09-04 09:47:47.083 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:47:47.083 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:47.083 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6196ms +2021-09-04 09:47:47.085 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:47:47.085 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:47:47.088 +08:00 [INF] Successfully validated the token. +2021-09-04 09:47:47.088 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:47.089 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:47:47.092 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:47:47.115 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:47.123 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:47:47.127 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:47:47.127 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:47:47.129 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:47:47.129 +08:00 [INF] Authorization was successful. +2021-09-04 09:47:47.547 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:47:47.549 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 457.0963ms +2021-09-04 09:47:47.549 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:47:47.552 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:47.580 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:47.580 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:47:47.581 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 495.7864ms +2021-09-04 09:48:09.298 +08:00 [DBG] Transport connection checking... +2021-09-04 09:48:09.298 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:48:09.658 +08:00 [DBG] Server szqh003802a:22752:60e6186c heartbeat successfully sent +2021-09-04 09:48:39.309 +08:00 [DBG] Transport connection checking... +2021-09-04 09:48:39.309 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:48:39.688 +08:00 [DBG] Server szqh003802a:22752:60e6186c heartbeat successfully sent +2021-09-04 09:49:56.078 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:50:00.655 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:50:00.757 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:50:01.271 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:50:01.301 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:50:01.393 +08:00 [INF] Starting the processing server. +2021-09-04 09:50:01.397 +08:00 [DBG] Transport connection checking... +2021-09-04 09:50:01.397 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:50:01.411 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-5rWAZ0-pwFNTw8eAkKyAqw +2021-09-04 09:50:01.418 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:50:01.436 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:50:01.439 +08:00 [INF] ### CAP started! +2021-09-04 09:50:01.448 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:50:01.448 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:50:01.448 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:50:01.448 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:50:01.448 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:50:01.448 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:50:01.449 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:50:01.449 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:50:01.532 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:50:01.534 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:50:01.580 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:50:01.591 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 09:50:01.591 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:50:01.591 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:50:01.591 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:50:01.611 +08:00 [DBG] Execution loop BackgroundServerProcess:ea3cd61e has started in 5.8886 ms +2021-09-04 09:50:01.705 +08:00 [INF] Server szqh003802a:15836:f071dfc9 successfully announced in 80.6934 ms +2021-09-04 09:50:01.709 +08:00 [INF] Server szqh003802a:15836:f071dfc9 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:50:01.709 +08:00 [DBG] Execution loop ServerHeartbeatProcess:482e998e has started in 3.3299 ms +2021-09-04 09:50:01.712 +08:00 [DBG] Execution loop ServerWatchdog:801a2610 has started in 3.1419 ms +2021-09-04 09:50:01.714 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:3fad759e has started in 3.9498 ms +2021-09-04 09:50:01.717 +08:00 [DBG] Execution loop ExpirationManager:b5c9c17e has started in 3.8732 ms +2021-09-04 09:50:01.718 +08:00 [DBG] Execution loop CountersAggregator:55e0d8f7 has started in 3.9858 ms +2021-09-04 09:50:01.720 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:50:01.720 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:50:01.722 +08:00 [DBG] Execution loop Worker:e7139211 has started in 5.028 ms +2021-09-04 09:50:01.723 +08:00 [DBG] Execution loop Worker:ab6e3e94 has started in 6.4532 ms +2021-09-04 09:50:01.726 +08:00 [DBG] Execution loop Worker:a27aacc5 has started in 8.8874 ms +2021-09-04 09:50:01.726 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 09:50:01.729 +08:00 [DBG] Execution loop Worker:454ab45c has started in 12.1322 ms +2021-09-04 09:50:01.731 +08:00 [DBG] Execution loop Worker:dd378cb2 has started in 14.1412 ms +2021-09-04 09:50:01.731 +08:00 [DBG] Execution loop Worker:47fb466c has started in 14.1621 ms +2021-09-04 09:50:01.733 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:50:01.734 +08:00 [DBG] Execution loop Worker:55cfefdc has started in 17.2009 ms +2021-09-04 09:50:01.735 +08:00 [DBG] Execution loop Worker:7f0859b1 has started in 18.522 ms +2021-09-04 09:50:01.739 +08:00 [DBG] Execution loop Worker:0ad009dc has started in 22.2215 ms +2021-09-04 09:50:01.742 +08:00 [DBG] Execution loop Worker:d6e9e358 has started in 25.8736 ms +2021-09-04 09:50:01.745 +08:00 [DBG] Execution loop Worker:64cf19a9 has started in 28.3285 ms +2021-09-04 09:50:01.749 +08:00 [DBG] Execution loop Worker:bb93c1ee has started in 32.5049 ms +2021-09-04 09:50:01.755 +08:00 [DBG] Execution loop Worker:d06937b4 has started in 38.8677 ms +2021-09-04 09:50:01.760 +08:00 [DBG] Execution loop Worker:80a89ab4 has started in 43.6054 ms +2021-09-04 09:50:01.766 +08:00 [DBG] Execution loop Worker:772795b6 has started in 49.641 ms +2021-09-04 09:50:01.772 +08:00 [DBG] Execution loop Worker:354b0547 has started in 55.4282 ms +2021-09-04 09:50:01.773 +08:00 [DBG] removed records count=0 +2021-09-04 09:50:01.773 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:50:01.777 +08:00 [DBG] Execution loop Worker:42e0ff24 has started in 60.043 ms +2021-09-04 09:50:01.779 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:50:01.779 +08:00 [DBG] Execution loop Worker:c0015524 has started in 62.6465 ms +2021-09-04 09:50:01.785 +08:00 [DBG] Execution loop Worker:0fbc1a74 has started in 68.3102 ms +2021-09-04 09:50:01.793 +08:00 [DBG] Execution loop Worker:23b9d61e has started in 76.8236 ms +2021-09-04 09:50:01.800 +08:00 [DBG] Execution loop DelayedJobScheduler:6ea2a6fd has started in 15.0498 ms +2021-09-04 09:50:01.800 +08:00 [INF] Server szqh003802a:15836:f071dfc9 all the dispatchers started +2021-09-04 09:50:01.804 +08:00 [DBG] removed records count=0 +2021-09-04 09:50:01.804 +08:00 [DBG] Execution loop RecurringJobScheduler:e7b33062 has started in 10.1174 ms +2021-09-04 09:50:01.804 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:50:01.807 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:50:01.817 +08:00 [DBG] removed records count=0 +2021-09-04 09:50:01.817 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:50:01.818 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:50:01.827 +08:00 [DBG] removed records count=0 +2021-09-04 09:50:01.827 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:50:01.828 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:50:01.837 +08:00 [DBG] removed records count=0 +2021-09-04 09:50:02.183 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_d762c2b055f8402383e784715194866e +2021-09-04 09:50:02.218 +08:00 [INF] Connected to Redis. +2021-09-04 09:50:02.228 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:50:02.330 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:50:02.333 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:50:02.333 +08:00 [INF] Hosting environment: Development +2021-09-04 09:50:02.333 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:50:02.548 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:50:04.513 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:50:04.571 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:50:04.614 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:50:04.621 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 46.7336ms +2021-09-04 09:50:04.621 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:50:04.642 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2095.1059ms +2021-09-04 09:50:04.656 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:50:04.712 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.3032ms +2021-09-04 09:50:04.875 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:50:05.216 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 340.5488ms +2021-09-04 09:50:08.633 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:50:08.640 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:08.646 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 13.2348ms +2021-09-04 09:50:08.648 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:50:08.649 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:08.716 +08:00 [INF] Successfully validated the token. +2021-09-04 09:50:08.737 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:08.743 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:50:08.755 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 09:50:08.756 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:08.756 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.1821ms +2021-09-04 09:50:08.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 09:50:08.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:08.763 +08:00 [INF] Successfully validated the token. +2021-09-04 09:50:08.765 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:50:08.824 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8pp_lytZWdzsDYOGIW8iTQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:50:08.825 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:08.835 +08:00 [INF] Successfully validated the token. +2021-09-04 09:50:08.840 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:08.845 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:50:08.980 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:50:08.988 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:50:08.997 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:50:09.000 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:50:09.003 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:09.005 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:50:09.022 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:50:09.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:09.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:09.485 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 837.0449ms +2021-09-04 09:50:09.992 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:50:10.007 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 985.5702ms +2021-09-04 09:50:10.008 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:50:10.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:10.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:10.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:10.075 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1316.7213ms +2021-09-04 09:50:11.167 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:50:11.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:11.167 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6488ms +2021-09-04 09:50:11.169 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:50:11.169 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:50:11.172 +08:00 [INF] Successfully validated the token. +2021-09-04 09:50:11.172 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:11.173 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:50:11.176 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:50:11.200 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:11.208 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:50:11.211 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:50:11.212 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:50:11.214 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:50:11.214 +08:00 [INF] Authorization was successful. +2021-09-04 09:50:11.618 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:50:11.620 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 444.1347ms +2021-09-04 09:50:11.620 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:50:11.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:11.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:11.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:50:11.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 481.9484ms +2021-09-04 09:50:31.407 +08:00 [DBG] Transport connection checking... +2021-09-04 09:50:31.407 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:50:31.727 +08:00 [DBG] Server szqh003802a:15836:f071dfc9 heartbeat successfully sent +2021-09-04 09:52:00.970 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:52:05.456 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:52:05.560 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:52:06.072 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:52:06.100 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:52:06.192 +08:00 [INF] Starting the processing server. +2021-09-04 09:52:06.196 +08:00 [DBG] Transport connection checking... +2021-09-04 09:52:06.196 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:52:06.210 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-yKe-7-XiYqdzj5GmewIOwQ +2021-09-04 09:52:06.216 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:52:06.233 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:52:06.236 +08:00 [INF] ### CAP started! +2021-09-04 09:52:06.245 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:52:06.245 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:52:06.245 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:52:06.245 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:52:06.245 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:52:06.245 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:52:06.246 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:52:06.246 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:52:06.328 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:52:06.331 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:52:06.377 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:52:06.388 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 09:52:06.388 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:52:06.388 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:52:06.388 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:52:06.408 +08:00 [DBG] Execution loop BackgroundServerProcess:5ff36b87 has started in 5.7289 ms +2021-09-04 09:52:06.518 +08:00 [INF] Server szqh003802a:16052:fd58d89f successfully announced in 97.8656 ms +2021-09-04 09:52:06.521 +08:00 [INF] Server szqh003802a:16052:fd58d89f is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:52:06.522 +08:00 [DBG] Execution loop ServerHeartbeatProcess:fc42be52 has started in 3.1909 ms +2021-09-04 09:52:06.525 +08:00 [DBG] Execution loop ServerWatchdog:03ea3dd2 has started in 3.7792 ms +2021-09-04 09:52:06.525 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:071eb674 has started in 2.7785 ms +2021-09-04 09:52:06.528 +08:00 [DBG] Execution loop ExpirationManager:7d68eaf9 has started in 4.2773 ms +2021-09-04 09:52:06.529 +08:00 [DBG] Execution loop CountersAggregator:82477f03 has started in 3.5274 ms +2021-09-04 09:52:06.531 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:52:06.531 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:52:06.532 +08:00 [DBG] Execution loop Worker:f36d64fa has started in 6.4604 ms +2021-09-04 09:52:06.534 +08:00 [DBG] Execution loop Worker:c57126e8 has started in 8.04 ms +2021-09-04 09:52:06.536 +08:00 [DBG] Execution loop Worker:9578a93b has started in 10.3572 ms +2021-09-04 09:52:06.539 +08:00 [DBG] Execution loop Worker:ba66d48f has started in 13.3961 ms +2021-09-04 09:52:06.540 +08:00 [DBG] Execution loop Worker:55f0fc85 has started in 14.6085 ms +2021-09-04 09:52:06.542 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:52:06.543 +08:00 [DBG] Execution loop Worker:280493d0 has started in 16.6327 ms +2021-09-04 09:52:06.546 +08:00 [DBG] Execution loop Worker:f66eaf87 has started in 20.347 ms +2021-09-04 09:52:06.549 +08:00 [DBG] Execution loop Worker:4c9557b3 has started in 22.7273 ms +2021-09-04 09:52:06.552 +08:00 [DBG] Execution loop Worker:f8b8447b has started in 25.7275 ms +2021-09-04 09:52:06.556 +08:00 [DBG] Execution loop Worker:b47f5886 has started in 29.7962 ms +2021-09-04 09:52:06.560 +08:00 [DBG] Execution loop Worker:dd304546 has started in 33.5497 ms +2021-09-04 09:52:06.563 +08:00 [DBG] Execution loop Worker:bcdd49eb has started in 36.8268 ms +2021-09-04 09:52:06.569 +08:00 [DBG] Execution loop Worker:1271a2bf has started in 43.3884 ms +2021-09-04 09:52:06.571 +08:00 [DBG] Execution loop Worker:e985a87e has started in 45.5773 ms +2021-09-04 09:52:06.578 +08:00 [DBG] Execution loop Worker:dc13edc5 has started in 51.8331 ms +2021-09-04 09:52:06.585 +08:00 [DBG] Execution loop Worker:de295ca9 has started in 59.0078 ms +2021-09-04 09:52:06.585 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:06.585 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:52:06.588 +08:00 [DBG] Execution loop Worker:4236e445 has started in 62.2395 ms +2021-09-04 09:52:06.589 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:52:06.592 +08:00 [DBG] Execution loop Worker:42c53798 has started in 65.6797 ms +2021-09-04 09:52:06.596 +08:00 [DBG] Execution loop Worker:934ba60d has started in 70.2335 ms +2021-09-04 09:52:06.600 +08:00 [DBG] Execution loop Worker:9a504022 has started in 73.9039 ms +2021-09-04 09:52:06.607 +08:00 [DBG] Execution loop DelayedJobScheduler:04200980 has started in 11.0699 ms +2021-09-04 09:52:06.609 +08:00 [INF] Server szqh003802a:16052:fd58d89f all the dispatchers started +2021-09-04 09:52:06.614 +08:00 [DBG] Execution loop RecurringJobScheduler:6370faf6 has started in 13.9965 ms +2021-09-04 09:52:06.616 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:06.616 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:52:06.619 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:52:06.634 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:06.634 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:52:06.635 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:52:06.644 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:06.644 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:52:06.645 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:52:06.653 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:06.995 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_78acde61d4624c538617582acafe2883 +2021-09-04 09:52:07.024 +08:00 [INF] Connected to Redis. +2021-09-04 09:52:07.042 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:52:07.141 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:52:07.144 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:52:07.144 +08:00 [INF] Hosting environment: Development +2021-09-04 09:52:07.144 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:52:07.485 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:52:09.260 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:52:09.324 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:52:09.357 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:52:09.364 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.6398ms +2021-09-04 09:52:09.364 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:52:09.383 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1900.4801ms +2021-09-04 09:52:09.398 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:52:09.454 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 56.4106ms +2021-09-04 09:52:09.619 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:52:09.978 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 359.5088ms +2021-09-04 09:52:41.408 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 09:52:45.927 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 09:52:46.031 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 09:52:46.548 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 09:52:46.577 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 09:52:46.669 +08:00 [INF] Starting the processing server. +2021-09-04 09:52:46.673 +08:00 [DBG] Transport connection checking... +2021-09-04 09:52:46.673 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:52:46.686 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-_ZRV7vu2TdUqntYBrSJQsQ +2021-09-04 09:52:46.693 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 09:52:46.711 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 09:52:46.714 +08:00 [INF] ### CAP started! +2021-09-04 09:52:46.723 +08:00 [INF] Loaded ABP modules: +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 09:52:46.723 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 09:52:46.723 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 09:52:46.724 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 09:52:46.724 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 09:52:46.811 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 09:52:46.814 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 09:52:46.863 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 09:52:46.875 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 09:52:46.875 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 09:52:46.875 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 09:52:46.875 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 09:52:46.896 +08:00 [DBG] Execution loop BackgroundServerProcess:f91c2825 has started in 6.3165 ms +2021-09-04 09:52:46.988 +08:00 [INF] Server szqh003802a:25784:32134d29 successfully announced in 78.5391 ms +2021-09-04 09:52:46.991 +08:00 [INF] Server szqh003802a:25784:32134d29 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 09:52:46.992 +08:00 [DBG] Execution loop ServerHeartbeatProcess:fc5f4d42 has started in 3.8128 ms +2021-09-04 09:52:46.995 +08:00 [DBG] Execution loop ServerWatchdog:a7c1123f has started in 3.3959 ms +2021-09-04 09:52:46.997 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:38aa964e has started in 4.2584 ms +2021-09-04 09:52:46.999 +08:00 [DBG] Execution loop ExpirationManager:a8a54f8c has started in 3.845 ms +2021-09-04 09:52:47.002 +08:00 [DBG] Execution loop CountersAggregator:0ae34187 has started in 4.3849 ms +2021-09-04 09:52:47.004 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 09:52:47.004 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 09:52:47.005 +08:00 [DBG] Execution loop Worker:c197b6bc has started in 5.7541 ms +2021-09-04 09:52:47.007 +08:00 [DBG] Execution loop Worker:a730d9d2 has started in 7.123 ms +2021-09-04 09:52:47.009 +08:00 [DBG] Execution loop Worker:a0b3f3ef has started in 9.7327 ms +2021-09-04 09:52:47.012 +08:00 [DBG] Execution loop Worker:f51c2cbb has started in 12.5599 ms +2021-09-04 09:52:47.015 +08:00 [DBG] Execution loop Worker:a8de094c has started in 15.8274 ms +2021-09-04 09:52:47.016 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 09:52:47.017 +08:00 [DBG] Execution loop Worker:ddb328f9 has started in 17.2832 ms +2021-09-04 09:52:47.020 +08:00 [DBG] Execution loop Worker:d6405a63 has started in 20.6388 ms +2021-09-04 09:52:47.022 +08:00 [DBG] Execution loop Worker:8d7e0bd1 has started in 22.3025 ms +2021-09-04 09:52:47.025 +08:00 [DBG] Execution loop Worker:e4992713 has started in 25.5524 ms +2021-09-04 09:52:47.028 +08:00 [DBG] Execution loop Worker:198d8c70 has started in 28.9263 ms +2021-09-04 09:52:47.032 +08:00 [DBG] Execution loop Worker:d637b2da has started in 32.5662 ms +2021-09-04 09:52:47.037 +08:00 [DBG] Execution loop Worker:f22ae1a8 has started in 37.1487 ms +2021-09-04 09:52:47.041 +08:00 [DBG] Execution loop Worker:91d1696d has started in 41.4848 ms +2021-09-04 09:52:47.053 +08:00 [DBG] Execution loop Worker:e0d8d5f5 has started in 53.2673 ms +2021-09-04 09:52:47.056 +08:00 [DBG] Execution loop Worker:9aa8073d has started in 56.9755 ms +2021-09-04 09:52:47.064 +08:00 [DBG] Execution loop Worker:e8ed359e has started in 65.0793 ms +2021-09-04 09:52:47.069 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:47.069 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 09:52:47.069 +08:00 [DBG] Execution loop Worker:aac948bd has started in 69.5264 ms +2021-09-04 09:52:47.078 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 09:52:47.078 +08:00 [DBG] Execution loop Worker:329eceb1 has started in 78.3585 ms +2021-09-04 09:52:47.082 +08:00 [DBG] Execution loop Worker:9f225f95 has started in 82.4775 ms +2021-09-04 09:52:47.092 +08:00 [DBG] Execution loop DelayedJobScheduler:7aee2ca4 has started in 9.9294 ms +2021-09-04 09:52:47.094 +08:00 [DBG] Execution loop Worker:967e05f1 has started in 94.8424 ms +2021-09-04 09:52:47.095 +08:00 [INF] Server szqh003802a:25784:32134d29 all the dispatchers started +2021-09-04 09:52:47.100 +08:00 [DBG] Execution loop RecurringJobScheduler:5c9ebc0a has started in 17.8087 ms +2021-09-04 09:52:47.103 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:47.103 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 09:52:47.106 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 09:52:47.118 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:47.118 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 09:52:47.119 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 09:52:47.128 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:47.128 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 09:52:47.129 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 09:52:47.139 +08:00 [DBG] removed records count=0 +2021-09-04 09:52:47.468 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_64593de8b554451ba633c7db6b3797ee +2021-09-04 09:52:47.499 +08:00 [INF] Connected to Redis. +2021-09-04 09:52:47.514 +08:00 [INF] Initialized all ABP modules. +2021-09-04 09:52:47.612 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 09:52:47.614 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 09:52:47.614 +08:00 [INF] Hosting environment: Development +2021-09-04 09:52:47.614 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 09:52:47.861 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 09:52:49.752 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:52:49.816 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 09:52:49.851 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 09:52:49.857 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 37.837ms +2021-09-04 09:52:49.857 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 09:52:49.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2016.4014ms +2021-09-04 09:52:49.892 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 09:52:49.946 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 54.5606ms +2021-09-04 09:52:50.098 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 09:52:50.436 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 337.3550ms +2021-09-04 09:52:57.919 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:52:57.924 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:52:57.929 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.6987ms +2021-09-04 09:52:57.931 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:52:57.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:52:57.992 +08:00 [INF] Successfully validated the token. +2021-09-04 09:52:58.013 +08:00 [INF] Authorization was successful. +2021-09-04 09:52:58.019 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:52:58.035 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:52:58.058 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 09:52:58.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:52:58.059 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.9682ms +2021-09-04 09:52:58.061 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 09:52:58.061 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:52:58.064 +08:00 [INF] Successfully validated the token. +2021-09-04 09:52:58.086 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2VCpM6rEM6zKbil2k0iKJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:52:58.087 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:52:58.090 +08:00 [INF] Successfully validated the token. +2021-09-04 09:52:58.091 +08:00 [INF] Authorization was successful. +2021-09-04 09:52:58.095 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:52:58.269 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:52:58.275 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 09:52:58.281 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:52:58.284 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 09:52:58.287 +08:00 [INF] Authorization was successful. +2021-09-04 09:52:58.289 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:52:58.304 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:52:58.674 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:52:58.674 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:52:58.680 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 749.0023ms +2021-09-04 09:52:59.222 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 09:52:59.237 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 932.3134ms +2021-09-04 09:52:59.237 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:52:59.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:52:59.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:52:59.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:52:59.312 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1251.3120ms +2021-09-04 09:53:00.477 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:53:00.477 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:00.477 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6366ms +2021-09-04 09:53:00.479 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:53:00.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:00.482 +08:00 [INF] Successfully validated the token. +2021-09-04 09:53:00.482 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:00.483 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:00.486 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:53:00.508 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:00.516 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:00.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:00.519 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:00.521 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:00.521 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:00.911 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:53:00.913 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 427.2503ms +2021-09-04 09:53:00.913 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:00.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:00.954 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:00.954 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:00.955 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 475.9997ms +2021-09-04 09:53:16.676 +08:00 [DBG] Transport connection checking... +2021-09-04 09:53:16.676 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:53:17.008 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:53:41.748 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 09:53:41.748 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:41.748 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.5312ms +2021-09-04 09:53:41.750 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 850 +2021-09-04 09:53:41.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:41.753 +08:00 [INF] Successfully validated the token. +2021-09-04 09:53:41.753 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.757 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.757 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.759 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.759 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:41.760 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:41.762 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:53:41.786 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:41.789 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.792 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.792 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.796 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:41.796 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:41.874 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 112.1366ms +2021-09-04 09:53:41.875 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:41.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:41.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:41.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:41.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:41.945 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 850 - 204 - - 195.4578ms +2021-09-04 09:53:44.253 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:53:44.253 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:44.254 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.9100ms +2021-09-04 09:53:44.255 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:53:44.255 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:53:44.257 +08:00 [INF] Successfully validated the token. +2021-09-04 09:53:44.258 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:44.259 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:44.259 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:53:44.271 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:44.273 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:44.280 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:44.281 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:44.286 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:53:44.286 +08:00 [INF] Authorization was successful. +2021-09-04 09:53:44.372 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:53:44.373 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 113.5559ms +2021-09-04 09:53:44.373 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:53:44.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:44.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:44.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:53:44.403 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 147.6804ms +2021-09-04 09:53:46.680 +08:00 [DBG] Transport connection checking... +2021-09-04 09:53:46.680 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:53:47.133 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:54:16.694 +08:00 [DBG] Transport connection checking... +2021-09-04 09:54:16.694 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:54:17.156 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:54:46.703 +08:00 [DBG] Transport connection checking... +2021-09-04 09:54:46.703 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:54:47.177 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:55:16.708 +08:00 [DBG] Transport connection checking... +2021-09-04 09:55:16.708 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:55:17.197 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:55:46.707 +08:00 [DBG] Transport connection checking... +2021-09-04 09:55:46.707 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:55:47.221 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:55:48.692 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 09:55:48.693 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:55:48.693 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.5135ms +2021-09-04 09:55:48.694 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 +2021-09-04 09:55:48.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:55:48.697 +08:00 [INF] Successfully validated the token. +2021-09-04 09:55:48.697 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:55:48.701 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:55:48.701 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:55:48.704 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:55:48.704 +08:00 [INF] Authorization was successful. +2021-09-04 09:55:48.705 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:55:48.705 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:56:40.248 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:40.249 +08:00 [DBG] Transport connection checking... +2021-09-04 09:56:40.249 +08:00 [DBG] Transport connection healthy! +2021-09-04 09:56:40.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:40.271 +08:00 [DBG] Server szqh003802a:25784:32134d29 heartbeat successfully sent +2021-09-04 09:56:40.280 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 09:56:40.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:40.281 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9133ms +2021-09-04 09:56:40.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 09:56:40.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:40.287 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:40.287 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:40.294 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:40.294 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:40.295 +08:00 [INF] Successfully validated the token. +2021-09-04 09:56:40.299 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:40.305 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:56:40.306 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 09:56:40.315 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cmghr5P_jb8mYPvafeqaJA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 09:56:40.315 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:40.322 +08:00 [INF] Successfully validated the token. +2021-09-04 09:56:40.323 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:40.327 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 09:56:40.447 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 09:56:40.448 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2VCpM6rEM6zKbil2k0iKJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - - 101 - - 222370.4598ms +2021-09-04 09:56:40.490 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.490 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.490 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 206.8089ms +2021-09-04 09:56:40.493 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 51788.9748ms +2021-09-04 09:56:40.493 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:56:40.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.536 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.536 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:40.537 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 - 204 - - 51843.4473ms +2021-09-04 09:56:42.365 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 09:56:42.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:42.366 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5198ms +2021-09-04 09:56:42.368 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 09:56:42.368 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:42.370 +08:00 [INF] Successfully validated the token. +2021-09-04 09:56:42.371 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:42.372 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:56:42.372 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 09:56:42.385 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:42.387 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:42.397 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:42.398 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:42.402 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:42.402 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:42.487 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 09:56:42.487 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 115.2557ms +2021-09-04 09:56:42.487 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:56:42.490 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:42.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:42.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 09:56:42.519 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 151.1543ms +2021-09-04 09:56:44.479 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 09:56:44.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:44.479 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4685ms +2021-09-04 09:56:44.481 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 848 +2021-09-04 09:56:44.481 +08:00 [INF] CORS policy execution successful. +2021-09-04 09:56:44.483 +08:00 [INF] Successfully validated the token. +2021-09-04 09:56:44.484 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:44.488 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:44.488 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:44.491 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 09:56:44.491 +08:00 [INF] Authorization was successful. +2021-09-04 09:56:44.492 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 09:56:44.492 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:05:55.056 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 10:05:59.946 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 10:06:00.052 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 10:06:00.585 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 10:06:00.626 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 10:06:00.719 +08:00 [INF] Starting the processing server. +2021-09-04 10:06:00.723 +08:00 [DBG] Transport connection checking... +2021-09-04 10:06:00.723 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:06:00.737 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-oWq9BLU4O66wXnJD_MO88w +2021-09-04 10:06:00.744 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:06:00.762 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:06:00.765 +08:00 [INF] ### CAP started! +2021-09-04 10:06:00.775 +08:00 [INF] Loaded ABP modules: +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 10:06:00.775 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 10:06:00.775 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 10:06:00.776 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 10:06:00.776 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 10:06:00.858 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 10:06:00.861 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 10:06:00.908 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 10:06:00.920 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 10:06:00.920 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 10:06:00.920 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 10:06:00.920 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 10:06:00.941 +08:00 [DBG] Execution loop BackgroundServerProcess:c1f0c912 has started in 5.7274 ms +2021-09-04 10:06:01.076 +08:00 [INF] Server szqh003802a:24252:f3d6d015 successfully announced in 115.9568 ms +2021-09-04 10:06:01.079 +08:00 [INF] Server szqh003802a:24252:f3d6d015 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 10:06:01.081 +08:00 [DBG] Execution loop ServerHeartbeatProcess:70d0142b has started in 4.8638 ms +2021-09-04 10:06:01.090 +08:00 [DBG] Execution loop ServerWatchdog:ee1bd3cf has started in 10.8785 ms +2021-09-04 10:06:01.092 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:29e2ab0a has started in 4.0701 ms +2021-09-04 10:06:01.095 +08:00 [DBG] Execution loop ExpirationManager:a44c34bd has started in 3.7311 ms +2021-09-04 10:06:01.096 +08:00 [DBG] Execution loop CountersAggregator:87d01c52 has started in 3.313 ms +2021-09-04 10:06:01.097 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:06:01.097 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 10:06:01.100 +08:00 [DBG] Execution loop Worker:92f241ca has started in 5.1667 ms +2021-09-04 10:06:01.100 +08:00 [DBG] Execution loop Worker:d806f14e has started in 5.1712 ms +2021-09-04 10:06:01.101 +08:00 [DBG] Execution loop Worker:4b74ee8e has started in 6.5007 ms +2021-09-04 10:06:01.103 +08:00 [DBG] Execution loop Worker:b0ff29cb has started in 9.141 ms +2021-09-04 10:06:01.105 +08:00 [INF] 4 servers were removed due to timeout +2021-09-04 10:06:01.106 +08:00 [DBG] Execution loop Worker:6664f851 has started in 11.4434 ms +2021-09-04 10:06:01.108 +08:00 [DBG] Execution loop Worker:e9226c1f has started in 13.8773 ms +2021-09-04 10:06:01.110 +08:00 [DBG] Execution loop Worker:3a75a173 has started in 16.0934 ms +2021-09-04 10:06:01.111 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 10:06:01.114 +08:00 [DBG] Execution loop Worker:0e9e211e has started in 19.5495 ms +2021-09-04 10:06:01.117 +08:00 [DBG] Execution loop Worker:d270b9e1 has started in 22.9942 ms +2021-09-04 10:06:01.121 +08:00 [DBG] Execution loop Worker:f02850fe has started in 26.4821 ms +2021-09-04 10:06:01.125 +08:00 [DBG] Execution loop Worker:28d40b4b has started in 30.3248 ms +2021-09-04 10:06:01.128 +08:00 [DBG] Execution loop Worker:0be98629 has started in 33.4013 ms +2021-09-04 10:06:01.132 +08:00 [DBG] Execution loop Worker:16798b64 has started in 37.1264 ms +2021-09-04 10:06:01.140 +08:00 [DBG] Execution loop Worker:f3b3cb90 has started in 45.2458 ms +2021-09-04 10:06:01.146 +08:00 [DBG] Execution loop Worker:e5672dfb has started in 51.587 ms +2021-09-04 10:06:01.149 +08:00 [DBG] Execution loop Worker:43fcd578 has started in 55.1424 ms +2021-09-04 10:06:01.154 +08:00 [DBG] Execution loop Worker:2d3794fc has started in 60.0383 ms +2021-09-04 10:06:01.156 +08:00 [DBG] removed records count=0 +2021-09-04 10:06:01.156 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 10:06:01.162 +08:00 [DBG] Execution loop Worker:0339e4bb has started in 67.5946 ms +2021-09-04 10:06:01.167 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 10:06:01.168 +08:00 [DBG] Execution loop Worker:b893b902 has started in 73.3594 ms +2021-09-04 10:06:01.173 +08:00 [DBG] Execution loop Worker:629bfbf7 has started in 78.3594 ms +2021-09-04 10:06:01.173 +08:00 [INF] Server szqh003802a:24252:f3d6d015 all the dispatchers started +2021-09-04 10:06:01.178 +08:00 [DBG] Execution loop DelayedJobScheduler:65027115 has started in 9.0326 ms +2021-09-04 10:06:01.178 +08:00 [DBG] Execution loop RecurringJobScheduler:108e5a25 has started in 4.8154 ms +2021-09-04 10:06:01.184 +08:00 [DBG] removed records count=0 +2021-09-04 10:06:01.184 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 10:06:01.188 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 10:06:01.198 +08:00 [DBG] removed records count=0 +2021-09-04 10:06:01.198 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 10:06:01.199 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 10:06:01.211 +08:00 [DBG] removed records count=0 +2021-09-04 10:06:01.211 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 10:06:01.213 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 10:06:01.220 +08:00 [DBG] removed records count=0 +2021-09-04 10:06:01.502 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_811ce1c0aca64fe9b8d22404b1424889 +2021-09-04 10:06:01.536 +08:00 [INF] Connected to Redis. +2021-09-04 10:06:01.546 +08:00 [INF] Initialized all ABP modules. +2021-09-04 10:06:01.645 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 10:06:01.648 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 10:06:01.649 +08:00 [INF] Hosting environment: Development +2021-09-04 10:06:01.649 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 10:06:01.959 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 10:06:03.808 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:06:03.871 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 10:06:03.904 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 10:06:03.911 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 36.1617ms +2021-09-04 10:06:03.911 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:06:03.930 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1972.3534ms +2021-09-04 10:06:03.944 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 10:06:04.001 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 57.0251ms +2021-09-04 10:06:04.153 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 10:06:04.491 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 337.8278ms +2021-09-04 10:06:06.033 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:06:06.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:06:06.043 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 10.1835ms +2021-09-04 10:06:06.045 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:06:06.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:06:06.097 +08:00 [INF] Successfully validated the token. +2021-09-04 10:06:06.114 +08:00 [INF] Authorization was successful. +2021-09-04 10:06:06.116 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:06:06.130 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:06:06.700 +08:00 [INF] Authorization was successful. +2021-09-04 10:06:06.725 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:06:06.730 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:06:06.736 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:06:06.739 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:06:06.745 +08:00 [INF] Authorization was successful. +2021-09-04 10:06:07.328 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:06:07.339 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 1209.0504ms +2021-09-04 10:06:07.339 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:06:07.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:06:07.666 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:06:07.666 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:06:07.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 1624.9003ms +2021-09-04 10:06:30.723 +08:00 [DBG] Transport connection checking... +2021-09-04 10:06:30.723 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:06:31.117 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:07:00.730 +08:00 [DBG] Transport connection checking... +2021-09-04 10:07:00.730 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:07:01.125 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:07:30.742 +08:00 [DBG] Transport connection checking... +2021-09-04 10:07:30.742 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:07:31.139 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:08:00.744 +08:00 [DBG] Transport connection checking... +2021-09-04 10:08:00.744 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:08:01.154 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:08:30.745 +08:00 [DBG] Transport connection checking... +2021-09-04 10:08:30.745 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:08:31.161 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:08:33.344 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 10:08:33.345 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:33.345 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4890ms +2021-09-04 10:08:33.348 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 +2021-09-04 10:08:33.348 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:33.350 +08:00 [INF] Successfully validated the token. +2021-09-04 10:08:33.351 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:33.355 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:33.355 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:33.360 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:33.360 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:33.362 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:33.364 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:08:37.337 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:37.341 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:37.347 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:37.348 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:37.350 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:37.351 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:37.418 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 4053.6125ms +2021-09-04 10:08:37.418 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:37.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:37.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:37.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:37.449 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 - 204 - - 4101.2254ms +2021-09-04 10:08:41.950 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:08:41.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:41.951 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.8443ms +2021-09-04 10:08:41.953 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:08:41.953 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:41.955 +08:00 [INF] Successfully validated the token. +2021-09-04 10:08:41.956 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:41.957 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:41.957 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:08:41.970 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:41.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:41.979 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:41.980 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:41.985 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:41.985 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:42.067 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:08:42.067 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 109.2578ms +2021-09-04 10:08:42.067 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:42.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:42.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:42.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:42.097 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 144.1696ms +2021-09-04 10:08:49.014 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:08:49.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:49.015 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.8885ms +2021-09-04 10:08:49.016 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 10:08:49.016 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:08:49.018 +08:00 [INF] Successfully validated the token. +2021-09-04 10:08:49.019 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:49.020 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:49.020 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:08:49.031 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:49.033 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:49.042 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:49.044 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:49.047 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:08:49.047 +08:00 [INF] Authorization was successful. +2021-09-04 10:08:49.138 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:08:49.139 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 118.5178ms +2021-09-04 10:08:49.139 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:08:49.142 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:49.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:49.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:08:49.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 154.4777ms +2021-09-04 10:09:00.757 +08:00 [DBG] Transport connection checking... +2021-09-04 10:09:00.757 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:09:01.171 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:09:13.537 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:09:13.538 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:13.538 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 1.0122ms +2021-09-04 10:09:13.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 10:09:13.540 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:13.542 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:13.543 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:13.543 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:13.544 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:13.555 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:13.557 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:13.565 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:13.566 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:13.570 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:13.570 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:13.659 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:09:13.660 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 115.9291ms +2021-09-04 10:09:13.660 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:13.663 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:13.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:13.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:13.692 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 152.5742ms +2021-09-04 10:09:17.617 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:09:17.618 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:17.618 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6659ms +2021-09-04 10:09:17.620 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:09:17.620 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:17.622 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:17.623 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:17.627 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:17.627 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:17.630 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:17.630 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:17.631 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:17.633 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:18.015 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:09:18.023 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 389.2676ms +2021-09-04 10:09:18.023 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:18.031 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:18.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:18.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:18.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 436.4013ms +2021-09-04 10:09:19.170 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:09:19.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:19.170 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4609ms +2021-09-04 10:09:19.171 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 10:09:19.172 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:19.174 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:19.174 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:19.175 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:19.175 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:19.187 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:19.189 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:19.196 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:19.196 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:19.202 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:19.202 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:19.289 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:09:19.289 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 113.7242ms +2021-09-04 10:09:19.289 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:19.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:19.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:19.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:19.337 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 165.4898ms +2021-09-04 10:09:30.764 +08:00 [DBG] Transport connection checking... +2021-09-04 10:09:30.764 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:09:31.192 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:09:33.927 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 10:09:33.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:33.928 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4850ms +2021-09-04 10:09:33.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 841 +2021-09-04 10:09:33.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:33.932 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:33.933 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:33.937 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:33.937 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:33.939 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:33.939 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:33.940 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:33.940 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:39.813 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:39.816 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:39.827 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:39.829 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:39.833 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:09:39.833 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:39.907 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 5967.0691ms +2021-09-04 10:09:39.907 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:39.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:39.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:39.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:39.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:39.987 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 841 - 204 - - 6057.0002ms +2021-09-04 10:09:41.515 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:09:41.516 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:41.517 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 1.6645ms +2021-09-04 10:09:41.518 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:09:41.520 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:41.523 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:41.525 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:42.221 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:42.222 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:09:42.254 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:09:42.256 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 730.6288ms +2021-09-04 10:09:42.256 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:42.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:42.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:42.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:42.297 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 779.0564ms +2021-09-04 10:09:42.300 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:42.300 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:42.301 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5919ms +2021-09-04 10:09:42.302 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:42.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:42.305 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:42.306 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:42.309 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:09:42.351 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:42.356 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:09:42.367 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:42.402 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:42.406 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 10:09:42.423 +08:00 [DBG] Setting the cache items. Count: 19 +2021-09-04 10:09:42.468 +08:00 [DBG] Finished setting the cache items. Count: 19 +2021-09-04 10:09:42.478 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:42.502 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:42.502 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 10:09:42.509 +08:00 [DBG] Setting the cache items. Count: 20 +2021-09-04 10:09:42.535 +08:00 [DBG] Finished setting the cache items. Count: 20 +2021-09-04 10:09:43.150 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:09:43.151 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:09:43.174 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 865.8812ms +2021-09-04 10:09:43.175 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:43.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:43.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:43.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:43.251 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 949.3316ms +2021-09-04 10:09:43.453 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:09:43.455 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:43.455 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9448ms +2021-09-04 10:09:43.457 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:09:43.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:43.459 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:43.460 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:43.463 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:43.477 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:43.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:43.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:43.511 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 54.6070ms +2021-09-04 10:09:43.515 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kvCY2xJW9RO43uVck1gmRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzODIsImV4cCI6MTYzMDgwNzc4MiwiaWF0IjoxNjMwNzIxMzgyfQ.fLgrB6z1DxwO2zEN_UHG4aTBpqgwHILImCIIM8n2i7U - - +2021-09-04 10:09:43.516 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:43.518 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:43.518 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:43.519 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:09:47.018 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 10:09:47.019 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:47.019 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6332ms +2021-09-04 10:09:47.021 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 10:09:47.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:47.023 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:47.024 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 10:09:47.028 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 10:09:47.028 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 10:09:47.031 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 10:09:47.031 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:47.032 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:47.034 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:47.177 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:09:47.190 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 155.3853ms +2021-09-04 10:09:47.190 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:47.193 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:47.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:47.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:47.219 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 198.4388ms +2021-09-04 10:09:48.121 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:09:48.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:48.122 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5188ms +2021-09-04 10:09:48.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:09:48.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:48.125 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:48.126 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:48.130 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:48.130 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:48.132 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:48.134 +08:00 [INF] Authorization failed. These requirements were not met: +PermissionRequirement: AbpIdentity.Roles +2021-09-04 10:09:48.137 +08:00 [INF] AuthenticationScheme: Bearer was forbidden. +2021-09-04 10:09:48.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 403 0 - 14.7295ms +2021-09-04 10:09:49.742 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:09:49.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:49.743 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.6077ms +2021-09-04 10:09:49.744 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:09:49.745 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:49.749 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:49.749 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:49.804 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:49.804 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:09:49.819 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:09:49.819 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 70.7409ms +2021-09-04 10:09:49.820 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:49.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:49.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:49.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:49.860 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 115.3358ms +2021-09-04 10:09:49.864 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:49.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:49.864 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4297ms +2021-09-04 10:09:49.866 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:49.866 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:49.868 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:49.869 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:49.870 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:09:49.872 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:49.874 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:09:49.874 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:49.930 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:49.930 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:49.977 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:50.123 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:09:50.124 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:09:50.126 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 256.6924ms +2021-09-04 10:09:50.126 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:50.127 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 260.8400ms +2021-09-04 10:09:50.200 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:09:50.200 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:50.200 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4532ms +2021-09-04 10:09:50.202 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:09:50.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:50.204 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:50.204 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:50.205 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:50.205 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:50.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:50.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:50.226 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5127ms +2021-09-04 10:09:50.253 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5SOvQoO5LM0DAVYiboU2aA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzODksImV4cCI6MTYzMDgwNzc4OSwiaWF0IjoxNjMwNzIxMzg5fQ.yNTsFvrJ4e3w9Hx5IxpWiN8z_66Ae74Uy6ghG0Ih9LA - - +2021-09-04 10:09:50.253 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:50.255 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:50.256 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:50.257 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:09:54.122 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:09:54.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:54.122 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5062ms +2021-09-04 10:09:54.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:09:54.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:54.126 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:54.126 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:54.130 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:09:54.130 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:54.133 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:09:54.133 +08:00 [INF] Authorization failed. These requirements were not met: +PermissionRequirement: AbpIdentity.Roles +2021-09-04 10:09:54.133 +08:00 [INF] AuthenticationScheme: Bearer was forbidden. +2021-09-04 10:09:54.134 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 403 0 - 10.0451ms +2021-09-04 10:09:56.390 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:09:56.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.391 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.4434ms +2021-09-04 10:09:56.392 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:09:56.393 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.397 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:56.397 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:09:56.453 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:56.453 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:09:56.468 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:09:56.469 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 71.3166ms +2021-09-04 10:09:56.469 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:09:56.471 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:56.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:56.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:56.507 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 114.7220ms +2021-09-04 10:09:56.512 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:56.512 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.512 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5221ms +2021-09-04 10:09:56.514 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:09:56.514 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.516 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:56.518 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:56.518 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:09:56.519 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:09:56.521 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:09:56.522 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:56.572 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:56.573 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:56.617 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:09:56.756 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:09:56.756 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:09:56.758 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 240.5731ms +2021-09-04 10:09:56.758 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:09:56.759 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 245.0215ms +2021-09-04 10:09:56.814 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:09:56.815 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.815 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4871ms +2021-09-04 10:09:56.816 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:09:56.817 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.819 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:56.819 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:56.820 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:56.820 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:09:56.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:56.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:09:56.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.9918ms +2021-09-04 10:09:56.865 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=z4Cig9XtNXMAXUmROn0-2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzOTYsImV4cCI6MTYzMDgwNzc5NiwiaWF0IjoxNjMwNzIxMzk2fQ.wX6OwEfIWgwTV-6-Q-6lgQSRbLwCrKlyZf9oXxJ0dEQ - - +2021-09-04 10:09:56.866 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:09:56.868 +08:00 [INF] Successfully validated the token. +2021-09-04 10:09:56.868 +08:00 [INF] Authorization was successful. +2021-09-04 10:09:56.869 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:10:00.783 +08:00 [DBG] Transport connection checking... +2021-09-04 10:10:00.784 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:10:01.453 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:10:19.007 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:10:19.007 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:19.007 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5418ms +2021-09-04 10:10:19.009 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:10:19.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:19.011 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:19.012 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:10:19.016 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:10:19.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:10:19.018 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:10:19.018 +08:00 [INF] Authorization failed. These requirements were not met: +PermissionRequirement: AbpIdentity.Roles +2021-09-04 10:10:19.019 +08:00 [INF] AuthenticationScheme: Bearer was forbidden. +2021-09-04 10:10:19.019 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 403 0 - 9.9861ms +2021-09-04 10:10:30.800 +08:00 [DBG] Transport connection checking... +2021-09-04 10:10:30.800 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:10:31.498 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:10:38.488 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:10:38.489 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.489 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.9658ms +2021-09-04 10:10:38.491 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:10:38.491 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.494 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:38.494 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:10:38.548 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:10:38.548 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:10:38.562 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:10:38.563 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 68.3402ms +2021-09-04 10:10:38.563 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:38.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:38.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:38.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:38.603 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 112.5646ms +2021-09-04 10:10:38.608 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:10:38.608 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.608 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4394ms +2021-09-04 10:10:38.609 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:10:38.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.612 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:38.613 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:10:38.614 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:10:38.615 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:10:38.617 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:10:38.618 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:10:38.671 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:10:38.671 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:10:38.718 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:10:38.856 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:10:38.857 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:10:38.859 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 245.5602ms +2021-09-04 10:10:38.859 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:10:38.859 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 249.9637ms +2021-09-04 10:10:38.949 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:10:38.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.949 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4801ms +2021-09-04 10:10:38.951 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:10:38.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:38.953 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:38.954 +08:00 [INF] Authorization was successful. +2021-09-04 10:10:38.955 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:10:38.955 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:10:38.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:38.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:38.985 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.4244ms +2021-09-04 10:10:39.004 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=klkmPp2-hiPlV90a2CNC5A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - +2021-09-04 10:10:39.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:39.006 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:39.007 +08:00 [INF] Authorization was successful. +2021-09-04 10:10:39.008 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:10:41.964 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 10:10:41.965 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:41.965 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5258ms +2021-09-04 10:10:41.966 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 10:10:41.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:41.969 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:41.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 10:10:41.973 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 10:10:41.973 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 10:10:41.976 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 10:10:41.976 +08:00 [INF] Authorization was successful. +2021-09-04 10:10:41.977 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:41.977 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 10:10:42.009 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:10:42.012 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.2184ms +2021-09-04 10:10:42.012 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:42.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:42.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:42.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:42.039 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.9145ms +2021-09-04 10:10:43.528 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 10:10:43.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:43.528 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5128ms +2021-09-04 10:10:43.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 10:10:43.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:43.532 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:43.533 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:43.535 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:10:43.628 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:10:43.633 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 97.0061ms +2021-09-04 10:10:43.633 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:43.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:43.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:43.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:43.660 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 130.3909ms +2021-09-04 10:10:44.767 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - +2021-09-04 10:10:44.772 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:44.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MTkzODUsImV4cCI6MTYzMDgwNTc4NSwiaWF0IjoxNjMwNzE5Mzg1fQ.FAbCWihUuaJdIgNfxwJhDguvGc_zV9trY6aBXAob9FQ - - - 200 - text/html 108.0154ms +2021-09-04 10:10:46.473 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 10:10:46.474 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:10:46.476 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:46.477 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:46.477 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:10:46.509 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:10:46.510 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.3322ms +2021-09-04 10:10:46.510 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:10:46.513 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:46.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:46.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:46.549 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 75.8611ms +2021-09-04 10:10:46.958 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:46.960 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:46.960 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:46.962 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:47.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:47.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:47.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 56.2880ms +2021-09-04 10:10:49.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:49.026 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:49.026 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:49.028 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:49.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:49.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:49.062 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0703ms +2021-09-04 10:10:51.069 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:51.069 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:51.069 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:51.071 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:51.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:51.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:51.105 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.1614ms +2021-09-04 10:10:53.112 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:53.113 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:53.113 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:53.115 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:53.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:53.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:53.150 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3141ms +2021-09-04 10:10:55.160 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:55.161 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:55.161 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:55.163 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:55.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:55.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:55.208 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0687ms +2021-09-04 10:10:57.217 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:57.218 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:57.218 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:57.221 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:57.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:57.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:57.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.3680ms +2021-09-04 10:10:59.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:10:59.845 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:10:59.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:10:59.848 +08:00 [INF] Successfully validated the token. +2021-09-04 10:10:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:10:59.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0302ms +2021-09-04 10:11:00.774 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:11:00.777 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:11:00.804 +08:00 [DBG] Transport connection checking... +2021-09-04 10:11:00.804 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:11:01.133 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:11:01.528 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:11:02.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:02.841 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:02.841 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:02.843 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:02.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:02.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:02.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6930ms +2021-09-04 10:11:05.846 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:05.846 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:05.846 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:05.850 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:05.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:05.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:05.889 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.9200ms +2021-09-04 10:11:08.835 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:08.835 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:08.835 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:08.838 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:08.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:08.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:08.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5254ms +2021-09-04 10:11:11.843 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:11.844 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:11.844 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:11.846 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:11.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:11.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:11.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0186ms +2021-09-04 10:11:14.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:14.840 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:14.840 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:14.842 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:14.885 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:14.885 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:14.885 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.8320ms +2021-09-04 10:11:17.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:17.845 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:17.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:17.848 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:17.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:17.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:17.884 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.3607ms +2021-09-04 10:11:20.846 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:20.847 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:20.847 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:20.850 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:20.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:20.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:20.888 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.3123ms +2021-09-04 10:11:23.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:23.844 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:23.844 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:23.846 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:23.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:23.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:23.881 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1610ms +2021-09-04 10:11:26.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:26.842 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:26.842 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:26.844 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:26.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:26.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:26.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0663ms +2021-09-04 10:11:29.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:29.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:29.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:29.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:29.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:29.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:29.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3412ms +2021-09-04 10:11:30.818 +08:00 [DBG] Transport connection checking... +2021-09-04 10:11:30.818 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:11:31.603 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:11:32.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:32.836 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:32.836 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:32.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:32.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:32.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:32.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.8459ms +2021-09-04 10:11:35.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:35.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:35.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:35.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:35.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:35.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:35.886 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.0700ms +2021-09-04 10:11:38.843 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:38.843 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:38.843 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:38.845 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:38.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:38.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:38.890 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.7298ms +2021-09-04 10:11:41.835 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:41.835 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:41.835 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:41.838 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:41.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:41.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:41.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.2355ms +2021-09-04 10:11:44.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:44.845 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:44.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:44.848 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:44.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:44.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:44.893 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.7684ms +2021-09-04 10:11:47.831 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:47.832 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:47.832 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:47.834 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:47.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.8021ms +2021-09-04 10:11:50.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:50.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:50.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:50.840 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:50.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:50.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:50.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.1669ms +2021-09-04 10:11:53.841 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:53.841 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:53.841 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:53.843 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:53.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:53.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:53.889 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.6190ms +2021-09-04 10:11:56.830 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:56.831 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:56.831 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:56.833 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:56.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:56.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:56.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.2059ms +2021-09-04 10:11:59.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:11:59.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:11:59.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:11:59.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:11:59.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:59.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:11:59.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2167ms +2021-09-04 10:12:00.816 +08:00 [DBG] Transport connection checking... +2021-09-04 10:12:00.816 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:12:01.650 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:12:02.831 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:02.831 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:02.831 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:02.834 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:02.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:02.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:02.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.3409ms +2021-09-04 10:12:05.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:05.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:05.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:05.837 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:05.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:05.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:05.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6503ms +2021-09-04 10:12:08.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:08.840 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:08.840 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:08.842 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:08.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:08.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:08.888 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1211ms +2021-09-04 10:12:11.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:11.833 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:11.833 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:11.835 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:11.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:11.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:11.870 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4920ms +2021-09-04 10:12:14.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:14.842 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:14.842 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:14.844 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:14.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:14.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:14.887 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.3247ms +2021-09-04 10:12:17.830 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:17.831 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:17.831 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:17.833 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:17.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:17.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:17.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.3035ms +2021-09-04 10:12:20.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:20.833 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:20.833 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:20.835 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:20.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:20.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:20.868 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.8929ms +2021-09-04 10:12:23.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:23.832 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:23.832 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:23.835 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:23.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:23.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:23.881 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.5678ms +2021-09-04 10:12:26.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:26.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:26.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:26.840 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:26.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:26.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:26.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.9293ms +2021-09-04 10:12:29.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:29.832 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:29.833 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:29.835 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:29.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:29.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:29.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5729ms +2021-09-04 10:12:30.823 +08:00 [DBG] Transport connection checking... +2021-09-04 10:12:30.823 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:12:31.704 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:12:32.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:32.844 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:32.844 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:32.846 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:32.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:32.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:32.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3146ms +2021-09-04 10:12:35.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:35.832 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:35.832 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:35.834 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:35.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:35.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:35.869 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3256ms +2021-09-04 10:12:38.830 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:38.830 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:38.830 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:38.832 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:38.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:38.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:38.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1525ms +2021-09-04 10:12:41.839 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:41.839 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:41.839 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:41.841 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:41.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:41.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:41.875 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2346ms +2021-09-04 10:12:44.831 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:44.832 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:44.832 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:44.834 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:44.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:44.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:44.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.7089ms +2021-09-04 10:12:47.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:47.833 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:47.833 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:47.835 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:47.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3228ms +2021-09-04 10:12:50.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:50.835 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:50.835 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:50.837 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:50.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:50.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:50.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6104ms +2021-09-04 10:12:53.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:53.836 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:53.836 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:53.838 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:53.883 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:53.883 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:53.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6620ms +2021-09-04 10:12:56.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:56.833 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:56.833 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:56.836 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:56.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:56.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:56.868 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.2489ms +2021-09-04 10:12:59.828 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:12:59.828 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:12:59.828 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:12:59.830 +08:00 [INF] Successfully validated the token. +2021-09-04 10:12:59.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:59.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:12:59.874 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9084ms +2021-09-04 10:13:00.829 +08:00 [DBG] Transport connection checking... +2021-09-04 10:13:00.829 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:13:01.786 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:13:02.828 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:02.828 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:02.828 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:02.830 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:02.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:02.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:02.865 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5309ms +2021-09-04 10:13:05.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:05.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:05.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:05.840 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:05.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:05.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:05.885 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5555ms +2021-09-04 10:13:08.829 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:08.830 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:08.830 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:08.832 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:08.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:08.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:08.868 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.7830ms +2021-09-04 10:13:11.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:11.842 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:11.842 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:11.844 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:11.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:11.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:11.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.4073ms +2021-09-04 10:13:14.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:14.835 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:14.835 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:14.837 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:14.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:14.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:14.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.3266ms +2021-09-04 10:13:17.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:17.843 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:17.843 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:17.845 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:17.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:17.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:17.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.7874ms +2021-09-04 10:13:20.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:20.840 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:20.840 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:20.842 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:20.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:20.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:20.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7403ms +2021-09-04 10:13:23.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:23.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:23.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:23.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:23.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:23.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:23.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6508ms +2021-09-04 10:13:26.829 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:26.829 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:26.829 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:26.831 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:26.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:26.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:26.864 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.9437ms +2021-09-04 10:13:29.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:29.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:29.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:29.836 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:29.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:29.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:29.881 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.7317ms +2021-09-04 10:13:30.829 +08:00 [DBG] Transport connection checking... +2021-09-04 10:13:30.829 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:13:31.800 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:13:32.831 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:32.831 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:32.831 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:32.834 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:32.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:32.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:32.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.3915ms +2021-09-04 10:13:35.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:35.840 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:35.840 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:35.843 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:35.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:35.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:35.888 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6335ms +2021-09-04 10:13:38.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:38.840 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:38.840 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:38.842 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:38.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:38.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:38.875 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.3882ms +2021-09-04 10:13:41.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:41.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:41.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:41.837 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:41.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:41.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:41.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1787ms +2021-09-04 10:13:44.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:44.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:44.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:44.836 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:44.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:44.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:44.870 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5276ms +2021-09-04 10:13:47.825 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:47.825 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:47.825 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:47.827 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:47.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:47.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:47.861 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9846ms +2021-09-04 10:13:50.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:50.827 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:50.827 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:50.830 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:50.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:50.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:50.863 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.8074ms +2021-09-04 10:13:53.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:53.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:53.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:53.836 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:53.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:53.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:53.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5044ms +2021-09-04 10:13:56.839 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:56.839 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:56.839 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:56.842 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:56.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:56.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:56.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4745ms +2021-09-04 10:13:59.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:13:59.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:13:59.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:13:59.836 +08:00 [INF] Successfully validated the token. +2021-09-04 10:13:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:13:59.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.6378ms +2021-09-04 10:14:00.843 +08:00 [DBG] Transport connection checking... +2021-09-04 10:14:00.843 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:14:01.868 +08:00 [DBG] Server szqh003802a:24252:f3d6d015 heartbeat successfully sent +2021-09-04 10:14:02.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:02.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:02.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:02.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:02.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:02.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:02.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2027ms +2021-09-04 10:14:05.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:05.834 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:05.834 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:05.837 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:05.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:05.871 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:05.872 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4716ms +2021-09-04 10:14:08.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:08.826 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:08.826 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:08.828 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:08.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:08.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:08.862 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.7273ms +2021-09-04 10:14:11.836 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:11.837 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:11.837 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:11.839 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:11.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:11.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:11.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7253ms +2021-09-04 10:14:14.057 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:14.057 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:14.057 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:14.059 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:14.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:14.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:14.111 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 54.0252ms +2021-09-04 10:14:16.121 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 10:14:16.122 +08:00 [INF] CORS policy execution failed. +2021-09-04 10:14:16.122 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 10:14:16.124 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:16.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:16.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:16.201 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 79.6325ms +2021-09-04 10:14:16.411 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:14:16.411 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:14:16.412 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5SOvQoO5LM0DAVYiboU2aA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzODksImV4cCI6MTYzMDgwNzc4OSwiaWF0IjoxNjMwNzIxMzg5fQ.yNTsFvrJ4e3w9Hx5IxpWiN8z_66Ae74Uy6ghG0Ih9LA - - - 101 - - 266167.9810ms +2021-09-04 10:14:16.428 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:14:16.428 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:14:16.429 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kvCY2xJW9RO43uVck1gmRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzODIsImV4cCI6MTYzMDgwNzc4MiwiaWF0IjoxNjMwNzIxMzgyfQ.fLgrB6z1DxwO2zEN_UHG4aTBpqgwHILImCIIM8n2i7U - - - 101 - - 272922.3100ms +2021-09-04 10:14:16.429 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=z4Cig9XtNXMAXUmROn0-2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjEzOTYsImV4cCI6MTYzMDgwNzc5NiwiaWF0IjoxNjMwNzIxMzk2fQ.wX6OwEfIWgwTV-6-Q-6lgQSRbLwCrKlyZf9oXxJ0dEQ - - - 101 - - 259572.2793ms +2021-09-04 10:14:16.429 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=klkmPp2-hiPlV90a2CNC5A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - - 101 - - 217433.5411ms +2021-09-04 10:14:17.237 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:14:17.237 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:17.237 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5399ms +2021-09-04 10:14:17.240 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:14:17.241 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:17.244 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:17.244 +08:00 [INF] Authorization was successful. +2021-09-04 10:14:17.245 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:14:17.246 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:14:17.269 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:17.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:17.270 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.5737ms +2021-09-04 10:14:17.359 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 10:14:17.359 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:17.359 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4590ms +2021-09-04 10:14:17.361 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 10:14:17.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:17.364 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:17.365 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:14:17.365 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:14:17.385 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nNNIt0yqeUi-g1eAK9EwrQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - +2021-09-04 10:14:17.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:17.396 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:17.397 +08:00 [INF] Authorization was successful. +2021-09-04 10:14:17.400 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:14:17.400 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 35.2829ms +2021-09-04 10:14:17.400 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:14:17.400 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:14:17.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:17.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:17.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:17.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 79.5727ms +2021-09-04 10:14:19.784 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:14:19.784 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:19.784 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5186ms +2021-09-04 10:14:19.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:14:19.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:19.788 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:19.789 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:14:19.791 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:14:19.793 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 10:14:19.817 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 10:14:19.844 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 10:14:19.844 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:14:19.845 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:14:19.845 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 10:14:19.863 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 10:14:19.889 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 10:14:19.889 +08:00 [INF] Authorization failed. These requirements were not met: +PermissionRequirement: AbpIdentity.Roles +2021-09-04 10:14:19.890 +08:00 [INF] AuthenticationScheme: Bearer was forbidden. +2021-09-04 10:14:19.890 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 403 0 - 104.4569ms +2021-09-04 10:14:34.764 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 10:14:40.086 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 10:14:40.201 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 10:14:40.730 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 10:14:40.771 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 10:14:40.865 +08:00 [INF] Starting the processing server. +2021-09-04 10:14:40.870 +08:00 [DBG] Transport connection checking... +2021-09-04 10:14:40.870 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:14:40.883 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-YfTXfCOYp_XshIcjtF00zg +2021-09-04 10:14:40.890 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:14:40.907 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:14:40.910 +08:00 [INF] ### CAP started! +2021-09-04 10:14:40.920 +08:00 [INF] Loaded ABP modules: +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 10:14:40.920 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 10:14:40.920 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 10:14:40.921 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 10:14:40.921 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 10:14:41.004 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 10:14:41.006 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 10:14:41.054 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 10:14:41.066 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 10:14:41.066 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 10:14:41.066 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 10:14:41.066 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 10:14:41.087 +08:00 [DBG] Execution loop BackgroundServerProcess:7804e121 has started in 5.8053 ms +2021-09-04 10:14:41.190 +08:00 [INF] Server szqh003802a:28388:d1953194 successfully announced in 91.589 ms +2021-09-04 10:14:41.193 +08:00 [INF] Server szqh003802a:28388:d1953194 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 10:14:41.194 +08:00 [DBG] Execution loop ServerHeartbeatProcess:8c97cca0 has started in 3.4777 ms +2021-09-04 10:14:41.197 +08:00 [DBG] Execution loop ServerWatchdog:c24ffe35 has started in 3.2885 ms +2021-09-04 10:14:41.199 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:b4bb13c0 has started in 4.1565 ms +2021-09-04 10:14:41.202 +08:00 [DBG] Execution loop ExpirationManager:6fe437dd has started in 4.1362 ms +2021-09-04 10:14:41.203 +08:00 [DBG] Execution loop CountersAggregator:25146783 has started in 3.8564 ms +2021-09-04 10:14:41.205 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:14:41.205 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 10:14:41.207 +08:00 [DBG] Execution loop Worker:303b17c1 has started in 5.3902 ms +2021-09-04 10:14:41.209 +08:00 [DBG] Execution loop Worker:588fd5e2 has started in 7.6273 ms +2021-09-04 10:14:41.209 +08:00 [DBG] Execution loop Worker:1406b81c has started in 7.6235 ms +2021-09-04 10:14:41.212 +08:00 [DBG] Execution loop Worker:59e3d79a has started in 10.3022 ms +2021-09-04 10:14:41.214 +08:00 [DBG] Execution loop Worker:0640f8b7 has started in 12.7448 ms +2021-09-04 10:14:41.215 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 10:14:41.217 +08:00 [DBG] Execution loop Worker:f52ecd3d has started in 15.2003 ms +2021-09-04 10:14:41.219 +08:00 [DBG] Execution loop Worker:cf9b77f3 has started in 17.3025 ms +2021-09-04 10:14:41.221 +08:00 [DBG] Execution loop Worker:1dd2e0bf has started in 19.207 ms +2021-09-04 10:14:41.223 +08:00 [DBG] Execution loop Worker:18678abf has started in 21.6128 ms +2021-09-04 10:14:41.227 +08:00 [DBG] Execution loop Worker:193c2d48 has started in 24.9642 ms +2021-09-04 10:14:41.230 +08:00 [DBG] Execution loop Worker:1b08c81d has started in 29.1838 ms +2021-09-04 10:14:41.230 +08:00 [DBG] Execution loop Worker:943c901a has started in 29.1838 ms +2021-09-04 10:14:41.238 +08:00 [DBG] Execution loop Worker:44d3a73e has started in 36.8287 ms +2021-09-04 10:14:41.246 +08:00 [DBG] Execution loop Worker:1fc24753 has started in 44.2668 ms +2021-09-04 10:14:41.250 +08:00 [DBG] Execution loop Worker:c48a1428 has started in 48.735 ms +2021-09-04 10:14:41.260 +08:00 [DBG] removed records count=0 +2021-09-04 10:14:41.260 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 10:14:41.260 +08:00 [DBG] Execution loop Worker:d94ca02d has started in 58.6874 ms +2021-09-04 10:14:41.260 +08:00 [DBG] Execution loop Worker:92c87edd has started in 58.6875 ms +2021-09-04 10:14:41.267 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 10:14:41.268 +08:00 [DBG] Execution loop Worker:c1686bc5 has started in 67.1979 ms +2021-09-04 10:14:41.278 +08:00 [DBG] Execution loop Worker:cc6a755a has started in 76.1644 ms +2021-09-04 10:14:41.281 +08:00 [DBG] Execution loop Worker:e922e089 has started in 79.2928 ms +2021-09-04 10:14:41.291 +08:00 [DBG] Execution loop DelayedJobScheduler:1bcf9492 has started in 13.3201 ms +2021-09-04 10:14:41.293 +08:00 [INF] Server szqh003802a:28388:d1953194 all the dispatchers started +2021-09-04 10:14:41.298 +08:00 [DBG] Execution loop RecurringJobScheduler:5853615f has started in 17.4442 ms +2021-09-04 10:14:41.303 +08:00 [DBG] removed records count=0 +2021-09-04 10:14:41.303 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 10:14:41.306 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 10:14:41.315 +08:00 [DBG] removed records count=0 +2021-09-04 10:14:41.315 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 10:14:41.317 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 10:14:41.331 +08:00 [DBG] removed records count=0 +2021-09-04 10:14:41.331 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 10:14:41.336 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 10:14:41.353 +08:00 [DBG] removed records count=0 +2021-09-04 10:14:41.678 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_c74e598fc3f343fa9b93012b01721680 +2021-09-04 10:14:41.712 +08:00 [INF] Connected to Redis. +2021-09-04 10:14:41.722 +08:00 [INF] Initialized all ABP modules. +2021-09-04 10:14:41.822 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 10:14:41.825 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 10:14:41.825 +08:00 [INF] Hosting environment: Development +2021-09-04 10:14:41.825 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 10:14:42.211 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 10:14:45.265 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:14:45.334 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 10:14:45.378 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 10:14:45.387 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 48.7868ms +2021-09-04 10:14:45.387 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:14:45.412 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 3201.3030ms +2021-09-04 10:14:45.429 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 10:14:45.490 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 61.3979ms +2021-09-04 10:14:45.670 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 10:14:45.830 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:14:45.836 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:45.841 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.3205ms +2021-09-04 10:14:45.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:14:45.845 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:45.903 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:45.922 +08:00 [INF] Authorization was successful. +2021-09-04 10:14:45.928 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:14:45.946 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:14:45.954 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qzz0gXCJqluerFht0TQRsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - +2021-09-04 10:14:45.954 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:14:45.958 +08:00 [INF] Successfully validated the token. +2021-09-04 10:14:45.959 +08:00 [INF] Authorization was successful. +2021-09-04 10:14:45.960 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:14:46.221 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 551.1537ms +2021-09-04 10:14:46.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:46.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:14:46.471 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 626.3067ms +2021-09-04 10:15:10.886 +08:00 [DBG] Transport connection checking... +2021-09-04 10:15:10.886 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:15:11.209 +08:00 [DBG] Server szqh003802a:28388:d1953194 heartbeat successfully sent +2021-09-04 10:15:16.055 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 10:15:21.087 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 10:15:21.184 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 10:15:21.683 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 10:15:21.711 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 10:15:21.800 +08:00 [INF] Starting the processing server. +2021-09-04 10:15:21.804 +08:00 [DBG] Transport connection checking... +2021-09-04 10:15:21.805 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:15:21.817 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-VuZsIJa6xEV6ZlrP5m1YUA +2021-09-04 10:15:21.824 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:15:21.842 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:15:21.844 +08:00 [INF] ### CAP started! +2021-09-04 10:15:21.853 +08:00 [INF] Loaded ABP modules: +2021-09-04 10:15:21.853 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 10:15:21.853 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 10:15:21.853 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 10:15:21.853 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 10:15:21.853 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 10:15:21.854 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 10:15:21.854 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 10:15:21.939 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 10:15:21.941 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 10:15:21.988 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 10:15:21.999 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 10:15:21.999 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 10:15:22.000 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 10:15:22.000 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 10:15:22.022 +08:00 [DBG] Execution loop BackgroundServerProcess:86a0fccd has started in 6.574 ms +2021-09-04 10:15:22.115 +08:00 [INF] Server szqh003802a:4560:a298de0d successfully announced in 79.7754 ms +2021-09-04 10:15:22.119 +08:00 [INF] Server szqh003802a:4560:a298de0d is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 10:15:22.119 +08:00 [DBG] Execution loop ServerHeartbeatProcess:63fcf503 has started in 3.6991 ms +2021-09-04 10:15:22.122 +08:00 [DBG] Execution loop ServerWatchdog:a3e61e61 has started in 3.2429 ms +2021-09-04 10:15:22.124 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:f0b7ace3 has started in 4.0218 ms +2021-09-04 10:15:22.126 +08:00 [DBG] Execution loop ExpirationManager:aa89cc9c has started in 3.4582 ms +2021-09-04 10:15:22.128 +08:00 [DBG] Execution loop CountersAggregator:3db52dc0 has started in 4.3218 ms +2021-09-04 10:15:22.130 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:15:22.130 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 10:15:22.131 +08:00 [DBG] Execution loop Worker:11654055 has started in 5.2028 ms +2021-09-04 10:15:22.133 +08:00 [DBG] Execution loop Worker:d81a88f9 has started in 6.6674 ms +2021-09-04 10:15:22.135 +08:00 [DBG] Execution loop Worker:f5deb69e has started in 9.1271 ms +2021-09-04 10:15:22.139 +08:00 [DBG] Execution loop Worker:2c4e052b has started in 12.9915 ms +2021-09-04 10:15:22.141 +08:00 [DBG] Execution loop Worker:3be45e65 has started in 14.8618 ms +2021-09-04 10:15:22.141 +08:00 [DBG] Execution loop Worker:82146e5f has started in 14.865 ms +2021-09-04 10:15:22.143 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 10:15:22.144 +08:00 [DBG] Execution loop Worker:3138c763 has started in 17.3646 ms +2021-09-04 10:15:22.146 +08:00 [DBG] Execution loop Worker:d2597ef7 has started in 19.4331 ms +2021-09-04 10:15:22.149 +08:00 [DBG] Execution loop Worker:a389c856 has started in 22.6019 ms +2021-09-04 10:15:22.150 +08:00 [DBG] Execution loop Worker:dab64cca has started in 24.2108 ms +2021-09-04 10:15:22.154 +08:00 [DBG] Execution loop Worker:017d7aa4 has started in 27.7018 ms +2021-09-04 10:15:22.156 +08:00 [DBG] Execution loop Worker:bc0cc1b8 has started in 29.9713 ms +2021-09-04 10:15:22.161 +08:00 [DBG] Execution loop Worker:e0810108 has started in 34.6964 ms +2021-09-04 10:15:22.165 +08:00 [DBG] Execution loop Worker:ac9994f2 has started in 39.1854 ms +2021-09-04 10:15:22.172 +08:00 [DBG] Execution loop Worker:c460fe5c has started in 45.9345 ms +2021-09-04 10:15:22.182 +08:00 [DBG] Execution loop Worker:e48ea525 has started in 55.8625 ms +2021-09-04 10:15:22.189 +08:00 [DBG] Execution loop Worker:3e69188a has started in 63.3288 ms +2021-09-04 10:15:22.189 +08:00 [DBG] removed records count=0 +2021-09-04 10:15:22.189 +08:00 [DBG] Execution loop Worker:d9092a73 has started in 63.3145 ms +2021-09-04 10:15:22.190 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 10:15:22.197 +08:00 [DBG] Execution loop Worker:2fce7b3e has started in 70.4752 ms +2021-09-04 10:15:22.200 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 10:15:22.203 +08:00 [DBG] Execution loop Worker:99885411 has started in 77.1197 ms +2021-09-04 10:15:22.217 +08:00 [DBG] Execution loop DelayedJobScheduler:531cb011 has started in 21.5163 ms +2021-09-04 10:15:22.222 +08:00 [INF] Server szqh003802a:4560:a298de0d all the dispatchers started +2021-09-04 10:15:22.228 +08:00 [DBG] Execution loop RecurringJobScheduler:c415134a has started in 14.2199 ms +2021-09-04 10:15:22.239 +08:00 [DBG] removed records count=0 +2021-09-04 10:15:22.239 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 10:15:22.240 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 10:15:22.249 +08:00 [DBG] removed records count=0 +2021-09-04 10:15:22.249 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 10:15:22.250 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 10:15:22.261 +08:00 [DBG] removed records count=0 +2021-09-04 10:15:22.261 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 10:15:22.266 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 10:15:22.284 +08:00 [DBG] removed records count=0 +2021-09-04 10:15:22.596 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_fda674206bf64791b7d8b822b000d757 +2021-09-04 10:15:22.632 +08:00 [INF] Connected to Redis. +2021-09-04 10:15:22.642 +08:00 [INF] Initialized all ABP modules. +2021-09-04 10:15:23.196 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 10:15:23.199 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 10:15:23.199 +08:00 [INF] Hosting environment: Development +2021-09-04 10:15:23.199 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 10:15:23.406 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:15:23.466 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 10:15:23.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:23.949 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:15:23.956 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:23.976 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 561.7320ms +2021-09-04 10:15:24.593 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:24.641 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:24.858 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:15:24.858 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:24.879 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:24.885 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wmuFv9KBAC5QxprckiEWtA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - +2021-09-04 10:15:24.885 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:24.887 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:24.888 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:24.890 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:15:24.925 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 10:15:24.968 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 10:15:24.974 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 44.7107ms +2021-09-04 10:15:24.974 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 10:15:24.975 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1512.4697ms +2021-09-04 10:15:24.986 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 10:15:25.036 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 50.5850ms +2021-09-04 10:15:25.205 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 10:15:25.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:25.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:25.342 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1393.3353ms +2021-09-04 10:15:25.569 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 363.9239ms +2021-09-04 10:15:26.942 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:15:26.943 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:26.943 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 1.5723ms +2021-09-04 10:15:26.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:15:26.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:26.950 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:26.995 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:15:28.481 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:15:28.483 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:15:28.529 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:15:28.540 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 1544.7828ms +2021-09-04 10:15:28.540 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:28.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:28.595 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:28.595 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:28.597 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 1651.6400ms +2021-09-04 10:15:28.600 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:15:28.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:28.601 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.6607ms +2021-09-04 10:15:28.602 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:15:28.603 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:28.605 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:28.709 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:15:28.712 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:15:28.736 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:15:28.741 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:15:28.927 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:28.989 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:29.000 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:29.044 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:29.712 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:15:29.713 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:15:29.738 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 1025.9121ms +2021-09-04 10:15:29.738 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:15:29.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:29.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:29.774 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 1172.0096ms +2021-09-04 10:15:29.990 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:15:29.991 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:29.991 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5062ms +2021-09-04 10:15:29.992 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:15:29.993 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:29.995 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:29.995 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:29.996 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:29.996 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:30.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:30.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:30.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.7106ms +2021-09-04 10:15:30.052 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yswOTClfczfRAuSHuZm34A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3MjgsImV4cCI6MTYzMDgwODEyOCwiaWF0IjoxNjMwNzIxNzI4fQ.NI_G2CrneiaK7qDZb7sWHMcW6_1hBQtOwn4e8jIWDHk - - +2021-09-04 10:15:30.053 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:30.055 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:30.055 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:30.056 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:15:35.221 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:15:35.221 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:35.221 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6893ms +2021-09-04 10:15:35.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:15:35.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:35.225 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:35.231 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:15:35.235 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:15:35.238 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:15:35.241 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:15:35.245 +08:00 [INF] Authorization failed. These requirements were not met: +PermissionRequirement: AbpIdentity.Roles +2021-09-04 10:15:35.250 +08:00 [INF] AuthenticationScheme: Bearer was forbidden. +2021-09-04 10:15:35.250 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 403 0 - 27.5772ms +2021-09-04 10:15:42.883 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 10:15:42.884 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:42.884 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.9312ms +2021-09-04 10:15:42.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 10:15:42.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:42.889 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:42.890 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:15:42.946 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:15:42.946 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 10:15:42.961 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 10:15:42.961 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 70.9137ms +2021-09-04 10:15:42.961 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:42.964 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:42.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:42.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:42.999 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 113.5655ms +2021-09-04 10:15:43.002 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:15:43.003 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:43.003 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.3815ms +2021-09-04 10:15:43.004 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 10:15:43.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:43.007 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:43.009 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:15:43.009 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 10:15:43.011 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 10:15:43.013 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 10:15:43.014 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:43.038 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Query,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:43.041 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 10:15:43.064 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 10:15:43.091 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 10:15:43.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:43.111 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Roles.Query,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users.Users.Enable,pn:R,pk:admin,n:AbpIdentity.Users.Query,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings +2021-09-04 10:15:43.112 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 10:15:43.124 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 10:15:43.151 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 10:15:43.241 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 10:15:43.241 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 10:15:43.244 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 234.9137ms +2021-09-04 10:15:43.244 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 10:15:43.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:43.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:43.252 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:43.315 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 310.7962ms +2021-09-04 10:15:43.389 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:15:43.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:43.389 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4696ms +2021-09-04 10:15:43.391 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:15:43.391 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:43.393 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:43.394 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:43.394 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:43.395 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:15:43.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:43.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:43.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.1452ms +2021-09-04 10:15:43.448 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JLfGQS3Tjj_cFk9WU5le5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 10:15:43.449 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:43.451 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:43.451 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:43.452 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:15:46.606 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:15:46.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:46.607 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6865ms +2021-09-04 10:15:46.608 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:15:46.608 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:46.610 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:46.611 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:15:46.615 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:15:46.615 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:15:46.617 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:15:46.618 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:46.619 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:46.621 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:15:46.986 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:15:46.992 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 370.4878ms +2021-09-04 10:15:46.992 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:46.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:47.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:47.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:47.018 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 410.1214ms +2021-09-04 10:15:48.813 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:15:48.813 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:48.814 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6440ms +2021-09-04 10:15:48.815 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:15:48.815 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:48.818 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:48.818 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:48.819 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:48.822 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:15:48.845 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:48.853 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:48.856 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:48.856 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:48.859 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:48.859 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:48.976 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:15:48.977 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 154.943ms +2021-09-04 10:15:48.977 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:48.980 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:49.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:49.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:49.007 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 192.1287ms +2021-09-04 10:15:51.503 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 10:15:51.503 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:15:51.506 +08:00 [INF] Successfully validated the token. +2021-09-04 10:15:51.506 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:51.507 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:51.507 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:15:51.519 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:51.521 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:51.527 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:51.527 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:51.533 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:15:51.533 +08:00 [INF] Authorization was successful. +2021-09-04 10:15:51.615 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:15:51.615 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 108.2824ms +2021-09-04 10:15:51.616 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:15:51.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:51.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:51.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:15:51.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 141.0316ms +2021-09-04 10:15:51.816 +08:00 [DBG] Transport connection checking... +2021-09-04 10:15:51.816 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:15:52.256 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:16:20.449 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:16:20.450 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:20.450 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4423ms +2021-09-04 10:16:20.453 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 10:16:20.453 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:20.455 +08:00 [INF] Successfully validated the token. +2021-09-04 10:16:20.455 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:20.456 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:20.456 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:16:20.468 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:20.470 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:20.481 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:20.481 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:20.484 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:20.484 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:20.569 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:16:20.569 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 112.8426ms +2021-09-04 10:16:20.569 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:20.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:20.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:20.614 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:20.614 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 161.3317ms +2021-09-04 10:16:21.827 +08:00 [DBG] Transport connection checking... +2021-09-04 10:16:21.827 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:16:22.327 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:16:35.282 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:16:35.282 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:35.283 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5910ms +2021-09-04 10:16:35.285 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:16:35.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:35.287 +08:00 [INF] Successfully validated the token. +2021-09-04 10:16:35.287 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:35.288 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:35.289 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:16:35.300 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:35.302 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:35.310 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:35.311 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:35.315 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:35.315 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:35.397 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:16:35.398 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 108.9425ms +2021-09-04 10:16:35.398 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:35.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:35.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:35.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:35.426 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 141.6506ms +2021-09-04 10:16:39.733 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 10:16:39.733 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:39.733 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4253ms +2021-09-04 10:16:39.735 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 850 +2021-09-04 10:16:39.736 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:39.738 +08:00 [INF] Successfully validated the token. +2021-09-04 10:16:39.738 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:39.742 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:39.742 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:39.745 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:39.745 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:39.746 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:39.749 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:16:43.501 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:43.513 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:43.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:43.519 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:43.523 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:43.523 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:43.597 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 3848.7239ms +2021-09-04 10:16:43.597 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:43.616 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:43.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:43.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:43.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:43.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 850 - 204 - - 3935.0482ms +2021-09-04 10:16:45.470 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:16:45.470 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:45.470 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4831ms +2021-09-04 10:16:45.472 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:16:45.473 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:16:45.475 +08:00 [INF] Successfully validated the token. +2021-09-04 10:16:45.475 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:45.476 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:45.476 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:16:45.488 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:45.491 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:45.504 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:45.505 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:45.507 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:16:45.507 +08:00 [INF] Authorization was successful. +2021-09-04 10:16:45.596 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:16:45.596 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 119.567ms +2021-09-04 10:16:45.596 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:16:45.599 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:45.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:45.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:16:45.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 166.7271ms +2021-09-04 10:16:51.831 +08:00 [DBG] Transport connection checking... +2021-09-04 10:16:51.831 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:16:52.352 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:17:00.582 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 10:17:00.582 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:00.582 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4410ms +2021-09-04 10:17:00.584 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 +2021-09-04 10:17:00.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:00.588 +08:00 [INF] Successfully validated the token. +2021-09-04 10:17:00.589 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:00.593 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:00.593 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:00.597 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:00.597 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:00.598 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:00.598 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:17:04.443 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:04.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:04.454 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:04.456 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:04.462 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:04.462 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:04.520 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 3922.1909ms +2021-09-04 10:17:04.520 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:04.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:04.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:04.560 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 - 204 - - 3976.3033ms +2021-09-04 10:17:18.532 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:17:18.532 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:18.532 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5690ms +2021-09-04 10:17:18.534 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:17:18.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:18.537 +08:00 [INF] Successfully validated the token. +2021-09-04 10:17:18.538 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:17:18.540 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:17:18.542 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 10:17:18.564 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 10:17:18.590 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 10:17:18.590 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:17:18.592 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:17:18.592 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 10:17:18.608 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 10:17:18.635 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 10:17:18.635 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:18.636 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:18.636 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:17:18.667 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:17:18.668 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.7517ms +2021-09-04 10:17:18.668 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:18.671 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:18.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:18.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:18.696 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 162.0723ms +2021-09-04 10:17:19.641 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:17:19.641 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:19.641 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4493ms +2021-09-04 10:17:19.643 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:17:19.644 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:19.646 +08:00 [INF] Successfully validated the token. +2021-09-04 10:17:19.646 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:19.647 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:19.647 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:17:19.659 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:19.661 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:19.668 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:19.670 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:19.674 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:19.674 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:19.761 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:17:19.761 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 113.8551ms +2021-09-04 10:17:19.761 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:19.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:19.791 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:19.791 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:19.791 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 147.8732ms +2021-09-04 10:17:21.840 +08:00 [DBG] Transport connection checking... +2021-09-04 10:17:21.840 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:17:22.516 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:17:51.844 +08:00 [DBG] Transport connection checking... +2021-09-04 10:17:51.844 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:17:52.536 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:17:53.222 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:17:53.222 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:53.223 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5081ms +2021-09-04 10:17:53.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:17:53.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:17:53.228 +08:00 [INF] Successfully validated the token. +2021-09-04 10:17:53.228 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:53.229 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:53.229 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:17:53.241 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:53.244 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:53.251 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:53.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:53.256 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:17:53.256 +08:00 [INF] Authorization was successful. +2021-09-04 10:17:53.342 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:17:53.343 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 113.4065ms +2021-09-04 10:17:53.343 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:17:53.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:53.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:53.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:17:53.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 160.0928ms +2021-09-04 10:18:21.847 +08:00 [DBG] Transport connection checking... +2021-09-04 10:18:21.847 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:18:22.568 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:18:51.868 +08:00 [DBG] Transport connection checking... +2021-09-04 10:18:51.868 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:18:52.594 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:19:21.886 +08:00 [DBG] Transport connection checking... +2021-09-04 10:19:21.886 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:19:22.606 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:19:51.885 +08:00 [DBG] Transport connection checking... +2021-09-04 10:19:51.885 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:19:52.623 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:20:21.837 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:20:21.839 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:20:21.883 +08:00 [DBG] Transport connection checking... +2021-09-04 10:20:21.883 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:20:22.139 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 10:20:22.149 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:20:22.633 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:20:45.213 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:20:45.213 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yswOTClfczfRAuSHuZm34A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3MjgsImV4cCI6MTYzMDgwODEyOCwiaWF0IjoxNjMwNzIxNzI4fQ.NI_G2CrneiaK7qDZb7sWHMcW6_1hBQtOwn4e8jIWDHk - - - 101 - - 315186.9702ms +2021-09-04 10:20:45.213 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:20:45.214 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JLfGQS3Tjj_cFk9WU5le5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 301791.1507ms +2021-09-04 10:20:45.273 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 10:20:45.273 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wmuFv9KBAC5QxprckiEWtA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE0MzgsImV4cCI6MTYzMDgwNzgzOCwiaWF0IjoxNjMwNzIxNDM4fQ.4stpbcJ98VZAtk7ovpaxcZqaDfYV1C0BfOkRDLsOfXM - - - 101 - - 320414.7338ms +2021-09-04 10:20:46.752 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 10:20:46.752 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:46.752 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4692ms +2021-09-04 10:20:46.755 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 10:20:46.755 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:46.757 +08:00 [INF] Successfully validated the token. +2021-09-04 10:20:46.758 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:46.759 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:20:46.759 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 10:20:46.780 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:46.780 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:46.780 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5179ms +2021-09-04 10:20:46.892 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 10:20:46.893 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:46.893 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5359ms +2021-09-04 10:20:46.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 10:20:46.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:46.898 +08:00 [INF] Successfully validated the token. +2021-09-04 10:20:46.898 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:20:46.903 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 10:20:46.903 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:20:46.906 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 10:20:46.906 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:46.908 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:20:46.908 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:20:46.940 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 10:20:46.942 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 33.9181ms +2021-09-04 10:20:46.942 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:20:46.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:46.981 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:46.981 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:46.981 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 86.7401ms +2021-09-04 10:20:46.986 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_WtWQ4-da23FRV49eOjFZw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 10:20:46.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:46.990 +08:00 [INF] Successfully validated the token. +2021-09-04 10:20:46.991 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:46.992 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 10:20:48.146 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:20:48.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:48.147 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4706ms +2021-09-04 10:20:48.149 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:20:48.149 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:20:48.151 +08:00 [INF] Successfully validated the token. +2021-09-04 10:20:48.152 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:48.153 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:20:48.153 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:20:48.165 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:48.168 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:20:48.175 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:20:48.176 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:20:48.180 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:20:48.180 +08:00 [INF] Authorization was successful. +2021-09-04 10:20:48.265 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:20:48.266 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 112.6255ms +2021-09-04 10:20:48.266 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:20:48.269 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:48.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:48.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:20:48.296 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 147.1253ms +2021-09-04 10:20:51.890 +08:00 [DBG] Transport connection checking... +2021-09-04 10:20:51.890 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:20:52.706 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:21:12.434 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:21:12.434 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:12.434 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4428ms +2021-09-04 10:21:12.436 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:21:12.436 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:12.438 +08:00 [INF] Successfully validated the token. +2021-09-04 10:21:12.439 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:12.440 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:12.440 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:21:12.452 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:12.454 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:12.466 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:12.467 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:12.470 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:12.470 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:12.554 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:21:12.554 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 114.2856ms +2021-09-04 10:21:12.554 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:12.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:12.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:12.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:12.595 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 158.6021ms +2021-09-04 10:21:21.552 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 10:21:21.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:21.552 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4298ms +2021-09-04 10:21:21.554 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 +2021-09-04 10:21:21.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:21.558 +08:00 [INF] Successfully validated the token. +2021-09-04 10:21:21.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:21.563 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:21.563 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:21.566 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:21.566 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:21.567 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:21.568 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:21:46.180 +08:00 [DBG] Transport connection checking... +2021-09-04 10:21:46.180 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:21:46.187 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:46.195 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:46.211 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:21:46.212 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:46.212 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:46.218 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:46.218 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:46.282 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 24717.5071ms +2021-09-04 10:21:46.282 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:46.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:46.312 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:46.312 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:46.313 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 849 - 204 - - 24762.1950ms +2021-09-04 10:21:49.069 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 10:21:49.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:49.070 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5043ms +2021-09-04 10:21:49.072 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 10:21:49.072 +08:00 [INF] CORS policy execution successful. +2021-09-04 10:21:49.075 +08:00 [INF] Successfully validated the token. +2021-09-04 10:21:49.075 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:49.076 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:49.076 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 10:21:49.088 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:49.090 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:49.098 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:49.099 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:49.103 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 10:21:49.103 +08:00 [INF] Authorization was successful. +2021-09-04 10:21:49.187 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 10:21:49.188 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 111.4536ms +2021-09-04 10:21:49.188 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 10:21:49.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:49.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:49.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 10:21:49.230 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 157.6625ms +2021-09-04 10:22:16.191 +08:00 [DBG] Transport connection checking... +2021-09-04 10:22:16.191 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:22:16.240 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:22:46.188 +08:00 [DBG] Transport connection checking... +2021-09-04 10:22:46.188 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:22:46.267 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:23:16.212 +08:00 [DBG] Transport connection checking... +2021-09-04 10:23:16.213 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:23:16.290 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:23:46.214 +08:00 [DBG] Transport connection checking... +2021-09-04 10:23:46.214 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:23:46.309 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:24:16.225 +08:00 [DBG] Transport connection checking... +2021-09-04 10:24:16.225 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:24:16.339 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:24:46.235 +08:00 [DBG] Transport connection checking... +2021-09-04 10:24:46.235 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:24:46.359 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:25:16.233 +08:00 [DBG] Transport connection checking... +2021-09-04 10:25:16.233 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:25:16.390 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:25:21.824 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:25:21.826 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:25:22.135 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:25:46.252 +08:00 [DBG] Transport connection checking... +2021-09-04 10:25:46.252 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:25:46.407 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:26:16.263 +08:00 [DBG] Transport connection checking... +2021-09-04 10:26:16.263 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:26:16.414 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:26:46.272 +08:00 [DBG] Transport connection checking... +2021-09-04 10:26:46.272 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:26:46.445 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:27:16.287 +08:00 [DBG] Transport connection checking... +2021-09-04 10:27:16.287 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:27:16.476 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:27:46.301 +08:00 [DBG] Transport connection checking... +2021-09-04 10:27:46.302 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:27:46.504 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:28:16.303 +08:00 [DBG] Transport connection checking... +2021-09-04 10:28:16.303 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:28:16.537 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:28:46.301 +08:00 [DBG] Transport connection checking... +2021-09-04 10:28:46.301 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:28:46.555 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:29:16.304 +08:00 [DBG] Transport connection checking... +2021-09-04 10:29:16.304 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:29:16.585 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:29:46.301 +08:00 [DBG] Transport connection checking... +2021-09-04 10:29:46.301 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:29:46.614 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:30:16.308 +08:00 [DBG] Transport connection checking... +2021-09-04 10:30:16.308 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:30:16.636 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:30:21.818 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:30:21.821 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:30:22.131 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:30:46.319 +08:00 [DBG] Transport connection checking... +2021-09-04 10:30:46.319 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:30:46.662 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:31:16.326 +08:00 [DBG] Transport connection checking... +2021-09-04 10:31:16.326 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:31:16.679 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:31:46.327 +08:00 [DBG] Transport connection checking... +2021-09-04 10:31:46.327 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:31:46.710 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:32:16.342 +08:00 [DBG] Transport connection checking... +2021-09-04 10:32:16.342 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:32:16.735 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:32:46.342 +08:00 [DBG] Transport connection checking... +2021-09-04 10:32:46.343 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:32:46.763 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:33:16.343 +08:00 [DBG] Transport connection checking... +2021-09-04 10:33:16.343 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:33:16.782 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:33:46.351 +08:00 [DBG] Transport connection checking... +2021-09-04 10:33:46.351 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:33:46.805 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:34:16.357 +08:00 [DBG] Transport connection checking... +2021-09-04 10:34:16.357 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:34:16.815 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:34:46.372 +08:00 [DBG] Transport connection checking... +2021-09-04 10:34:46.372 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:34:46.845 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:35:16.393 +08:00 [DBG] Transport connection checking... +2021-09-04 10:35:16.393 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:35:16.851 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:35:21.831 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:35:21.833 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:35:22.142 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:35:46.408 +08:00 [DBG] Transport connection checking... +2021-09-04 10:35:46.408 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:35:46.866 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:36:16.415 +08:00 [DBG] Transport connection checking... +2021-09-04 10:36:16.415 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:36:16.888 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:36:46.436 +08:00 [DBG] Transport connection checking... +2021-09-04 10:36:46.436 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:36:46.907 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:37:16.448 +08:00 [DBG] Transport connection checking... +2021-09-04 10:37:16.448 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:37:16.947 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:37:46.462 +08:00 [DBG] Transport connection checking... +2021-09-04 10:37:46.462 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:37:46.978 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:38:16.467 +08:00 [DBG] Transport connection checking... +2021-09-04 10:38:16.467 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:38:17.009 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:38:46.474 +08:00 [DBG] Transport connection checking... +2021-09-04 10:38:46.474 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:38:47.026 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:39:16.490 +08:00 [DBG] Transport connection checking... +2021-09-04 10:39:16.490 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:39:17.068 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:39:46.505 +08:00 [DBG] Transport connection checking... +2021-09-04 10:39:46.505 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:39:47.114 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:40:16.517 +08:00 [DBG] Transport connection checking... +2021-09-04 10:40:16.517 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:40:17.140 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:40:21.847 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:40:21.851 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:40:22.160 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:40:46.521 +08:00 [DBG] Transport connection checking... +2021-09-04 10:40:46.521 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:40:47.176 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:41:16.530 +08:00 [DBG] Transport connection checking... +2021-09-04 10:41:16.530 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:41:17.201 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:41:46.538 +08:00 [DBG] Transport connection checking... +2021-09-04 10:41:46.538 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:41:47.244 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:42:16.546 +08:00 [DBG] Transport connection checking... +2021-09-04 10:42:16.546 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:42:17.264 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:42:46.560 +08:00 [DBG] Transport connection checking... +2021-09-04 10:42:46.560 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:42:47.279 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:43:16.573 +08:00 [DBG] Transport connection checking... +2021-09-04 10:43:16.573 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:43:17.297 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:43:46.589 +08:00 [DBG] Transport connection checking... +2021-09-04 10:43:46.589 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:43:47.312 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:44:16.604 +08:00 [DBG] Transport connection checking... +2021-09-04 10:44:16.605 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:44:17.342 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:44:46.607 +08:00 [DBG] Transport connection checking... +2021-09-04 10:44:46.607 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:44:47.362 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:45:16.614 +08:00 [DBG] Transport connection checking... +2021-09-04 10:45:16.614 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:45:17.371 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:45:21.851 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:45:21.854 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:45:22.163 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:45:46.623 +08:00 [DBG] Transport connection checking... +2021-09-04 10:45:46.623 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:45:47.393 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:46:16.639 +08:00 [DBG] Transport connection checking... +2021-09-04 10:46:16.639 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:46:17.406 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:46:46.645 +08:00 [DBG] Transport connection checking... +2021-09-04 10:46:46.645 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:46:47.429 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:47:16.666 +08:00 [DBG] Transport connection checking... +2021-09-04 10:47:16.666 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:47:17.465 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:47:46.673 +08:00 [DBG] Transport connection checking... +2021-09-04 10:47:46.673 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:47:47.477 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:48:16.692 +08:00 [DBG] Transport connection checking... +2021-09-04 10:48:16.692 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:48:17.510 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:48:46.696 +08:00 [DBG] Transport connection checking... +2021-09-04 10:48:46.697 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:48:47.538 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:49:16.703 +08:00 [DBG] Transport connection checking... +2021-09-04 10:49:16.703 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:49:17.553 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:49:46.712 +08:00 [DBG] Transport connection checking... +2021-09-04 10:49:46.712 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:49:47.583 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:50:16.723 +08:00 [DBG] Transport connection checking... +2021-09-04 10:50:16.724 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:50:17.610 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:50:21.851 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:50:21.854 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:50:22.146 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:50:46.739 +08:00 [DBG] Transport connection checking... +2021-09-04 10:50:46.739 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:50:47.644 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:51:16.763 +08:00 [DBG] Transport connection checking... +2021-09-04 10:51:16.763 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:51:17.672 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:51:46.765 +08:00 [DBG] Transport connection checking... +2021-09-04 10:51:46.765 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:51:47.696 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:52:16.780 +08:00 [DBG] Transport connection checking... +2021-09-04 10:52:16.780 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:52:17.721 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:52:46.780 +08:00 [DBG] Transport connection checking... +2021-09-04 10:52:46.780 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:52:47.734 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:53:16.788 +08:00 [DBG] Transport connection checking... +2021-09-04 10:53:16.788 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:53:17.758 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:53:46.791 +08:00 [DBG] Transport connection checking... +2021-09-04 10:53:46.791 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:53:47.765 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:54:16.804 +08:00 [DBG] Transport connection checking... +2021-09-04 10:54:16.804 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:54:17.783 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:54:46.810 +08:00 [DBG] Transport connection checking... +2021-09-04 10:54:46.810 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:54:47.797 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:55:16.810 +08:00 [DBG] Transport connection checking... +2021-09-04 10:55:16.810 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:55:17.812 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:55:21.864 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 10:55:21.867 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 10:55:22.161 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 10:55:46.815 +08:00 [DBG] Transport connection checking... +2021-09-04 10:55:46.815 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:55:47.832 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:56:16.826 +08:00 [DBG] Transport connection checking... +2021-09-04 10:56:16.826 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:56:17.857 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:56:46.831 +08:00 [DBG] Transport connection checking... +2021-09-04 10:56:46.831 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:56:47.880 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:57:16.843 +08:00 [DBG] Transport connection checking... +2021-09-04 10:57:16.843 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:57:17.920 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:57:46.844 +08:00 [DBG] Transport connection checking... +2021-09-04 10:57:46.844 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:57:47.951 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:58:16.856 +08:00 [DBG] Transport connection checking... +2021-09-04 10:58:16.856 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:58:17.981 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:58:46.860 +08:00 [DBG] Transport connection checking... +2021-09-04 10:58:46.860 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:58:48.021 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:59:16.865 +08:00 [DBG] Transport connection checking... +2021-09-04 10:59:16.865 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:59:18.049 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 10:59:46.878 +08:00 [DBG] Transport connection checking... +2021-09-04 10:59:46.878 +08:00 [DBG] Transport connection healthy! +2021-09-04 10:59:48.079 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:00:16.888 +08:00 [DBG] Transport connection checking... +2021-09-04 11:00:16.888 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:00:18.118 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:00:21.869 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:00:21.872 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:00:22.182 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:00:46.891 +08:00 [DBG] Transport connection checking... +2021-09-04 11:00:46.891 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:00:48.136 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:01:16.890 +08:00 [DBG] Transport connection checking... +2021-09-04 11:01:16.890 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:01:18.169 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:01:46.910 +08:00 [DBG] Transport connection checking... +2021-09-04 11:01:46.910 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:01:48.202 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:02:16.929 +08:00 [DBG] Transport connection checking... +2021-09-04 11:02:16.929 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:02:18.239 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:02:46.937 +08:00 [DBG] Transport connection checking... +2021-09-04 11:02:46.937 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:02:48.274 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:03:16.943 +08:00 [DBG] Transport connection checking... +2021-09-04 11:03:16.943 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:03:18.312 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:03:46.941 +08:00 [DBG] Transport connection checking... +2021-09-04 11:03:46.941 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:03:48.345 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:04:16.940 +08:00 [DBG] Transport connection checking... +2021-09-04 11:04:16.940 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:04:18.367 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:04:46.961 +08:00 [DBG] Transport connection checking... +2021-09-04 11:04:46.961 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:04:48.397 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:05:16.977 +08:00 [DBG] Transport connection checking... +2021-09-04 11:05:16.977 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:05:18.425 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:05:21.852 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:05:21.855 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:05:22.178 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:05:46.986 +08:00 [DBG] Transport connection checking... +2021-09-04 11:05:46.987 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:05:48.452 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:06:16.998 +08:00 [DBG] Transport connection checking... +2021-09-04 11:06:16.998 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:06:18.480 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:06:47.008 +08:00 [DBG] Transport connection checking... +2021-09-04 11:06:47.008 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:06:48.517 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:07:17.015 +08:00 [DBG] Transport connection checking... +2021-09-04 11:07:17.015 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:07:18.559 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:07:47.020 +08:00 [DBG] Transport connection checking... +2021-09-04 11:07:47.020 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:07:48.583 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:08:17.026 +08:00 [DBG] Transport connection checking... +2021-09-04 11:08:17.026 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:08:18.628 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:08:47.030 +08:00 [DBG] Transport connection checking... +2021-09-04 11:08:47.030 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:08:48.652 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:09:17.049 +08:00 [DBG] Transport connection checking... +2021-09-04 11:09:17.049 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:09:18.680 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:09:47.057 +08:00 [DBG] Transport connection checking... +2021-09-04 11:09:47.057 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:09:48.699 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:10:17.067 +08:00 [DBG] Transport connection checking... +2021-09-04 11:10:17.067 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:10:18.739 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:10:21.848 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:10:21.851 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:10:22.205 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:10:47.079 +08:00 [DBG] Transport connection checking... +2021-09-04 11:10:47.079 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:10:48.751 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:11:17.081 +08:00 [DBG] Transport connection checking... +2021-09-04 11:11:17.081 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:11:18.768 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:11:47.089 +08:00 [DBG] Transport connection checking... +2021-09-04 11:11:47.089 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:11:48.805 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:12:17.097 +08:00 [DBG] Transport connection checking... +2021-09-04 11:12:17.097 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:12:18.842 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:12:47.100 +08:00 [DBG] Transport connection checking... +2021-09-04 11:12:47.100 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:12:48.875 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:13:17.104 +08:00 [DBG] Transport connection checking... +2021-09-04 11:13:17.104 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:13:18.913 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:13:47.105 +08:00 [DBG] Transport connection checking... +2021-09-04 11:13:47.105 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:13:48.941 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:14:17.119 +08:00 [DBG] Transport connection checking... +2021-09-04 11:14:17.119 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:14:18.989 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:14:47.119 +08:00 [DBG] Transport connection checking... +2021-09-04 11:14:47.119 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:14:49.007 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:15:17.132 +08:00 [DBG] Transport connection checking... +2021-09-04 11:15:17.132 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:15:19.044 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:15:21.857 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:15:21.862 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:15:22.115 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:15:22.117 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:15:22.124 +08:00 [DBG] removed records count=0 +2021-09-04 11:15:22.124 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:15:22.125 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:15:22.133 +08:00 [DBG] removed records count=0 +2021-09-04 11:15:22.133 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:15:22.134 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:15:22.141 +08:00 [DBG] removed records count=0 +2021-09-04 11:15:22.141 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:15:22.142 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:15:22.149 +08:00 [DBG] removed records count=0 +2021-09-04 11:15:22.149 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:15:22.150 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:15:22.157 +08:00 [DBG] removed records count=0 +2021-09-04 11:15:22.209 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:15:47.139 +08:00 [DBG] Transport connection checking... +2021-09-04 11:15:47.139 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:15:49.085 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:16:17.141 +08:00 [DBG] Transport connection checking... +2021-09-04 11:16:17.141 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:16:19.108 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:16:47.156 +08:00 [DBG] Transport connection checking... +2021-09-04 11:16:47.156 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:16:49.151 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:17:17.160 +08:00 [DBG] Transport connection checking... +2021-09-04 11:17:17.160 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:17:19.173 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:17:47.162 +08:00 [DBG] Transport connection checking... +2021-09-04 11:17:47.162 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:17:49.220 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:18:17.170 +08:00 [DBG] Transport connection checking... +2021-09-04 11:18:17.170 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:18:19.251 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:18:47.171 +08:00 [DBG] Transport connection checking... +2021-09-04 11:18:47.171 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:18:49.284 +08:00 [DBG] Server szqh003802a:4560:a298de0d heartbeat successfully sent +2021-09-04 11:19:26.773 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:19:31.716 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:19:31.817 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:19:32.327 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:19:32.367 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:19:32.456 +08:00 [INF] Starting the processing server. +2021-09-04 11:19:32.460 +08:00 [DBG] Transport connection checking... +2021-09-04 11:19:32.460 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:19:32.473 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-p7MVLScEkawD1JqScMFkDw +2021-09-04 11:19:32.479 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:19:32.497 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:19:32.500 +08:00 [INF] ### CAP started! +2021-09-04 11:19:32.509 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:19:32.509 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:19:32.509 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:19:32.510 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:19:32.510 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:19:32.510 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:19:32.593 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:19:32.595 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:19:32.642 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:19:32.653 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:19:32.653 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:19:32.653 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:19:32.654 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:19:32.675 +08:00 [DBG] Execution loop BackgroundServerProcess:86a746bc has started in 5.8735 ms +2021-09-04 11:19:32.769 +08:00 [INF] Server szqh003802a:26464:6968ca45 successfully announced in 81.8744 ms +2021-09-04 11:19:32.772 +08:00 [INF] Server szqh003802a:26464:6968ca45 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:19:32.773 +08:00 [DBG] Execution loop ServerHeartbeatProcess:a3e212e1 has started in 3.3675 ms +2021-09-04 11:19:32.776 +08:00 [DBG] Execution loop ServerWatchdog:3730d4b3 has started in 3.7914 ms +2021-09-04 11:19:32.777 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:ef46acf0 has started in 3.8334 ms +2021-09-04 11:19:32.779 +08:00 [DBG] Execution loop ExpirationManager:3a7f271b has started in 3.104 ms +2021-09-04 11:19:32.781 +08:00 [DBG] Execution loop CountersAggregator:7dcffe8c has started in 4.0968 ms +2021-09-04 11:19:32.783 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:19:32.783 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:19:32.784 +08:00 [DBG] Execution loop Worker:069a8d36 has started in 4.5189 ms +2021-09-04 11:19:32.787 +08:00 [DBG] Execution loop Worker:c8f1040e has started in 7.8571 ms +2021-09-04 11:19:32.788 +08:00 [DBG] Execution loop Worker:24a49cfa has started in 9.3589 ms +2021-09-04 11:19:32.791 +08:00 [DBG] Execution loop Worker:b940f34e has started in 11.8619 ms +2021-09-04 11:19:32.794 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:19:32.794 +08:00 [DBG] Execution loop Worker:3301bcf4 has started in 15.1812 ms +2021-09-04 11:19:32.796 +08:00 [DBG] Execution loop Worker:ce211a5f has started in 17.4028 ms +2021-09-04 11:19:32.798 +08:00 [DBG] Execution loop Worker:9f905567 has started in 18.69 ms +2021-09-04 11:19:32.800 +08:00 [DBG] Execution loop Worker:3f0e4431 has started in 20.7012 ms +2021-09-04 11:19:32.802 +08:00 [DBG] Execution loop Worker:e800c80e has started in 22.7156 ms +2021-09-04 11:19:32.806 +08:00 [DBG] Execution loop Worker:a787b7df has started in 27.188 ms +2021-09-04 11:19:32.808 +08:00 [DBG] Execution loop Worker:b56ba50a has started in 29.374 ms +2021-09-04 11:19:32.812 +08:00 [DBG] Execution loop Worker:ab81050d has started in 33.125 ms +2021-09-04 11:19:32.818 +08:00 [DBG] Execution loop Worker:42a7a35e has started in 38.8147 ms +2021-09-04 11:19:32.822 +08:00 [DBG] Execution loop Worker:7f64c882 has started in 43.3138 ms +2021-09-04 11:19:32.827 +08:00 [DBG] Execution loop Worker:fd47be85 has started in 48.324 ms +2021-09-04 11:19:32.833 +08:00 [DBG] Execution loop Worker:42788060 has started in 54.1241 ms +2021-09-04 11:19:32.833 +08:00 [DBG] removed records count=0 +2021-09-04 11:19:32.833 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:19:32.838 +08:00 [DBG] Execution loop Worker:38361ba1 has started in 58.6796 ms +2021-09-04 11:19:32.842 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:19:32.842 +08:00 [DBG] Execution loop Worker:0e010934 has started in 63.4388 ms +2021-09-04 11:19:32.849 +08:00 [DBG] Execution loop Worker:9b8b17e6 has started in 69.5864 ms +2021-09-04 11:19:32.856 +08:00 [DBG] Execution loop Worker:78bc723c has started in 77.2289 ms +2021-09-04 11:19:32.862 +08:00 [INF] Server szqh003802a:26464:6968ca45 all the dispatchers started +2021-09-04 11:19:32.862 +08:00 [DBG] Execution loop DelayedJobScheduler:5342087e has started in 13.3376 ms +2021-09-04 11:19:32.866 +08:00 [DBG] removed records count=0 +2021-09-04 11:19:32.866 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:19:32.869 +08:00 [DBG] Execution loop RecurringJobScheduler:83809035 has started in 10.8692 ms +2021-09-04 11:19:32.876 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:19:32.887 +08:00 [DBG] removed records count=0 +2021-09-04 11:19:32.887 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:19:32.888 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:19:32.896 +08:00 [DBG] removed records count=0 +2021-09-04 11:19:32.896 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:19:32.898 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:19:32.906 +08:00 [DBG] removed records count=0 +2021-09-04 11:19:33.244 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_5fe20dec499143ee95dd42f69870c2f8 +2021-09-04 11:19:33.278 +08:00 [INF] Connected to Redis. +2021-09-04 11:19:33.288 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:19:33.389 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:19:33.392 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:19:33.392 +08:00 [INF] Hosting environment: Development +2021-09-04 11:19:33.392 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:19:33.766 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:19:36.090 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:19:36.150 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:19:36.185 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:19:36.192 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 38.0618ms +2021-09-04 11:19:36.192 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:19:36.211 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2446.7027ms +2021-09-04 11:19:36.227 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:19:36.278 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 51.1037ms +2021-09-04 11:19:36.429 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:19:36.787 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 357.6871ms +2021-09-04 11:19:40.590 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:19:40.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:40.602 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.6214ms +2021-09-04 11:19:40.604 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:19:40.604 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:40.671 +08:00 [INF] Successfully validated the token. +2021-09-04 11:19:40.693 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:40.700 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:19:40.724 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:19:40.746 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:19:40.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:40.747 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.3335ms +2021-09-04 11:19:40.750 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:19:40.751 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:40.755 +08:00 [INF] Successfully validated the token. +2021-09-04 11:19:40.827 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UunJi9BU1skEKhd56a5QuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:19:40.832 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:40.845 +08:00 [INF] Successfully validated the token. +2021-09-04 11:19:40.846 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:40.853 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:19:41.023 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:19:41.026 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:19:41.029 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 11:19:41.277 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 11:19:41.318 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 11:19:41.323 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:19:41.325 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:19:41.325 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 11:19:41.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:41.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:41.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 745.3891ms +2021-09-04 11:19:41.364 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 11:19:41.395 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 11:19:41.398 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:41.400 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:19:41.415 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:19:42.257 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:19:42.270 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 854.8852ms +2021-09-04 11:19:42.271 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:19:42.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:42.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:42.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:42.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1583.6303ms +2021-09-04 11:19:43.386 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:19:43.387 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:43.387 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6267ms +2021-09-04 11:19:43.388 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:19:43.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:19:43.391 +08:00 [INF] Successfully validated the token. +2021-09-04 11:19:43.392 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:43.393 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:19:43.395 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:19:43.420 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:43.428 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:19:43.445 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:19:43.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:19:43.448 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:19:43.448 +08:00 [INF] Authorization was successful. +2021-09-04 11:19:43.838 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:19:43.840 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 444.7305ms +2021-09-04 11:19:43.840 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:19:43.843 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:43.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:43.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:19:43.874 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 485.8384ms +2021-09-04 11:20:02.469 +08:00 [DBG] Transport connection checking... +2021-09-04 11:20:02.469 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:20:02.787 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:20:32.467 +08:00 [DBG] Transport connection checking... +2021-09-04 11:20:32.467 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:20:32.810 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:21:02.465 +08:00 [DBG] Transport connection checking... +2021-09-04 11:21:02.465 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:21:02.825 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:21:32.461 +08:00 [DBG] Transport connection checking... +2021-09-04 11:21:32.461 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:21:32.856 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:22:02.466 +08:00 [DBG] Transport connection checking... +2021-09-04 11:22:02.466 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:22:02.886 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:22:32.484 +08:00 [DBG] Transport connection checking... +2021-09-04 11:22:32.484 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:22:32.914 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:23:02.491 +08:00 [DBG] Transport connection checking... +2021-09-04 11:23:02.491 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:23:02.942 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:23:32.501 +08:00 [DBG] Transport connection checking... +2021-09-04 11:23:32.501 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:23:32.969 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:24:02.519 +08:00 [DBG] Transport connection checking... +2021-09-04 11:24:02.519 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:24:02.988 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:24:32.467 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:24:32.470 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:24:32.530 +08:00 [DBG] Transport connection checking... +2021-09-04 11:24:32.530 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:24:32.795 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:24:32.795 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 11:24:33.018 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:25:02.537 +08:00 [DBG] Transport connection checking... +2021-09-04 11:25:02.537 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:25:03.038 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:25:32.551 +08:00 [DBG] Transport connection checking... +2021-09-04 11:25:32.551 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:25:33.067 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:26:02.564 +08:00 [DBG] Transport connection checking... +2021-09-04 11:26:02.564 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:26:03.092 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:26:32.568 +08:00 [DBG] Transport connection checking... +2021-09-04 11:26:32.568 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:26:33.116 +08:00 [DBG] Server szqh003802a:26464:6968ca45 heartbeat successfully sent +2021-09-04 11:26:47.981 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:26:52.715 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:26:52.814 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:26:53.308 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:26:53.348 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:26:53.437 +08:00 [INF] Starting the processing server. +2021-09-04 11:26:53.441 +08:00 [DBG] Transport connection checking... +2021-09-04 11:26:53.441 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:26:53.453 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-RaiKRNRNMe6VphGWeeykkw +2021-09-04 11:26:53.460 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:26:53.477 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:26:53.481 +08:00 [INF] ### CAP started! +2021-09-04 11:26:53.489 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:26:53.490 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:26:53.490 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:26:53.569 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:26:53.571 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:26:53.616 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:26:53.627 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:26:53.628 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:26:53.628 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:26:53.628 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:26:53.670 +08:00 [DBG] Execution loop BackgroundServerProcess:8c6b4c70 has started in 5.2679 ms +2021-09-04 11:26:53.757 +08:00 [INF] Server szqh003802a:21048:1216ad7a successfully announced in 75.6888 ms +2021-09-04 11:26:53.760 +08:00 [INF] Server szqh003802a:21048:1216ad7a is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:26:53.761 +08:00 [DBG] Execution loop ServerHeartbeatProcess:aaed99a1 has started in 3.375 ms +2021-09-04 11:26:53.763 +08:00 [DBG] Execution loop ServerWatchdog:eaa30e8f has started in 2.8751 ms +2021-09-04 11:26:53.765 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:5a6c9572 has started in 3.8972 ms +2021-09-04 11:26:53.768 +08:00 [DBG] Execution loop ExpirationManager:f1c0b27f has started in 3.6252 ms +2021-09-04 11:26:53.769 +08:00 [DBG] Execution loop CountersAggregator:b83d9059 has started in 3.634 ms +2021-09-04 11:26:53.771 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:26:53.771 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:26:53.773 +08:00 [DBG] Execution loop Worker:276fa560 has started in 6.5958 ms +2021-09-04 11:26:53.774 +08:00 [DBG] Execution loop Worker:8cef00ab has started in 7.9883 ms +2021-09-04 11:26:53.776 +08:00 [DBG] Execution loop Worker:ab788612 has started in 10.1785 ms +2021-09-04 11:26:53.780 +08:00 [DBG] Execution loop Worker:a5cb5068 has started in 13.544 ms +2021-09-04 11:26:53.780 +08:00 [DBG] Execution loop Worker:e97aac32 has started in 13.5517 ms +2021-09-04 11:26:53.783 +08:00 [DBG] Execution loop Worker:2d9605a7 has started in 16.6259 ms +2021-09-04 11:26:53.783 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:26:53.784 +08:00 [DBG] Execution loop Worker:f58841b8 has started in 18.1754 ms +2021-09-04 11:26:53.786 +08:00 [DBG] Execution loop Worker:16342699 has started in 20.06 ms +2021-09-04 11:26:53.788 +08:00 [DBG] Execution loop Worker:74c51620 has started in 21.9399 ms +2021-09-04 11:26:53.791 +08:00 [DBG] Execution loop Worker:d586098c has started in 24.6135 ms +2021-09-04 11:26:53.793 +08:00 [DBG] Execution loop Worker:8dbcf788 has started in 26.6319 ms +2021-09-04 11:26:53.797 +08:00 [DBG] Execution loop Worker:7418e987 has started in 30.8855 ms +2021-09-04 11:26:53.801 +08:00 [DBG] Execution loop Worker:bbe5808c has started in 34.373 ms +2021-09-04 11:26:53.806 +08:00 [DBG] Execution loop Worker:9196fccf has started in 39.6736 ms +2021-09-04 11:26:53.812 +08:00 [DBG] Execution loop Worker:bbe4bb3b has started in 45.799 ms +2021-09-04 11:26:53.820 +08:00 [DBG] Execution loop Worker:71265c55 has started in 53.6472 ms +2021-09-04 11:26:53.832 +08:00 [DBG] removed records count=0 +2021-09-04 11:26:53.832 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:26:53.833 +08:00 [DBG] Execution loop Worker:2ac905a1 has started in 67.4433 ms +2021-09-04 11:26:53.834 +08:00 [DBG] Execution loop Worker:fe527fff has started in 67.9341 ms +2021-09-04 11:26:53.841 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:26:53.842 +08:00 [DBG] Execution loop Worker:3307f481 has started in 75.7048 ms +2021-09-04 11:26:53.847 +08:00 [DBG] Execution loop Worker:c8da7583 has started in 80.9021 ms +2021-09-04 11:26:53.848 +08:00 [INF] Server szqh003802a:21048:1216ad7a all the dispatchers started +2021-09-04 11:26:53.860 +08:00 [DBG] Execution loop RecurringJobScheduler:757a76a0 has started in 13.177 ms +2021-09-04 11:26:53.860 +08:00 [DBG] Execution loop DelayedJobScheduler:1b1564f1 has started in 13.6799 ms +2021-09-04 11:26:53.869 +08:00 [DBG] removed records count=0 +2021-09-04 11:26:53.869 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:26:53.871 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:26:53.878 +08:00 [DBG] removed records count=0 +2021-09-04 11:26:53.879 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:26:53.880 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:26:53.891 +08:00 [DBG] removed records count=0 +2021-09-04 11:26:53.891 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:26:53.892 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:26:53.899 +08:00 [DBG] removed records count=0 +2021-09-04 11:26:54.227 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_63bee902c6f34df5ac90651bd47e2b9e +2021-09-04 11:26:54.263 +08:00 [INF] Connected to Redis. +2021-09-04 11:26:54.273 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:26:54.371 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:26:54.373 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:26:54.373 +08:00 [INF] Hosting environment: Development +2021-09-04 11:26:54.373 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:26:54.982 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:26:56.878 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:26:56.936 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:26:56.973 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:26:56.979 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 40.2726ms +2021-09-04 11:26:56.979 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:26:56.998 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2017.4599ms +2021-09-04 11:26:57.013 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:26:57.067 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 54.8256ms +2021-09-04 11:26:57.226 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:26:57.556 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 329.6016ms +2021-09-04 11:26:58.624 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:26:58.645 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:26:58.667 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 43.8384ms +2021-09-04 11:26:58.672 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:26:58.672 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:26:58.768 +08:00 [INF] Successfully validated the token. +2021-09-04 11:26:58.787 +08:00 [INF] Authorization was successful. +2021-09-04 11:26:58.792 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:26:58.810 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:26:58.816 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gb4bjrRzKIJRl8ffKrf0Iw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:26:58.816 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:26:58.819 +08:00 [INF] Successfully validated the token. +2021-09-04 11:26:58.819 +08:00 [INF] Authorization was successful. +2021-09-04 11:26:58.820 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:26:59.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:26:59.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:26:59.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 496.0091ms +2021-09-04 11:27:00.662 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 11:27:00.664 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gb4bjrRzKIJRl8ffKrf0Iw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 1847.9124ms +2021-09-04 11:27:02.217 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:27:02.217 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:02.218 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7009ms +2021-09-04 11:27:02.220 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:27:02.220 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:02.223 +08:00 [INF] Successfully validated the token. +2021-09-04 11:27:02.224 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:02.225 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:27:02.225 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:27:02.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:02.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:02.252 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.4683ms +2021-09-04 11:27:02.397 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:27:02.398 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:02.398 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.2502ms +2021-09-04 11:27:02.401 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:27:02.402 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:02.406 +08:00 [INF] Successfully validated the token. +2021-09-04 11:27:02.428 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mjLYGKfvHpkcEE0syaod_Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:27:02.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:02.433 +08:00 [INF] Successfully validated the token. +2021-09-04 11:27:02.433 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:02.437 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:27:02.683 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:27:02.689 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:27:02.695 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:27:02.698 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:27:02.702 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:02.703 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:27:02.719 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:27:03.708 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:27:03.722 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 1003.7781ms +2021-09-04 11:27:03.723 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:27:03.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:03.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:03.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:03.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1394.3185ms +2021-09-04 11:27:04.665 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:27:04.666 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:04.666 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 1.1000ms +2021-09-04 11:27:04.668 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:27:04.668 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:27:04.671 +08:00 [INF] Successfully validated the token. +2021-09-04 11:27:04.671 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:04.672 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:27:04.675 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:27:04.699 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:04.707 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:27:04.710 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:27:04.711 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:27:04.714 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:27:04.714 +08:00 [INF] Authorization was successful. +2021-09-04 11:27:05.139 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:27:05.140 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 465.8302ms +2021-09-04 11:27:05.140 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:27:05.145 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:05.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:05.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:27:05.173 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 505.7203ms +2021-09-04 11:27:23.457 +08:00 [DBG] Transport connection checking... +2021-09-04 11:27:23.457 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:27:23.775 +08:00 [DBG] Server szqh003802a:21048:1216ad7a heartbeat successfully sent +2021-09-04 11:27:53.462 +08:00 [DBG] Transport connection checking... +2021-09-04 11:27:53.462 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:27:53.795 +08:00 [DBG] Server szqh003802a:21048:1216ad7a heartbeat successfully sent +2021-09-04 11:28:23.467 +08:00 [DBG] Transport connection checking... +2021-09-04 11:28:23.467 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:28:23.812 +08:00 [DBG] Server szqh003802a:21048:1216ad7a heartbeat successfully sent +2021-09-04 11:30:20.875 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:30:25.799 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:30:25.897 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:30:26.393 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:30:26.420 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:30:26.507 +08:00 [INF] Starting the processing server. +2021-09-04 11:30:26.511 +08:00 [DBG] Transport connection checking... +2021-09-04 11:30:26.511 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:30:26.523 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-9Pbe7Y-ClPJlAb_ovccLbQ +2021-09-04 11:30:26.530 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:30:26.547 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:30:26.549 +08:00 [INF] ### CAP started! +2021-09-04 11:30:26.558 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:30:26.558 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:30:26.558 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:30:26.558 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:30:26.558 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:30:26.558 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:30:26.559 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:30:26.560 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:30:26.560 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:30:26.639 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:30:26.641 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:30:26.686 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:30:26.698 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:30:26.698 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:30:26.698 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:30:26.698 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:30:26.717 +08:00 [DBG] Execution loop BackgroundServerProcess:591e546a has started in 5.6068 ms +2021-09-04 11:30:26.805 +08:00 [INF] Server szqh003802a:15816:4f16e1f7 successfully announced in 76.5376 ms +2021-09-04 11:30:26.809 +08:00 [INF] Server szqh003802a:15816:4f16e1f7 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:30:26.810 +08:00 [DBG] Execution loop ServerHeartbeatProcess:096b91e8 has started in 3.4632 ms +2021-09-04 11:30:26.812 +08:00 [DBG] Execution loop ServerWatchdog:c0ac80e6 has started in 2.7761 ms +2021-09-04 11:30:26.814 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:d69bcb2d has started in 3.745 ms +2021-09-04 11:30:26.816 +08:00 [DBG] Execution loop ExpirationManager:81e43bdc has started in 3.3782 ms +2021-09-04 11:30:26.818 +08:00 [DBG] Execution loop CountersAggregator:5990d075 has started in 4.0519 ms +2021-09-04 11:30:26.820 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:30:26.820 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:30:26.821 +08:00 [DBG] Execution loop Worker:92d025c9 has started in 4.4076 ms +2021-09-04 11:30:26.822 +08:00 [DBG] Execution loop Worker:72be6362 has started in 6.2062 ms +2021-09-04 11:30:26.824 +08:00 [DBG] Execution loop Worker:0fe53afd has started in 8.3005 ms +2021-09-04 11:30:26.827 +08:00 [DBG] Execution loop Worker:d8f3c087 has started in 11.4356 ms +2021-09-04 11:30:26.828 +08:00 [DBG] Execution loop Worker:12a08f4c has started in 12.5416 ms +2021-09-04 11:30:26.830 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:30:26.831 +08:00 [DBG] Execution loop Worker:01a9e0c5 has started in 15.492 ms +2021-09-04 11:30:26.832 +08:00 [DBG] Execution loop Worker:3a610e88 has started in 16.565 ms +2021-09-04 11:30:26.836 +08:00 [DBG] Execution loop Worker:665d0873 has started in 19.8397 ms +2021-09-04 11:30:26.838 +08:00 [DBG] Execution loop Worker:0beff026 has started in 21.97 ms +2021-09-04 11:30:26.841 +08:00 [DBG] Execution loop Worker:6298f259 has started in 25.0739 ms +2021-09-04 11:30:26.843 +08:00 [DBG] Execution loop Worker:997012a5 has started in 26.8519 ms +2021-09-04 11:30:26.848 +08:00 [DBG] Execution loop Worker:42375951 has started in 32.0374 ms +2021-09-04 11:30:26.852 +08:00 [DBG] Execution loop Worker:538a0a20 has started in 35.9266 ms +2021-09-04 11:30:26.855 +08:00 [DBG] Execution loop Worker:7464dd29 has started in 39.2647 ms +2021-09-04 11:30:26.861 +08:00 [DBG] Execution loop Worker:0004867f has started in 44.9604 ms +2021-09-04 11:30:26.867 +08:00 [DBG] Execution loop Worker:0f10986f has started in 50.6 ms +2021-09-04 11:30:26.867 +08:00 [DBG] Execution loop Worker:38f9e6ee has started in 51.3927 ms +2021-09-04 11:30:26.871 +08:00 [DBG] Execution loop Worker:d29dd7ef has started in 54.8684 ms +2021-09-04 11:30:26.879 +08:00 [DBG] Execution loop Worker:d7028ae8 has started in 63.3241 ms +2021-09-04 11:30:26.882 +08:00 [DBG] removed records count=0 +2021-09-04 11:30:26.882 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:30:26.883 +08:00 [DBG] Execution loop Worker:2f2a3265 has started in 66.6045 ms +2021-09-04 11:30:26.884 +08:00 [INF] Server szqh003802a:15816:4f16e1f7 all the dispatchers started +2021-09-04 11:30:26.888 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:30:26.888 +08:00 [DBG] Execution loop RecurringJobScheduler:adf4c302 has started in 5.1383 ms +2021-09-04 11:30:26.888 +08:00 [DBG] Execution loop DelayedJobScheduler:08bba1eb has started in 6.0619 ms +2021-09-04 11:30:26.914 +08:00 [DBG] removed records count=0 +2021-09-04 11:30:26.914 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:30:26.915 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:30:26.923 +08:00 [DBG] removed records count=0 +2021-09-04 11:30:26.923 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:30:26.924 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:30:26.934 +08:00 [DBG] removed records count=0 +2021-09-04 11:30:26.934 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:30:26.936 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:30:26.946 +08:00 [DBG] removed records count=0 +2021-09-04 11:30:27.271 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_cc9ae34e3a77409dbb41d73f27c19f92 +2021-09-04 11:30:27.303 +08:00 [INF] Connected to Redis. +2021-09-04 11:30:27.314 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:30:27.412 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:30:27.415 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:30:27.415 +08:00 [INF] Hosting environment: Development +2021-09-04 11:30:27.415 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:30:27.814 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:30:29.663 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:30:29.725 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:30:29.766 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:30:29.773 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 43.9427ms +2021-09-04 11:30:29.773 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:30:29.793 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1980.2916ms +2021-09-04 11:30:29.808 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:30:29.864 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.9756ms +2021-09-04 11:30:30.023 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:30:30.365 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 342.6156ms +2021-09-04 11:30:56.520 +08:00 [DBG] Transport connection checking... +2021-09-04 11:30:56.520 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:30:56.847 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:31:26.527 +08:00 [DBG] Transport connection checking... +2021-09-04 11:31:26.527 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:31:26.871 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:31:56.540 +08:00 [DBG] Transport connection checking... +2021-09-04 11:31:56.540 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:31:56.900 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:32:26.556 +08:00 [DBG] Transport connection checking... +2021-09-04 11:32:26.556 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:32:26.934 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:32:56.566 +08:00 [DBG] Transport connection checking... +2021-09-04 11:32:56.566 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:32:56.946 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:33:26.579 +08:00 [DBG] Transport connection checking... +2021-09-04 11:33:26.579 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:33:26.984 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:33:56.584 +08:00 [DBG] Transport connection checking... +2021-09-04 11:33:56.584 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:33:57.011 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:34:26.591 +08:00 [DBG] Transport connection checking... +2021-09-04 11:34:26.591 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:34:27.028 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:34:56.596 +08:00 [DBG] Transport connection checking... +2021-09-04 11:34:56.596 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:34:57.047 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:35:26.560 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:35:26.563 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:35:26.608 +08:00 [DBG] Transport connection checking... +2021-09-04 11:35:26.608 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:35:26.834 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 11:35:26.844 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:35:27.054 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:35:56.612 +08:00 [DBG] Transport connection checking... +2021-09-04 11:35:56.612 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:35:57.071 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:36:26.619 +08:00 [DBG] Transport connection checking... +2021-09-04 11:36:26.619 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:36:27.093 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:36:56.620 +08:00 [DBG] Transport connection checking... +2021-09-04 11:36:56.620 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:36:57.107 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:37:05.525 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:37:05.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:37:05.535 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 10.1109ms +2021-09-04 11:37:05.538 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:37:05.539 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:37:05.597 +08:00 [INF] Successfully validated the token. +2021-09-04 11:37:05.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:37:05.811 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:37:05.819 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:37:05.822 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:37:05.826 +08:00 [INF] Authorization was successful. +2021-09-04 11:37:05.829 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:37:05.843 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:37:06.931 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:37:06.949 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 1105.2984ms +2021-09-04 11:37:06.949 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:37:06.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:07.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:07.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:07.186 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1648.1143ms +2021-09-04 11:37:08.726 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:37:08.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:37:08.727 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 1.1407ms +2021-09-04 11:37:08.729 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:37:08.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:37:08.732 +08:00 [INF] Successfully validated the token. +2021-09-04 11:37:08.734 +08:00 [INF] Authorization was successful. +2021-09-04 11:37:08.735 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:37:08.738 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:37:08.766 +08:00 [INF] Authorization was successful. +2021-09-04 11:37:08.774 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:37:08.780 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:37:08.780 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:37:08.784 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:37:08.784 +08:00 [INF] Authorization was successful. +2021-09-04 11:37:09.220 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:37:09.221 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 483.7262ms +2021-09-04 11:37:09.222 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:37:09.227 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:09.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:09.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:37:09.270 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 541.4766ms +2021-09-04 11:37:26.630 +08:00 [DBG] Transport connection checking... +2021-09-04 11:37:26.630 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:37:27.120 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:37:56.638 +08:00 [DBG] Transport connection checking... +2021-09-04 11:37:56.638 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:37:57.130 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:38:26.655 +08:00 [DBG] Transport connection checking... +2021-09-04 11:38:26.655 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:38:27.154 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:38:56.667 +08:00 [DBG] Transport connection checking... +2021-09-04 11:38:56.667 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:38:57.175 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:39:26.685 +08:00 [DBG] Transport connection checking... +2021-09-04 11:39:26.685 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:39:27.194 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:39:56.686 +08:00 [DBG] Transport connection checking... +2021-09-04 11:39:56.686 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:39:57.213 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:40:26.573 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:40:26.576 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:40:26.698 +08:00 [DBG] Transport connection checking... +2021-09-04 11:40:26.698 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:40:26.853 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:40:27.233 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:40:40.083 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:40:40.085 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:40.086 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4769ms +2021-09-04 11:40:40.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:40:40.089 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:40.093 +08:00 [INF] Successfully validated the token. +2021-09-04 11:40:40.094 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:40.097 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:40:40.114 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:40:40.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:40.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:40.152 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 62.6277ms +2021-09-04 11:40:40.249 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:40:40.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:40.249 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4976ms +2021-09-04 11:40:40.251 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:40:40.251 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:40.254 +08:00 [INF] Successfully validated the token. +2021-09-04 11:40:40.254 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:40:40.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:40:40.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:40:40.261 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:40:40.261 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:40.263 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:40:40.264 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:40:40.279 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ioLSRTgpvBXwMf0S1W3azw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:40:40.279 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:40.282 +08:00 [INF] Successfully validated the token. +2021-09-04 11:40:40.283 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:40.288 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:40:40.304 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:40:40.306 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 42.7303ms +2021-09-04 11:40:40.306 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:40:40.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:40.340 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:40.340 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:40.341 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 90.0316ms +2021-09-04 11:40:47.271 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:40:47.271 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:47.271 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4637ms +2021-09-04 11:40:47.273 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:40:47.273 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:40:47.276 +08:00 [INF] Successfully validated the token. +2021-09-04 11:40:47.276 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:47.277 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:40:47.277 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:40:47.289 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:47.292 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:40:47.301 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:40:47.302 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:40:47.305 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:40:47.305 +08:00 [INF] Authorization was successful. +2021-09-04 11:40:47.394 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:40:47.394 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 116.8408ms +2021-09-04 11:40:47.394 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:40:47.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:47.424 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:47.424 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:40:47.425 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 152.0480ms +2021-09-04 11:40:56.707 +08:00 [DBG] Transport connection checking... +2021-09-04 11:40:56.707 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:40:57.280 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:41:19.379 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:41:19.379 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:19.380 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4977ms +2021-09-04 11:41:19.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:41:19.381 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:19.384 +08:00 [INF] Successfully validated the token. +2021-09-04 11:41:19.384 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:41:19.388 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:41:19.388 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:41:19.391 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:41:19.391 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:19.392 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:19.392 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:41:19.422 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:41:19.424 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.1932ms +2021-09-04 11:41:19.424 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:19.427 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:19.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:19.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:19.452 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 70.8345ms +2021-09-04 11:41:21.824 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:41:21.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:21.825 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5021ms +2021-09-04 11:41:21.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:41:21.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:21.829 +08:00 [INF] Successfully validated the token. +2021-09-04 11:41:21.830 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:21.831 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:21.831 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:41:21.844 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:21.847 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:21.855 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:21.855 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:21.862 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:21.862 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:21.950 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:41:21.950 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 118.856ms +2021-09-04 11:41:21.950 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:21.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:21.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:21.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:21.990 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 163.6181ms +2021-09-04 11:41:26.719 +08:00 [DBG] Transport connection checking... +2021-09-04 11:41:26.719 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:41:27.307 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:41:34.585 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:41:34.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:34.585 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4449ms +2021-09-04 11:41:34.587 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:41:34.587 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:41:34.590 +08:00 [INF] Successfully validated the token. +2021-09-04 11:41:34.590 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:34.591 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:34.591 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:41:34.604 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:34.606 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:34.609 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:34.618 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 11:41:34.636 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 11:41:34.678 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 11:41:34.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:34.680 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:41:34.680 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 11:41:34.684 +08:00 [DBG] Setting the cache items. Count: 22 +2021-09-04 11:41:34.711 +08:00 [DBG] Finished setting the cache items. Count: 22 +2021-09-04 11:41:34.711 +08:00 [INF] Authorization was successful. +2021-09-04 11:41:34.786 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:41:34.787 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 195.1069ms +2021-09-04 11:41:34.787 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:41:34.791 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:34.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:34.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:41:34.818 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 231.2682ms +2021-09-04 11:41:56.725 +08:00 [DBG] Transport connection checking... +2021-09-04 11:41:56.726 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:41:57.330 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:42:03.285 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:42:03.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:42:03.285 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4669ms +2021-09-04 11:42:03.287 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:42:03.287 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:42:03.289 +08:00 [INF] Successfully validated the token. +2021-09-04 11:42:03.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:42:03.296 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:42:03.296 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:42:03.299 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:42:03.299 +08:00 [INF] Authorization was successful. +2021-09-04 11:42:03.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:42:03.300 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:42:03.327 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:42:03.328 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.3868ms +2021-09-04 11:42:03.329 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:42:03.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:03.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:03.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:03.366 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 79.3710ms +2021-09-04 11:42:04.444 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:42:04.444 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:42:04.445 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4354ms +2021-09-04 11:42:04.446 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 11:42:04.447 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:42:04.449 +08:00 [INF] Successfully validated the token. +2021-09-04 11:42:04.449 +08:00 [INF] Authorization was successful. +2021-09-04 11:42:04.450 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:42:04.450 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:42:04.463 +08:00 [INF] Authorization was successful. +2021-09-04 11:42:04.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:42:04.473 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:42:04.475 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:42:04.478 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:42:04.478 +08:00 [INF] Authorization was successful. +2021-09-04 11:42:04.555 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:42:04.556 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 105.3491ms +2021-09-04 11:42:04.556 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:42:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:04.596 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:04.596 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:42:04.596 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 149.9580ms +2021-09-04 11:42:26.727 +08:00 [DBG] Transport connection checking... +2021-09-04 11:42:26.727 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:42:27.360 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:42:56.727 +08:00 [DBG] Transport connection checking... +2021-09-04 11:42:56.727 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:42:57.396 +08:00 [DBG] Server szqh003802a:15816:4f16e1f7 heartbeat successfully sent +2021-09-04 11:43:06.995 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:43:11.813 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:43:11.913 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:43:12.417 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:43:12.446 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:43:12.537 +08:00 [INF] Starting the processing server. +2021-09-04 11:43:12.541 +08:00 [DBG] Transport connection checking... +2021-09-04 11:43:12.541 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:43:12.553 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-8pb4I_6tiP_qViwa3Q4Xxw +2021-09-04 11:43:12.560 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:43:12.577 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:43:12.580 +08:00 [INF] ### CAP started! +2021-09-04 11:43:12.589 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:43:12.589 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:43:12.589 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:43:12.589 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:43:12.589 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:43:12.589 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:43:12.590 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:43:12.590 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:43:12.673 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:43:12.676 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:43:12.724 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:43:12.735 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:43:12.735 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:43:12.735 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:43:12.736 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:43:12.756 +08:00 [DBG] Execution loop BackgroundServerProcess:dbea0bb5 has started in 5.3508 ms +2021-09-04 11:43:12.857 +08:00 [INF] Server szqh003802a:24240:8b9889cd successfully announced in 89.3676 ms +2021-09-04 11:43:12.860 +08:00 [INF] Server szqh003802a:24240:8b9889cd is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:43:12.861 +08:00 [DBG] Execution loop ServerHeartbeatProcess:7f8e5b55 has started in 3.4848 ms +2021-09-04 11:43:12.864 +08:00 [DBG] Execution loop ServerWatchdog:c7bcd8a7 has started in 3.9287 ms +2021-09-04 11:43:12.864 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:47b0e3cd has started in 2.8041 ms +2021-09-04 11:43:12.867 +08:00 [DBG] Execution loop ExpirationManager:d89ec9d4 has started in 4.3686 ms +2021-09-04 11:43:12.868 +08:00 [DBG] Execution loop CountersAggregator:c9933c23 has started in 3.6738 ms +2021-09-04 11:43:12.870 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:43:12.870 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:43:12.871 +08:00 [DBG] Execution loop Worker:4a43b982 has started in 6.2659 ms +2021-09-04 11:43:12.874 +08:00 [DBG] Execution loop Worker:3a26fda3 has started in 8.9627 ms +2021-09-04 11:43:12.875 +08:00 [DBG] Execution loop Worker:0a5cf3ff has started in 10.4404 ms +2021-09-04 11:43:12.878 +08:00 [DBG] Execution loop Worker:9c519bfb has started in 13.5182 ms +2021-09-04 11:43:12.880 +08:00 [DBG] Execution loop Worker:927802e3 has started in 15.0444 ms +2021-09-04 11:43:12.881 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:43:12.882 +08:00 [DBG] Execution loop Worker:74fbe313 has started in 17.389 ms +2021-09-04 11:43:12.884 +08:00 [DBG] Execution loop Worker:80fc2d2c has started in 19.2929 ms +2021-09-04 11:43:12.886 +08:00 [DBG] Execution loop Worker:c7c9da22 has started in 21.1472 ms +2021-09-04 11:43:12.888 +08:00 [DBG] Execution loop Worker:85901a36 has started in 23.438 ms +2021-09-04 11:43:12.891 +08:00 [DBG] Execution loop Worker:982f8e85 has started in 25.868 ms +2021-09-04 11:43:12.899 +08:00 [DBG] Execution loop Worker:3654a892 has started in 34.2619 ms +2021-09-04 11:43:12.904 +08:00 [DBG] Execution loop Worker:48d22460 has started in 39.1891 ms +2021-09-04 11:43:12.910 +08:00 [DBG] Execution loop Worker:80a1ee97 has started in 45.3832 ms +2021-09-04 11:43:12.918 +08:00 [DBG] Execution loop Worker:84fddb08 has started in 53.3816 ms +2021-09-04 11:43:12.924 +08:00 [DBG] Execution loop Worker:88ecf693 has started in 59.8624 ms +2021-09-04 11:43:12.928 +08:00 [DBG] removed records count=0 +2021-09-04 11:43:12.928 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:43:12.928 +08:00 [DBG] Execution loop Worker:b06624c2 has started in 63.7851 ms +2021-09-04 11:43:12.934 +08:00 [DBG] Execution loop Worker:05556238 has started in 69.4019 ms +2021-09-04 11:43:12.938 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:43:12.938 +08:00 [DBG] Execution loop Worker:035e057d has started in 72.8101 ms +2021-09-04 11:43:12.941 +08:00 [DBG] Execution loop Worker:257126ec has started in 76.4503 ms +2021-09-04 11:43:12.954 +08:00 [DBG] Execution loop Worker:7630cb8f has started in 88.8855 ms +2021-09-04 11:43:12.959 +08:00 [DBG] Execution loop DelayedJobScheduler:6fd21a34 has started in 18.1063 ms +2021-09-04 11:43:12.962 +08:00 [INF] Server szqh003802a:24240:8b9889cd all the dispatchers started +2021-09-04 11:43:12.966 +08:00 [DBG] removed records count=0 +2021-09-04 11:43:12.966 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:43:12.968 +08:00 [DBG] Execution loop RecurringJobScheduler:2bd89db6 has started in 12.7918 ms +2021-09-04 11:43:12.971 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:43:12.983 +08:00 [DBG] removed records count=0 +2021-09-04 11:43:12.983 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:43:12.985 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:43:12.993 +08:00 [DBG] removed records count=0 +2021-09-04 11:43:12.993 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:43:12.996 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:43:13.017 +08:00 [DBG] removed records count=0 +2021-09-04 11:43:13.334 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_f387e08eebc7492da6315faf75e64be6 +2021-09-04 11:43:13.368 +08:00 [INF] Connected to Redis. +2021-09-04 11:43:13.378 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:43:13.481 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:43:13.484 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:43:13.484 +08:00 [INF] Hosting environment: Development +2021-09-04 11:43:13.484 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:43:13.921 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:43:16.150 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:43:16.209 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:43:16.244 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:43:16.250 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 37.3966ms +2021-09-04 11:43:16.250 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:43:16.271 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2350.6845ms +2021-09-04 11:43:16.286 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:43:16.338 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 51.7690ms +2021-09-04 11:43:16.492 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:43:16.854 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 362.2508ms +2021-09-04 11:43:17.606 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:43:17.611 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:43:17.616 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.1035ms +2021-09-04 11:43:17.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:43:17.618 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:43:17.663 +08:00 [INF] Successfully validated the token. +2021-09-04 11:43:17.678 +08:00 [INF] Authorization was successful. +2021-09-04 11:43:17.682 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:43:17.735 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:43:17.746 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OlZG1dGmUmk6sxIAEq74mw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:43:17.746 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:43:17.755 +08:00 [INF] Successfully validated the token. +2021-09-04 11:43:17.758 +08:00 [INF] Authorization was successful. +2021-09-04 11:43:17.762 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:43:18.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:43:18.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:43:18.125 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 507.5956ms +2021-09-04 11:43:27.929 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:43:27.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:43:27.930 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 1.5397ms +2021-09-04 11:43:27.932 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:43:27.933 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:43:27.935 +08:00 [INF] Successfully validated the token. +2021-09-04 11:43:27.936 +08:00 [INF] Authorization was successful. +2021-09-04 11:43:27.937 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:43:27.951 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:43:28.524 +08:00 [INF] Authorization was successful. +2021-09-04 11:43:28.548 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:43:28.560 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:43:28.569 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:43:28.572 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:43:28.575 +08:00 [INF] Authorization was successful. +2021-09-04 11:43:29.111 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:43:29.120 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 1168.6897ms +2021-09-04 11:43:29.120 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:43:29.125 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:43:29.187 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:43:29.187 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:43:29.187 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 1255.3835ms +2021-09-04 11:43:42.553 +08:00 [DBG] Transport connection checking... +2021-09-04 11:43:42.553 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:43:42.904 +08:00 [DBG] Server szqh003802a:24240:8b9889cd heartbeat successfully sent +2021-09-04 11:44:36.719 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:44:41.365 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:44:41.465 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:44:41.968 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:44:42.007 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:44:42.096 +08:00 [INF] Starting the processing server. +2021-09-04 11:44:42.100 +08:00 [DBG] Transport connection checking... +2021-09-04 11:44:42.100 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:44:42.113 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag--83sYVkO4OGLhp3A1BZcTw +2021-09-04 11:44:42.119 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:44:42.137 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:44:42.140 +08:00 [INF] ### CAP started! +2021-09-04 11:44:42.148 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:44:42.148 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:44:42.148 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:44:42.148 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:44:42.148 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:44:42.148 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:44:42.149 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:44:42.149 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:44:42.226 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:44:42.229 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:44:42.274 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:44:42.285 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:44:42.285 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:44:42.286 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:44:42.286 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:44:42.306 +08:00 [DBG] Execution loop BackgroundServerProcess:fe6d2614 has started in 6.689 ms +2021-09-04 11:44:42.398 +08:00 [INF] Server szqh003802a:4816:e503ebd8 successfully announced in 79.8795 ms +2021-09-04 11:44:42.401 +08:00 [INF] Server szqh003802a:4816:e503ebd8 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:44:42.402 +08:00 [DBG] Execution loop ServerHeartbeatProcess:54665f10 has started in 3.5624 ms +2021-09-04 11:44:42.404 +08:00 [DBG] Execution loop ServerWatchdog:33a4ae36 has started in 3.0738 ms +2021-09-04 11:44:42.406 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:c551d391 has started in 4.0255 ms +2021-09-04 11:44:42.409 +08:00 [DBG] Execution loop ExpirationManager:ca3aace8 has started in 3.5094 ms +2021-09-04 11:44:42.411 +08:00 [DBG] Execution loop CountersAggregator:10fb65ea has started in 4.0829 ms +2021-09-04 11:44:42.412 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:44:42.412 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:44:42.413 +08:00 [DBG] Execution loop Worker:645dbb48 has started in 4.3511 ms +2021-09-04 11:44:42.416 +08:00 [DBG] Execution loop Worker:e734537d has started in 7.049 ms +2021-09-04 11:44:42.418 +08:00 [DBG] Execution loop Worker:20bbd3c7 has started in 9.2961 ms +2021-09-04 11:44:42.421 +08:00 [DBG] Execution loop Worker:40581bc8 has started in 12.5091 ms +2021-09-04 11:44:42.421 +08:00 [DBG] Execution loop Worker:e1df4f2c has started in 12.5073 ms +2021-09-04 11:44:42.424 +08:00 [DBG] Execution loop Worker:f6237667 has started in 14.8287 ms +2021-09-04 11:44:42.425 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:44:42.427 +08:00 [DBG] Execution loop Worker:3b5e90f3 has started in 18.3112 ms +2021-09-04 11:44:42.431 +08:00 [DBG] Execution loop Worker:17f316e2 has started in 21.8708 ms +2021-09-04 11:44:42.431 +08:00 [DBG] Execution loop Worker:5793f03e has started in 21.8721 ms +2021-09-04 11:44:42.433 +08:00 [DBG] Execution loop Worker:b894cea5 has started in 24.211 ms +2021-09-04 11:44:42.437 +08:00 [DBG] Execution loop Worker:60473e86 has started in 28.0547 ms +2021-09-04 11:44:42.441 +08:00 [DBG] Execution loop Worker:decf9589 has started in 31.6984 ms +2021-09-04 11:44:42.444 +08:00 [DBG] Execution loop Worker:d9a9e412 has started in 34.6931 ms +2021-09-04 11:44:42.448 +08:00 [DBG] Execution loop Worker:97e8a4f9 has started in 39.2769 ms +2021-09-04 11:44:42.456 +08:00 [DBG] Execution loop Worker:f47dd195 has started in 46.7343 ms +2021-09-04 11:44:42.462 +08:00 [DBG] removed records count=0 +2021-09-04 11:44:42.462 +08:00 [DBG] Execution loop Worker:18030a07 has started in 52.904 ms +2021-09-04 11:44:42.462 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:44:42.467 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:44:42.468 +08:00 [DBG] Execution loop Worker:97c1e7c8 has started in 59.0049 ms +2021-09-04 11:44:42.471 +08:00 [DBG] Execution loop Worker:40b59050 has started in 61.7337 ms +2021-09-04 11:44:42.475 +08:00 [DBG] Execution loop Worker:375bbdcb has started in 66.4074 ms +2021-09-04 11:44:42.477 +08:00 [DBG] Execution loop Worker:70cc3756 has started in 68.5465 ms +2021-09-04 11:44:42.479 +08:00 [INF] Server szqh003802a:4816:e503ebd8 all the dispatchers started +2021-09-04 11:44:42.486 +08:00 [DBG] removed records count=0 +2021-09-04 11:44:42.486 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:44:42.487 +08:00 [DBG] Execution loop RecurringJobScheduler:ba8abfdd has started in 9.4969 ms +2021-09-04 11:44:42.489 +08:00 [DBG] Execution loop DelayedJobScheduler:b3c27c7b has started in 13.9258 ms +2021-09-04 11:44:42.494 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:44:42.504 +08:00 [DBG] removed records count=0 +2021-09-04 11:44:42.504 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:44:42.506 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:44:42.514 +08:00 [DBG] removed records count=0 +2021-09-04 11:44:42.514 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:44:42.515 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:44:42.526 +08:00 [DBG] removed records count=0 +2021-09-04 11:44:42.861 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_a911bf569a214d89839b07db25f6b7c9 +2021-09-04 11:44:42.888 +08:00 [INF] Connected to Redis. +2021-09-04 11:44:42.909 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:44:43.008 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:44:43.011 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:44:43.011 +08:00 [INF] Hosting environment: Development +2021-09-04 11:44:43.011 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:44:43.653 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:44:45.450 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:44:45.508 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:44:45.547 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:44:45.553 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 41.3896ms +2021-09-04 11:44:45.553 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:44:45.572 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1921.1118ms +2021-09-04 11:44:45.588 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:44:45.643 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 55.4156ms +2021-09-04 11:44:45.808 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:44:46.161 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 353.0671ms +2021-09-04 11:44:52.605 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:44:52.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:52.614 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.0365ms +2021-09-04 11:44:52.616 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:44:52.616 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:52.665 +08:00 [INF] Successfully validated the token. +2021-09-04 11:44:52.681 +08:00 [INF] Authorization was successful. +2021-09-04 11:44:52.685 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:44:52.700 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:44:52.708 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W0zHG4Rlm7uYI4R2iwg3NA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:44:52.708 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:52.710 +08:00 [INF] Successfully validated the token. +2021-09-04 11:44:52.711 +08:00 [INF] Authorization was successful. +2021-09-04 11:44:52.712 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:44:53.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:53.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:53.045 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 428.7304ms +2021-09-04 11:44:55.089 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 11:44:55.091 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W0zHG4Rlm7uYI4R2iwg3NA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 2382.8847ms +2021-09-04 11:44:56.036 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:44:56.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:56.037 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4785ms +2021-09-04 11:44:56.038 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:44:56.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:56.041 +08:00 [INF] Successfully validated the token. +2021-09-04 11:44:56.041 +08:00 [INF] Authorization was successful. +2021-09-04 11:44:56.042 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:44:56.042 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:44:56.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:56.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:56.067 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.6906ms +2021-09-04 11:44:56.143 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:44:56.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:56.144 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.2576ms +2021-09-04 11:44:56.146 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:44:56.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:56.150 +08:00 [INF] Successfully validated the token. +2021-09-04 11:44:56.165 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5JgDiBg1uYd4QndtxnByrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:44:56.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:44:56.167 +08:00 [INF] Successfully validated the token. +2021-09-04 11:44:56.168 +08:00 [INF] Authorization was successful. +2021-09-04 11:44:56.169 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:44:56.360 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:44:56.366 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:44:56.372 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:44:56.375 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:44:56.378 +08:00 [INF] Authorization was successful. +2021-09-04 11:44:56.379 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:44:56.393 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:44:57.326 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:44:57.340 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 946.9567ms +2021-09-04 11:44:57.340 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:44:57.348 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:57.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:57.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:44:57.405 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1258.4195ms +2021-09-04 11:45:00.743 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:45:00.744 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:45:00.744 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6989ms +2021-09-04 11:45:00.746 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:45:00.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:45:00.749 +08:00 [INF] Successfully validated the token. +2021-09-04 11:45:00.749 +08:00 [INF] Authorization was successful. +2021-09-04 11:45:00.750 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:45:00.753 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:45:00.775 +08:00 [INF] Authorization was successful. +2021-09-04 11:45:00.783 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:45:00.786 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:45:00.787 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:45:00.789 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:45:00.789 +08:00 [INF] Authorization was successful. +2021-09-04 11:45:01.191 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:45:01.192 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 439.8338ms +2021-09-04 11:45:01.193 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:45:01.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:45:01.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:45:01.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:45:01.236 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 489.6729ms +2021-09-04 11:45:12.110 +08:00 [DBG] Transport connection checking... +2021-09-04 11:45:12.110 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:45:12.463 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:45:42.112 +08:00 [DBG] Transport connection checking... +2021-09-04 11:45:42.113 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:45:42.482 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:46:12.117 +08:00 [DBG] Transport connection checking... +2021-09-04 11:46:12.117 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:46:12.504 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:46:42.142 +08:00 [DBG] Transport connection checking... +2021-09-04 11:46:42.142 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:46:42.527 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:46:59.816 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:46:59.816 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:46:59.816 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4783ms +2021-09-04 11:46:59.819 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:46:59.819 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:46:59.821 +08:00 [INF] Successfully validated the token. +2021-09-04 11:46:59.822 +08:00 [INF] Authorization was successful. +2021-09-04 11:46:59.823 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:46:59.823 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:46:59.837 +08:00 [INF] Authorization was successful. +2021-09-04 11:46:59.839 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:46:59.848 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:46:59.849 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:46:59.853 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:46:59.853 +08:00 [INF] Authorization was successful. +2021-09-04 11:46:59.946 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:46:59.946 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 122.6418ms +2021-09-04 11:46:59.946 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:46:59.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:46:59.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:46:59.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:46:59.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 172.4004ms +2021-09-04 11:47:12.150 +08:00 [DBG] Transport connection checking... +2021-09-04 11:47:12.151 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:47:12.561 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:47:42.156 +08:00 [DBG] Transport connection checking... +2021-09-04 11:47:42.156 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:47:42.583 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:48:12.157 +08:00 [DBG] Transport connection checking... +2021-09-04 11:48:12.157 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:48:12.605 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:48:21.749 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:48:21.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:48:21.750 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5494ms +2021-09-04 11:48:21.752 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:48:21.753 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:48:21.755 +08:00 [INF] Successfully validated the token. +2021-09-04 11:48:21.756 +08:00 [INF] Authorization was successful. +2021-09-04 11:48:21.758 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:48:21.758 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:48:21.771 +08:00 [INF] Authorization was successful. +2021-09-04 11:48:21.774 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:48:21.781 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:48:21.782 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:48:21.786 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:48:21.786 +08:00 [INF] Authorization was successful. +2021-09-04 11:48:44.835 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:48:48.713 +08:00 [DBG] Transport connection checking... +2021-09-04 11:48:48.713 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:48:56.002 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:48:56.006 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 34248.5335ms +2021-09-04 11:48:56.006 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:48:56.010 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:48:56.645 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 11:48:56.647 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:48:56.647 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:48:56.648 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 34895.7820ms +2021-09-04 11:48:56.748 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext'. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Got timeout reading communication packets + at MySqlConnector.Core.ServerSession.SwitchAuthenticationAsync(ConnectionSettings cs, PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 648 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 503 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Got timeout reading communication packets + at MySqlConnector.Core.ServerSession.SwitchAuthenticationAsync(ConnectionSettings cs, PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 648 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 503 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 11:48:56.753 +08:00 [ERR] An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseMySql' call. + ---> MySqlConnector.MySqlException (0x80004005): Connect Timeout expired. + ---> MySqlConnector.MySqlException (0x80004005): Got timeout reading communication packets + at MySqlConnector.Core.ServerSession.SwitchAuthenticationAsync(ConnectionSettings cs, PayloadData payload, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 648 + at MySqlConnector.Core.ServerSession.ConnectAsync(ConnectionSettings cs, Int32 startTickCount, ILoadBalancer loadBalancer, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ServerSession.cs:line 503 + at MySqlConnector.Core.ConnectionPool.ConnectSessionAsync(String logMessage, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 376 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 107 + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 137 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 895 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.BackgroundJobs.EntityFrameworkCore.EfCoreBackgroundJobRepository.GetWaitingListAsync(Int32 maxResultCount, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.BackgroundJobs.BackgroundJobStore.GetWaitingJobsAsync(Int32 maxResultCount) + at Volo.Abp.BackgroundJobs.BackgroundJobWorker.DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) + at Volo.Abp.BackgroundWorkers.AsyncPeriodicBackgroundWorkerBase.DoWorkAsync() +2021-09-04 11:49:14.861 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:49:18.720 +08:00 [DBG] Transport connection checking... +2021-09-04 11:49:18.720 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:49:42.149 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:49:42.152 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:49:42.419 +08:00 [INF] 2 servers were removed due to timeout +2021-09-04 11:49:42.445 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:49:44.887 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:49:48.729 +08:00 [DBG] Transport connection checking... +2021-09-04 11:49:48.729 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:50:14.916 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:50:18.741 +08:00 [DBG] Transport connection checking... +2021-09-04 11:50:18.741 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:50:44.947 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:50:48.760 +08:00 [DBG] Transport connection checking... +2021-09-04 11:50:48.760 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:51:14.972 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:51:18.768 +08:00 [DBG] Transport connection checking... +2021-09-04 11:51:18.768 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:51:44.983 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:51:48.768 +08:00 [DBG] Transport connection checking... +2021-09-04 11:51:48.768 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:52:15.020 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:52:18.782 +08:00 [DBG] Transport connection checking... +2021-09-04 11:52:18.782 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:52:45.047 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:52:48.789 +08:00 [DBG] Transport connection checking... +2021-09-04 11:52:48.789 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:53:15.080 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:53:18.805 +08:00 [DBG] Transport connection checking... +2021-09-04 11:53:18.805 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:53:45.086 +08:00 [DBG] Server szqh003802a:4816:e503ebd8 heartbeat successfully sent +2021-09-04 11:53:48.814 +08:00 [DBG] Transport connection checking... +2021-09-04 11:53:48.814 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:58:43.566 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 11:58:49.306 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 11:58:49.405 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 11:58:49.927 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 11:58:49.968 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 11:58:50.061 +08:00 [INF] Starting the processing server. +2021-09-04 11:58:50.065 +08:00 [DBG] Transport connection checking... +2021-09-04 11:58:50.065 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:58:50.077 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-Wi7kJaRscUBjTFTGwoJP1Q +2021-09-04 11:58:50.085 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 11:58:50.103 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 11:58:50.105 +08:00 [INF] ### CAP started! +2021-09-04 11:58:50.114 +08:00 [INF] Loaded ABP modules: +2021-09-04 11:58:50.114 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 11:58:50.114 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 11:58:50.114 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 11:58:50.114 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 11:58:50.114 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 11:58:50.115 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 11:58:50.115 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 11:58:50.199 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 11:58:50.202 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 11:58:50.249 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 11:58:50.262 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 11:58:50.262 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 11:58:50.262 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 11:58:50.262 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 11:58:50.284 +08:00 [DBG] Execution loop BackgroundServerProcess:926278f4 has started in 5.7994 ms +2021-09-04 11:58:50.375 +08:00 [INF] Server szqh003802a:30960:6a8781b9 successfully announced in 79.0344 ms +2021-09-04 11:58:50.379 +08:00 [INF] Server szqh003802a:30960:6a8781b9 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 11:58:50.379 +08:00 [DBG] Execution loop ServerHeartbeatProcess:93b64f3e has started in 3.6888 ms +2021-09-04 11:58:50.382 +08:00 [DBG] Execution loop ServerWatchdog:f64e5097 has started in 3.2222 ms +2021-09-04 11:58:50.384 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:b4949a94 has started in 4.1314 ms +2021-09-04 11:58:50.387 +08:00 [DBG] Execution loop ExpirationManager:1a00d79f has started in 4.4194 ms +2021-09-04 11:58:50.389 +08:00 [DBG] Execution loop CountersAggregator:d6674bec has started in 4.1606 ms +2021-09-04 11:58:50.391 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 11:58:50.391 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 11:58:50.393 +08:00 [DBG] Execution loop Worker:1fbf127e has started in 8.0398 ms +2021-09-04 11:58:50.395 +08:00 [DBG] Execution loop Worker:1e8acff8 has started in 10.1541 ms +2021-09-04 11:58:50.395 +08:00 [DBG] Execution loop Worker:0b823205 has started in 10.1479 ms +2021-09-04 11:58:50.396 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 11:58:50.398 +08:00 [DBG] Execution loop Worker:140c6da6 has started in 13.0741 ms +2021-09-04 11:58:50.400 +08:00 [DBG] Execution loop Worker:39db18d4 has started in 15.6068 ms +2021-09-04 11:58:50.402 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 11:58:50.404 +08:00 [DBG] Execution loop Worker:0fb3c758 has started in 18.6965 ms +2021-09-04 11:58:50.405 +08:00 [DBG] Execution loop Worker:3978c1bc has started in 20.1648 ms +2021-09-04 11:58:50.408 +08:00 [DBG] Execution loop Worker:8eb85ed9 has started in 22.3507 ms +2021-09-04 11:58:50.410 +08:00 [DBG] Execution loop Worker:f26415b0 has started in 24.4578 ms +2021-09-04 11:58:50.412 +08:00 [DBG] Execution loop Worker:6958a314 has started in 26.4894 ms +2021-09-04 11:58:50.413 +08:00 [DBG] Execution loop Worker:ee82ba9a has started in 28.5826 ms +2021-09-04 11:58:50.416 +08:00 [DBG] Execution loop Worker:15ab4e4f has started in 30.7488 ms +2021-09-04 11:58:50.419 +08:00 [DBG] Execution loop Worker:0104783a has started in 33.6683 ms +2021-09-04 11:58:50.421 +08:00 [DBG] Execution loop Worker:44fc4f73 has started in 35.6241 ms +2021-09-04 11:58:50.423 +08:00 [DBG] Execution loop Worker:1df577eb has started in 38.7785 ms +2021-09-04 11:58:50.432 +08:00 [DBG] Execution loop Worker:6c0eba2f has started in 47.4323 ms +2021-09-04 11:58:50.442 +08:00 [DBG] Execution loop Worker:c7dddcdd has started in 56.8692 ms +2021-09-04 11:58:50.451 +08:00 [DBG] Execution loop Worker:832e8910 has started in 65.8399 ms +2021-09-04 11:58:50.455 +08:00 [DBG] Execution loop Worker:32d31998 has started in 70.5798 ms +2021-09-04 11:58:50.463 +08:00 [DBG] Execution loop Worker:4a3f22d1 has started in 78.1829 ms +2021-09-04 11:58:50.471 +08:00 [DBG] Execution loop DelayedJobScheduler:8d0fa582 has started in 15.2037 ms +2021-09-04 11:58:50.473 +08:00 [INF] Server szqh003802a:30960:6a8781b9 all the dispatchers started +2021-09-04 11:58:50.474 +08:00 [DBG] removed records count=0 +2021-09-04 11:58:50.474 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 11:58:50.478 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 11:58:50.478 +08:00 [DBG] Execution loop RecurringJobScheduler:c2b62609 has started in 12.0143 ms +2021-09-04 11:58:50.502 +08:00 [DBG] removed records count=0 +2021-09-04 11:58:50.502 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 11:58:50.503 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 11:58:50.511 +08:00 [DBG] removed records count=0 +2021-09-04 11:58:50.511 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 11:58:50.513 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 11:58:50.523 +08:00 [DBG] removed records count=0 +2021-09-04 11:58:50.523 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 11:58:50.529 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 11:58:50.548 +08:00 [DBG] removed records count=0 +2021-09-04 11:58:50.868 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_d69851aebb65455c921b9d5bbcf2bf46 +2021-09-04 11:58:50.895 +08:00 [INF] Connected to Redis. +2021-09-04 11:58:50.916 +08:00 [INF] Initialized all ABP modules. +2021-09-04 11:58:51.016 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 11:58:51.019 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 11:58:51.019 +08:00 [INF] Hosting environment: Development +2021-09-04 11:58:51.019 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 11:58:51.168 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 11:58:53.027 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:58:53.090 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 11:58:53.130 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 11:58:53.137 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 43.377ms +2021-09-04 11:58:53.137 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 11:58:53.158 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1991.1139ms +2021-09-04 11:58:53.175 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 11:58:53.233 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 58.3759ms +2021-09-04 11:58:53.386 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 11:58:53.797 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 411.0678ms +2021-09-04 11:58:55.458 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 11:58:55.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:55.472 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 13.8917ms +2021-09-04 11:58:55.474 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 11:58:55.475 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:55.555 +08:00 [INF] Successfully validated the token. +2021-09-04 11:58:55.576 +08:00 [INF] Authorization was successful. +2021-09-04 11:58:55.582 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:58:55.604 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 11:58:55.646 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 11:58:55.647 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:55.647 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.3134ms +2021-09-04 11:58:55.650 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 11:58:55.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:55.655 +08:00 [INF] Successfully validated the token. +2021-09-04 11:58:55.738 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fzF5QM5nQvKOVbqCJ630TA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 11:58:55.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:55.750 +08:00 [INF] Successfully validated the token. +2021-09-04 11:58:55.758 +08:00 [INF] Authorization was successful. +2021-09-04 11:58:55.764 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 11:58:55.948 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:58:55.957 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 11:58:55.970 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:58:55.978 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 11:58:55.983 +08:00 [INF] Authorization was successful. +2021-09-04 11:58:55.986 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:58:56.011 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:58:56.513 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:58:56.513 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:58:56.520 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 1045.8962ms +2021-09-04 11:58:57.098 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 11:58:57.112 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 1101.3737ms +2021-09-04 11:58:57.113 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:58:57.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:58:57.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:58:57.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:58:57.182 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1531.8171ms +2021-09-04 11:58:58.489 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 11:58:58.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:58.490 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.6140ms +2021-09-04 11:58:58.491 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 11:58:58.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 11:58:58.495 +08:00 [INF] Successfully validated the token. +2021-09-04 11:58:58.496 +08:00 [INF] Authorization was successful. +2021-09-04 11:58:58.497 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:58:58.499 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 11:58:58.524 +08:00 [INF] Authorization was successful. +2021-09-04 11:58:58.533 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:58:58.537 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:58:58.537 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:58:58.540 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 11:58:58.540 +08:00 [INF] Authorization was successful. +2021-09-04 11:59:03.213 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 11:59:03.215 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 4716.3063ms +2021-09-04 11:59:03.215 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 11:59:03.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:59:03.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:59:03.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 11:59:03.266 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 4775.1727ms +2021-09-04 11:59:20.072 +08:00 [DBG] Transport connection checking... +2021-09-04 11:59:20.072 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:59:20.421 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 11:59:50.074 +08:00 [DBG] Transport connection checking... +2021-09-04 11:59:50.074 +08:00 [DBG] Transport connection healthy! +2021-09-04 11:59:50.451 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:00:20.086 +08:00 [DBG] Transport connection checking... +2021-09-04 12:00:20.087 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:00:20.483 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:00:44.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:00:44.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fzF5QM5nQvKOVbqCJ630TA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 109226.2219ms +2021-09-04 12:00:50.100 +08:00 [DBG] Transport connection checking... +2021-09-04 12:00:50.100 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:00:50.510 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:00:57.066 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:00:57.066 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:57.066 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6300ms +2021-09-04 12:00:57.068 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:00:57.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:57.071 +08:00 [INF] Successfully validated the token. +2021-09-04 12:00:57.072 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:57.073 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:00:57.074 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:00:57.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:57.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:57.099 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.6485ms +2021-09-04 12:00:57.259 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:00:57.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:57.259 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4573ms +2021-09-04 12:00:57.261 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:00:57.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:57.264 +08:00 [INF] Successfully validated the token. +2021-09-04 12:00:57.265 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:00:57.268 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:00:57.269 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:00:57.271 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:00:57.271 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:57.272 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:00:57.273 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:00:57.289 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3ZbUAD-Vf9GexrNiw8vy1g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:00:57.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:57.302 +08:00 [INF] Successfully validated the token. +2021-09-04 12:00:57.303 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:57.306 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:00:57.313 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:00:57.316 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 42.8907ms +2021-09-04 12:00:57.316 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:00:57.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:57.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:57.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:57.345 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 84.0660ms +2021-09-04 12:00:59.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:00:59.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:59.023 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4625ms +2021-09-04 12:00:59.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:00:59.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:00:59.027 +08:00 [INF] Successfully validated the token. +2021-09-04 12:00:59.028 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:59.029 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:00:59.029 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:00:59.041 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:59.043 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:00:59.051 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:00:59.052 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:00:59.056 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:00:59.056 +08:00 [INF] Authorization was successful. +2021-09-04 12:00:59.146 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:00:59.146 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 117.0665ms +2021-09-04 12:00:59.146 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:00:59.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:59.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:59.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:00:59.177 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 152.4030ms +2021-09-04 12:01:20.112 +08:00 [DBG] Transport connection checking... +2021-09-04 12:01:20.112 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:01:20.539 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:01:50.111 +08:00 [DBG] Transport connection checking... +2021-09-04 12:01:50.111 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:01:50.567 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:02:20.117 +08:00 [DBG] Transport connection checking... +2021-09-04 12:02:20.117 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:02:20.586 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:02:50.123 +08:00 [DBG] Transport connection checking... +2021-09-04 12:02:50.123 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:02:50.612 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:03:20.142 +08:00 [DBG] Transport connection checking... +2021-09-04 12:03:20.142 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:03:20.646 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:03:50.094 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:03:50.097 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:03:50.156 +08:00 [DBG] Transport connection checking... +2021-09-04 12:03:50.156 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:03:50.395 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:03:50.653 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:04:20.168 +08:00 [DBG] Transport connection checking... +2021-09-04 12:04:20.168 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:04:20.687 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:04:39.884 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:04:39.884 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3ZbUAD-Vf9GexrNiw8vy1g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 222605.4648ms +2021-09-04 12:04:41.732 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:04:41.732 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:41.732 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7087ms +2021-09-04 12:04:41.735 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:04:41.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:41.737 +08:00 [INF] Successfully validated the token. +2021-09-04 12:04:41.738 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:41.739 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:04:41.739 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:04:41.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:41.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:41.761 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5754ms +2021-09-04 12:04:41.907 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:04:41.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:41.907 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4565ms +2021-09-04 12:04:41.909 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:04:41.909 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:41.913 +08:00 [INF] Successfully validated the token. +2021-09-04 12:04:41.914 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:04:41.918 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:04:41.918 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:04:41.921 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:04:41.921 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:41.922 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:04:41.923 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:04:41.954 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:04:41.956 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 33.0246ms +2021-09-04 12:04:41.956 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:04:41.959 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oo36WQLI6VC6EQf6TJUnnQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:04:41.960 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:41.961 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:41.965 +08:00 [INF] Successfully validated the token. +2021-09-04 12:04:41.966 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:41.968 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:04:41.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:41.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:41.996 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 87.6102ms +2021-09-04 12:04:43.021 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:04:43.022 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:43.022 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4908ms +2021-09-04 12:04:43.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:04:43.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:04:43.026 +08:00 [INF] Successfully validated the token. +2021-09-04 12:04:43.027 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:43.028 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:04:43.028 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:04:43.040 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:43.042 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:04:43.052 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:04:43.053 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:04:43.056 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:04:43.056 +08:00 [INF] Authorization was successful. +2021-09-04 12:04:43.151 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:04:43.151 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 122.7251ms +2021-09-04 12:04:43.151 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:04:43.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:43.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:43.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:04:43.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 167.8778ms +2021-09-04 12:04:50.169 +08:00 [DBG] Transport connection checking... +2021-09-04 12:04:50.169 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:04:50.789 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:05:20.176 +08:00 [DBG] Transport connection checking... +2021-09-04 12:05:20.176 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:05:20.835 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:05:50.176 +08:00 [DBG] Transport connection checking... +2021-09-04 12:05:50.176 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:05:50.873 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:06:20.193 +08:00 [DBG] Transport connection checking... +2021-09-04 12:06:20.193 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:06:20.922 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:06:50.196 +08:00 [DBG] Transport connection checking... +2021-09-04 12:06:50.196 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:06:50.944 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:07:20.208 +08:00 [DBG] Transport connection checking... +2021-09-04 12:07:20.208 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:07:20.982 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:07:50.214 +08:00 [DBG] Transport connection checking... +2021-09-04 12:07:50.214 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:07:51.008 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:08:20.213 +08:00 [DBG] Transport connection checking... +2021-09-04 12:08:20.213 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:08:21.026 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:08:50.108 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:08:50.110 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:08:50.218 +08:00 [DBG] Transport connection checking... +2021-09-04 12:08:50.218 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:08:50.407 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:08:51.047 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:09:20.220 +08:00 [DBG] Transport connection checking... +2021-09-04 12:09:20.220 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:09:21.080 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:09:50.221 +08:00 [DBG] Transport connection checking... +2021-09-04 12:09:50.221 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:09:51.110 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:10:20.231 +08:00 [DBG] Transport connection checking... +2021-09-04 12:10:20.231 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:10:21.133 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:10:50.237 +08:00 [DBG] Transport connection checking... +2021-09-04 12:10:50.237 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:10:51.152 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:11:20.247 +08:00 [DBG] Transport connection checking... +2021-09-04 12:11:20.247 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:11:21.195 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:11:50.247 +08:00 [DBG] Transport connection checking... +2021-09-04 12:11:50.247 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:11:51.212 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:12:20.250 +08:00 [DBG] Transport connection checking... +2021-09-04 12:12:20.250 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:12:21.215 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:12:50.267 +08:00 [DBG] Transport connection checking... +2021-09-04 12:12:50.267 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:12:51.232 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:13:20.270 +08:00 [DBG] Transport connection checking... +2021-09-04 12:13:20.270 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:13:21.236 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:13:50.101 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:13:50.104 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:13:50.274 +08:00 [DBG] Transport connection checking... +2021-09-04 12:13:50.274 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:13:50.400 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:13:51.256 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:13:55.168 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:13:55.168 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:13:55.168 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4448ms +2021-09-04 12:13:55.170 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:13:55.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:13:55.172 +08:00 [INF] Successfully validated the token. +2021-09-04 12:13:55.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:13:55.178 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:13:55.178 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:13:55.180 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:13:55.180 +08:00 [INF] Authorization was successful. +2021-09-04 12:13:55.181 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:13:55.182 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:13:55.211 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:13:55.213 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.1756ms +2021-09-04 12:13:55.213 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:13:55.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:55.241 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:55.241 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:55.241 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 71.3303ms +2021-09-04 12:13:56.774 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:13:56.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:13:56.775 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.9207ms +2021-09-04 12:13:56.776 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:13:56.776 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:13:56.779 +08:00 [INF] Successfully validated the token. +2021-09-04 12:13:56.779 +08:00 [INF] Authorization was successful. +2021-09-04 12:13:56.780 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:13:56.780 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:13:56.793 +08:00 [INF] Authorization was successful. +2021-09-04 12:13:56.795 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:13:56.802 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:13:56.803 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:13:56.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:13:56.808 +08:00 [INF] Authorization was successful. +2021-09-04 12:13:56.899 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:13:56.900 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 119.5875ms +2021-09-04 12:13:56.900 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:13:56.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:56.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:56.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:13:56.931 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 154.6755ms +2021-09-04 12:14:16.164 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 12:14:16.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:14:16.165 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.5082ms +2021-09-04 12:14:16.167 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 844 +2021-09-04 12:14:16.168 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:14:16.172 +08:00 [INF] Successfully validated the token. +2021-09-04 12:14:16.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:16.177 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:16.177 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:16.180 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:16.180 +08:00 [INF] Authorization was successful. +2021-09-04 12:14:16.181 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:14:16.183 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:14:25.379 +08:00 [DBG] Transport connection checking... +2021-09-04 12:14:25.379 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:14:25.381 +08:00 [INF] Authorization was successful. +2021-09-04 12:14:25.392 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:25.407 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:14:25.407 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:25.407 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:25.414 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:14:25.414 +08:00 [INF] Authorization was successful. +2021-09-04 12:14:25.782 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 12:14:25.783 +08:00 [ERR] Undefined permission: AbpIdentity +Volo.Abp.AbpException: Undefined permission: AbpIdentity + at Volo.Abp.Authorization.Permissions.PermissionDefinitionManager.Get(String name) + at Volo.Abp.PermissionManagement.PermissionManager.SetAsync(String permissionName, String providerName, String providerKey, Boolean isGranted) + at Volo.Abp.PermissionManagement.PermissionAppService.UpdateAsync(String providerName, String providerKey, UpdatePermissionsDto input) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Authorization.AuthorizationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Roles.RoleAppService.UpdatePermissionAsync(UpdateRolePermissionsInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Roles\RoleAppService.cs:line 105 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2841(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 12:14:25.787 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 12:14:25.801 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 9618.3778ms +2021-09-04 12:14:25.801 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:14:25.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:14:25.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:14:25.979 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 844 - 500 - application/json;+charset=utf-8 9812.2936ms +2021-09-04 12:14:55.389 +08:00 [DBG] Transport connection checking... +2021-09-04 12:14:55.389 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:14:55.427 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:15:25.393 +08:00 [DBG] Transport connection checking... +2021-09-04 12:15:25.393 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:15:25.447 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:15:52.822 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:15:52.822 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:15:52.822 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4902ms +2021-09-04 12:15:52.824 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:15:52.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:15:52.826 +08:00 [INF] Successfully validated the token. +2021-09-04 12:15:52.827 +08:00 [INF] Authorization was successful. +2021-09-04 12:15:52.828 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:15:52.828 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:15:52.840 +08:00 [INF] Authorization was successful. +2021-09-04 12:15:52.843 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:15:52.850 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:15:52.852 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:15:52.856 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:15:52.856 +08:00 [INF] Authorization was successful. +2021-09-04 12:15:52.948 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:15:52.948 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 120.7232ms +2021-09-04 12:15:52.949 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:15:52.951 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:15:52.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:15:52.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:15:52.992 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 168.4898ms +2021-09-04 12:15:55.401 +08:00 [DBG] Transport connection checking... +2021-09-04 12:15:55.401 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:15:55.527 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:16:11.408 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 12:16:11.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:11.408 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4822ms +2021-09-04 12:16:11.410 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 804 +2021-09-04 12:16:11.410 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:11.413 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:11.414 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:11.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:11.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:11.421 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:11.421 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:11.422 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:11.422 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:17.264 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:17.266 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:17.276 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:17.276 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:17.281 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:17.281 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:17.344 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 5922.1725ms +2021-09-04 12:16:17.344 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:17.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:17.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:17.414 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:17.414 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:17.415 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 804 - 204 - - 6004.7972ms +2021-09-04 12:16:25.109 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:16:25.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:25.110 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4582ms +2021-09-04 12:16:25.111 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:16:25.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:25.114 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:25.115 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:16:25.118 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:16:25.118 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:16:25.122 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:16:25.122 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:25.123 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:25.123 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:25.151 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:16:25.153 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 29.8229ms +2021-09-04 12:16:25.153 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:25.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:25.185 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:25.185 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:25.185 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 73.7438ms +2021-09-04 12:16:25.425 +08:00 [DBG] Transport connection checking... +2021-09-04 12:16:25.425 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:16:25.631 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:16:26.231 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:16:26.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:26.232 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5076ms +2021-09-04 12:16:26.233 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:16:26.234 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:26.236 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:26.236 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:26.237 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:26.237 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:26.249 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:26.251 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:26.259 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:26.260 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:26.264 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:26.264 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:26.353 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:16:26.353 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 115.8899ms +2021-09-04 12:16:26.353 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:26.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:26.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:26.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:26.397 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 163.9906ms +2021-09-04 12:16:36.791 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 12:16:36.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:36.792 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4771ms +2021-09-04 12:16:36.794 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 801 +2021-09-04 12:16:36.794 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:36.797 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:36.797 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:36.801 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:36.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:36.804 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:36.804 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:36.805 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:36.805 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:39.155 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:39.158 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:39.165 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:39.166 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:39.172 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:39.173 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:39.247 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 2442.0123ms +2021-09-04 12:16:39.247 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:39.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:39.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:39.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:39.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:39.306 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 801 - 204 - - 2511.9604ms +2021-09-04 12:16:41.237 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:16:41.237 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:41.238 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5310ms +2021-09-04 12:16:41.240 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:16:41.240 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:41.242 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:41.243 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:41.244 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:41.244 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:41.256 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:41.259 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:41.266 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:41.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:41.272 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:41.272 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:41.361 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:16:41.362 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 117.8698ms +2021-09-04 12:16:41.362 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:41.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:41.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:41.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:41.405 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 164.8645ms +2021-09-04 12:16:48.281 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 12:16:48.281 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:48.282 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4764ms +2021-09-04 12:16:48.285 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 803 +2021-09-04 12:16:48.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:48.287 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:48.288 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:48.292 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:48.292 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:48.295 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:48.295 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:48.296 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:48.296 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:50.848 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:50.851 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:50.859 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:50.860 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:50.866 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:50.867 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:50.929 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 2633.3587ms +2021-09-04 12:16:50.929 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:50.941 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:50.941 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:50.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:50.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:50.974 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 803 - 204 - - 2689.0111ms +2021-09-04 12:16:52.480 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:16:52.480 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:52.481 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4822ms +2021-09-04 12:16:52.482 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:16:52.483 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:52.485 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:52.485 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:52.486 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:52.487 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:52.498 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:52.500 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:52.508 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:52.509 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:52.513 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:52.513 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:52.608 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:16:52.609 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 122.0894ms +2021-09-04 12:16:52.609 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:52.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:52.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:52.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:52.640 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 157.5258ms +2021-09-04 12:16:55.430 +08:00 [DBG] Transport connection checking... +2021-09-04 12:16:55.430 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:16:55.699 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:16:56.210 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:16:56.210 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:56.210 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5020ms +2021-09-04 12:16:56.212 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:16:56.212 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:56.215 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:56.216 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:16:56.220 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:16:56.220 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:16:56.223 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:16:56.223 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:56.224 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:56.224 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:56.253 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:16:56.255 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.6952ms +2021-09-04 12:16:56.255 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:56.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:56.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:56.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:56.284 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 72.1943ms +2021-09-04 12:16:57.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:16:57.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:16:57.124 +08:00 [INF] Successfully validated the token. +2021-09-04 12:16:57.125 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:57.126 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:57.126 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:16:57.138 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:57.140 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:57.146 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:57.147 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:57.153 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:16:57.153 +08:00 [INF] Authorization was successful. +2021-09-04 12:16:57.250 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:16:57.250 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 124.3757ms +2021-09-04 12:16:57.250 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:16:57.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:57.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:57.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:16:57.282 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 160.7703ms +2021-09-04 12:17:25.433 +08:00 [DBG] Transport connection checking... +2021-09-04 12:17:25.433 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:17:25.732 +08:00 [DBG] Server szqh003802a:30960:6a8781b9 heartbeat successfully sent +2021-09-04 12:18:38.426 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 12:18:44.565 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 12:18:44.667 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 12:18:45.198 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 12:18:45.229 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 12:18:45.327 +08:00 [INF] Starting the processing server. +2021-09-04 12:18:45.331 +08:00 [DBG] Transport connection checking... +2021-09-04 12:18:45.331 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:18:45.345 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-aRgPV87W_RoHMyevKZtQ7g +2021-09-04 12:18:45.353 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:18:45.371 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:18:45.374 +08:00 [INF] ### CAP started! +2021-09-04 12:18:45.383 +08:00 [INF] Loaded ABP modules: +2021-09-04 12:18:45.383 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 12:18:45.383 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 12:18:45.383 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 12:18:45.383 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 12:18:45.383 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 12:18:45.384 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 12:18:45.384 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 12:18:45.478 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 12:18:45.481 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 12:18:45.530 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 12:18:45.543 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 12:18:45.543 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 12:18:45.543 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 12:18:45.543 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 12:18:45.568 +08:00 [DBG] Execution loop BackgroundServerProcess:42523f9c has started in 7.0817 ms +2021-09-04 12:18:45.675 +08:00 [INF] Server szqh003802a:32224:ac4546c1 successfully announced in 92.827 ms +2021-09-04 12:18:45.679 +08:00 [INF] Server szqh003802a:32224:ac4546c1 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 12:18:45.680 +08:00 [DBG] Execution loop ServerHeartbeatProcess:35e372e6 has started in 3.7082 ms +2021-09-04 12:18:45.683 +08:00 [DBG] Execution loop ServerWatchdog:756e225f has started in 3.6907 ms +2021-09-04 12:18:45.685 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:f7b0f253 has started in 4.992 ms +2021-09-04 12:18:45.689 +08:00 [DBG] Execution loop ExpirationManager:c37af939 has started in 4.9291 ms +2021-09-04 12:18:45.691 +08:00 [DBG] Execution loop CountersAggregator:a552c7b1 has started in 5.2862 ms +2021-09-04 12:18:45.693 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:18:45.693 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 12:18:45.695 +08:00 [DBG] Execution loop Worker:bc497aa9 has started in 6.4387 ms +2021-09-04 12:18:45.697 +08:00 [DBG] Execution loop Worker:cf0413f1 has started in 8.6841 ms +2021-09-04 12:18:45.699 +08:00 [DBG] Execution loop Worker:0981e8b3 has started in 10.4531 ms +2021-09-04 12:18:45.702 +08:00 [DBG] Execution loop Worker:1ca938d4 has started in 13.16 ms +2021-09-04 12:18:45.703 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 12:18:45.706 +08:00 [DBG] Execution loop Worker:9e30e0c3 has started in 17.1203 ms +2021-09-04 12:18:45.707 +08:00 [DBG] Execution loop Worker:82ceab25 has started in 18.621 ms +2021-09-04 12:18:45.711 +08:00 [DBG] Execution loop Worker:46f3d7f1 has started in 21.7383 ms +2021-09-04 12:18:45.713 +08:00 [DBG] Execution loop Worker:ffb201fd has started in 24.2152 ms +2021-09-04 12:18:45.714 +08:00 [DBG] Execution loop Worker:776bf9b9 has started in 25.836 ms +2021-09-04 12:18:45.719 +08:00 [DBG] Execution loop Worker:438c622c has started in 30.6811 ms +2021-09-04 12:18:45.722 +08:00 [DBG] Execution loop Worker:c60a5cb1 has started in 33.6952 ms +2021-09-04 12:18:45.729 +08:00 [DBG] Execution loop Worker:ba4bb034 has started in 40.0903 ms +2021-09-04 12:18:45.729 +08:00 [DBG] Execution loop Worker:eba14de3 has started in 40.3093 ms +2021-09-04 12:18:45.733 +08:00 [DBG] removed records count=0 +2021-09-04 12:18:45.733 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 12:18:45.733 +08:00 [DBG] Execution loop Worker:35fb0aa2 has started in 44.8168 ms +2021-09-04 12:18:45.739 +08:00 [DBG] Execution loop Worker:d653c1ae has started in 50.206 ms +2021-09-04 12:18:45.741 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 12:18:45.746 +08:00 [DBG] Execution loop Worker:3ea6c44e has started in 56.5877 ms +2021-09-04 12:18:45.756 +08:00 [DBG] Execution loop Worker:cdd5b4d5 has started in 67.1835 ms +2021-09-04 12:18:45.769 +08:00 [DBG] removed records count=0 +2021-09-04 12:18:45.769 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 12:18:45.769 +08:00 [DBG] Execution loop Worker:8540e348 has started in 80.8349 ms +2021-09-04 12:18:45.775 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 12:18:45.776 +08:00 [DBG] Execution loop Worker:408366c3 has started in 87.7057 ms +2021-09-04 12:18:45.780 +08:00 [DBG] Execution loop Worker:5a6175f6 has started in 91.4371 ms +2021-09-04 12:18:45.792 +08:00 [INF] Server szqh003802a:32224:ac4546c1 all the dispatchers started +2021-09-04 12:18:45.792 +08:00 [DBG] Execution loop DelayedJobScheduler:05c6f5e5 has started in 16.2118 ms +2021-09-04 12:18:45.798 +08:00 [DBG] Execution loop RecurringJobScheduler:0fbdc1c3 has started in 17.802 ms +2021-09-04 12:18:45.801 +08:00 [DBG] removed records count=0 +2021-09-04 12:18:45.802 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 12:18:45.804 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 12:18:45.814 +08:00 [DBG] removed records count=0 +2021-09-04 12:18:45.814 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 12:18:45.816 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 12:18:45.828 +08:00 [DBG] removed records count=0 +2021-09-04 12:18:46.194 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_782bf4b3995f4d848774c494a31d9cd6 +2021-09-04 12:18:46.234 +08:00 [INF] Connected to Redis. +2021-09-04 12:18:46.249 +08:00 [INF] Initialized all ABP modules. +2021-09-04 12:18:46.347 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 12:18:46.350 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 12:18:46.350 +08:00 [INF] Hosting environment: Development +2021-09-04 12:18:46.350 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 12:18:46.576 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 12:18:48.116 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:18:48.186 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 12:18:48.224 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 12:18:48.231 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 40.8604ms +2021-09-04 12:18:48.231 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:18:48.251 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 1675.4453ms +2021-09-04 12:18:48.268 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 12:18:48.735 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 466.2136ms +2021-09-04 12:18:49.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 12:18:49.413 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 405.8519ms +2021-09-04 12:18:49.640 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:18:49.646 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:18:49.651 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.3932ms +2021-09-04 12:18:49.653 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:18:49.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:18:49.720 +08:00 [INF] Successfully validated the token. +2021-09-04 12:18:49.742 +08:00 [INF] Authorization was successful. +2021-09-04 12:18:49.747 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:18:49.767 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:18:49.790 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 12:18:49.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:18:49.791 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 1.2923ms +2021-09-04 12:18:49.793 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 12:18:49.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:18:49.798 +08:00 [INF] Successfully validated the token. +2021-09-04 12:18:49.800 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:18:49.820 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:18:49.828 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=onoMHky87rvDm5__FNXI0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:18:49.829 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:18:49.831 +08:00 [INF] Successfully validated the token. +2021-09-04 12:18:49.833 +08:00 [INF] Authorization was successful. +2021-09-04 12:18:49.834 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:18:50.329 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:18:50.329 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:18:50.336 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 682.4839ms +2021-09-04 12:18:51.169 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:18:51.194 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 1373.7256ms +2021-09-04 12:18:51.194 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:18:51.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:18:51.271 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:18:51.271 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:18:51.271 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 1477.7287ms +2021-09-04 12:19:15.344 +08:00 [DBG] Transport connection checking... +2021-09-04 12:19:15.344 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:19:15.711 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:19:45.345 +08:00 [DBG] Transport connection checking... +2021-09-04 12:19:45.345 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:19:45.728 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:20:15.344 +08:00 [DBG] Transport connection checking... +2021-09-04 12:20:15.344 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:20:15.746 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:20:35.300 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 12:20:35.301 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:20:35.301 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.6634ms +2021-09-04 12:20:35.302 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 12:20:35.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:20:35.305 +08:00 [INF] Successfully validated the token. +2021-09-04 12:20:35.306 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:20:35.309 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:20:35.640 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:20:35.645 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 335.8541ms +2021-09-04 12:20:35.645 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:20:35.655 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:20:35.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:20:35.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:20:35.686 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 383.5579ms +2021-09-04 12:20:45.355 +08:00 [DBG] Transport connection checking... +2021-09-04 12:20:45.355 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:20:45.761 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:21:13.283 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 12:21:13.283 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:21:13.283 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.6760ms +2021-09-04 12:21:13.285 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 12:21:13.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:21:13.289 +08:00 [INF] Successfully validated the token. +2021-09-04 12:21:13.290 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:21:13.292 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:21:13.581 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:21:13.583 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 290.4326ms +2021-09-04 12:21:13.583 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:21:13.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:13.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:13.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:13.624 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 338.6801ms +2021-09-04 12:21:15.355 +08:00 [DBG] Transport connection checking... +2021-09-04 12:21:15.355 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:21:15.788 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:21:36.541 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 12:21:36.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:21:36.542 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6634ms +2021-09-04 12:21:36.543 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 12:21:36.544 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:21:36.546 +08:00 [INF] Successfully validated the token. +2021-09-04 12:21:36.547 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:21:36.549 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:21:36.874 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:21:36.877 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 327.7218ms +2021-09-04 12:21:36.877 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:21:36.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:36.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:36.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:21:36.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 391.9811ms +2021-09-04 12:21:45.366 +08:00 [DBG] Transport connection checking... +2021-09-04 12:21:45.366 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:21:45.816 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:22:15.369 +08:00 [DBG] Transport connection checking... +2021-09-04 12:22:15.369 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:22:15.834 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:22:45.372 +08:00 [DBG] Transport connection checking... +2021-09-04 12:22:45.372 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:22:45.863 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:23:15.381 +08:00 [DBG] Transport connection checking... +2021-09-04 12:23:15.381 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:23:15.890 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:23:45.373 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:23:45.376 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:23:45.389 +08:00 [DBG] Transport connection checking... +2021-09-04 12:23:45.389 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:23:45.697 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 12:23:45.706 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:23:45.901 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:24:15.400 +08:00 [DBG] Transport connection checking... +2021-09-04 12:24:15.400 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:24:15.924 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:24:45.415 +08:00 [DBG] Transport connection checking... +2021-09-04 12:24:45.415 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:24:45.954 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:25:15.443 +08:00 [DBG] Transport connection checking... +2021-09-04 12:25:15.443 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:25:15.990 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:25:45.451 +08:00 [DBG] Transport connection checking... +2021-09-04 12:25:45.451 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:25:46.021 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:26:15.471 +08:00 [DBG] Transport connection checking... +2021-09-04 12:26:15.471 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:26:16.056 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:26:45.482 +08:00 [DBG] Transport connection checking... +2021-09-04 12:26:45.482 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:26:46.084 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:27:15.481 +08:00 [DBG] Transport connection checking... +2021-09-04 12:27:15.481 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:27:16.113 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:27:45.490 +08:00 [DBG] Transport connection checking... +2021-09-04 12:27:45.490 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:27:46.128 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:28:15.494 +08:00 [DBG] Transport connection checking... +2021-09-04 12:28:15.494 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:28:16.156 +08:00 [DBG] Server szqh003802a:32224:ac4546c1 heartbeat successfully sent +2021-09-04 12:35:10.078 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 12:35:15.113 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 12:35:15.215 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 12:35:15.722 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 12:35:15.761 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 12:35:15.855 +08:00 [INF] Starting the processing server. +2021-09-04 12:35:15.859 +08:00 [DBG] Transport connection checking... +2021-09-04 12:35:15.859 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:35:15.872 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-AlMXN9ku6SrQdj1QN9wOEQ +2021-09-04 12:35:15.879 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:35:15.896 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:35:15.899 +08:00 [INF] ### CAP started! +2021-09-04 12:35:15.908 +08:00 [INF] Loaded ABP modules: +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 12:35:15.908 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 12:35:15.909 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 12:35:15.909 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 12:35:15.993 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 12:35:15.995 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 12:35:16.042 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 12:35:16.054 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 12:35:16.054 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 12:35:16.054 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 12:35:16.054 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 12:35:16.075 +08:00 [DBG] Execution loop BackgroundServerProcess:9c84b48c has started in 5.8301 ms +2021-09-04 12:35:16.170 +08:00 [INF] Server szqh003802a:30016:8b8775a6 successfully announced in 82.2157 ms +2021-09-04 12:35:16.173 +08:00 [INF] Server szqh003802a:30016:8b8775a6 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 12:35:16.174 +08:00 [DBG] Execution loop ServerHeartbeatProcess:45757d3b has started in 3.3451 ms +2021-09-04 12:35:16.178 +08:00 [DBG] Execution loop ServerWatchdog:a29c6272 has started in 4.1858 ms +2021-09-04 12:35:16.179 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:13d726f3 has started in 4.3168 ms +2021-09-04 12:35:16.181 +08:00 [DBG] Execution loop ExpirationManager:4469504c has started in 3.2471 ms +2021-09-04 12:35:16.183 +08:00 [DBG] Execution loop CountersAggregator:4828f92a has started in 3.9671 ms +2021-09-04 12:35:16.185 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:35:16.185 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 12:35:16.186 +08:00 [DBG] Execution loop Worker:f4cc80c5 has started in 4.5989 ms +2021-09-04 12:35:16.188 +08:00 [DBG] Execution loop Worker:70737626 has started in 6.5554 ms +2021-09-04 12:35:16.191 +08:00 [DBG] Execution loop Worker:24a44c98 has started in 9.705 ms +2021-09-04 12:35:16.193 +08:00 [DBG] Execution loop Worker:3b022f13 has started in 11.3614 ms +2021-09-04 12:35:16.195 +08:00 [DBG] Execution loop Worker:d2bb177b has started in 14.0639 ms +2021-09-04 12:35:16.198 +08:00 [DBG] Execution loop Worker:bf3a1cf6 has started in 16.4934 ms +2021-09-04 12:35:16.198 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 12:35:16.199 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 12:35:16.201 +08:00 [DBG] Execution loop Worker:a07d1df7 has started in 19.4412 ms +2021-09-04 12:35:16.204 +08:00 [DBG] Execution loop Worker:85adecb8 has started in 22.9475 ms +2021-09-04 12:35:16.207 +08:00 [DBG] Execution loop Worker:e0182ade has started in 25.3328 ms +2021-09-04 12:35:16.210 +08:00 [DBG] Execution loop Worker:c032be3e has started in 28.7111 ms +2021-09-04 12:35:16.216 +08:00 [DBG] Execution loop Worker:76d97398 has started in 34.1923 ms +2021-09-04 12:35:16.222 +08:00 [DBG] Execution loop Worker:a2eee8fc has started in 40.2914 ms +2021-09-04 12:35:16.228 +08:00 [DBG] Execution loop Worker:3b5ae796 has started in 46.7104 ms +2021-09-04 12:35:16.231 +08:00 [DBG] Execution loop Worker:6d35df3a has started in 49.8116 ms +2021-09-04 12:35:16.237 +08:00 [DBG] Execution loop Worker:487b84a1 has started in 55.9854 ms +2021-09-04 12:35:16.240 +08:00 [DBG] removed records count=0 +2021-09-04 12:35:16.240 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 12:35:16.241 +08:00 [DBG] Execution loop Worker:370a3cee has started in 59.6852 ms +2021-09-04 12:35:16.243 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 12:35:16.244 +08:00 [DBG] Execution loop Worker:c6c15407 has started in 62.4366 ms +2021-09-04 12:35:16.247 +08:00 [DBG] Execution loop Worker:52fc6503 has started in 65.9825 ms +2021-09-04 12:35:16.253 +08:00 [DBG] Execution loop Worker:23c60295 has started in 71.5328 ms +2021-09-04 12:35:16.262 +08:00 [DBG] Execution loop Worker:cef2d70b has started in 81.2889 ms +2021-09-04 12:35:16.268 +08:00 [DBG] Execution loop DelayedJobScheduler:68332869 has started in 19.4209 ms +2021-09-04 12:35:16.273 +08:00 [DBG] removed records count=0 +2021-09-04 12:35:16.273 +08:00 [INF] Server szqh003802a:30016:8b8775a6 all the dispatchers started +2021-09-04 12:35:16.273 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 12:35:16.273 +08:00 [DBG] Execution loop RecurringJobScheduler:0c76cad4 has started in 9.7699 ms +2021-09-04 12:35:16.276 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 12:35:16.285 +08:00 [DBG] removed records count=0 +2021-09-04 12:35:16.285 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 12:35:16.287 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 12:35:16.294 +08:00 [DBG] removed records count=0 +2021-09-04 12:35:16.294 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 12:35:16.296 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 12:35:16.304 +08:00 [DBG] removed records count=0 +2021-09-04 12:35:16.650 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_dd7a90f6d03e47ea9544c0bc361a3fb7 +2021-09-04 12:35:16.684 +08:00 [INF] Connected to Redis. +2021-09-04 12:35:16.694 +08:00 [INF] Initialized all ABP modules. +2021-09-04 12:35:16.798 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 12:35:16.801 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 12:35:16.801 +08:00 [INF] Hosting environment: Development +2021-09-04 12:35:16.801 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 12:35:16.970 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 12:35:18.889 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:35:18.949 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 12:35:18.987 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 12:35:18.994 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 41.5041ms +2021-09-04 12:35:18.994 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:35:19.013 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2043.7558ms +2021-09-04 12:35:19.028 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 12:35:19.084 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 56.5104ms +2021-09-04 12:35:19.244 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 12:35:19.594 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 350.1441ms +2021-09-04 12:35:28.177 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:35:28.183 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:28.188 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.0799ms +2021-09-04 12:35:28.191 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:35:28.191 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:28.258 +08:00 [INF] Successfully validated the token. +2021-09-04 12:35:28.281 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:28.287 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:35:28.301 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 12:35:28.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:28.303 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 1.6720ms +2021-09-04 12:35:28.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 12:35:28.306 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:35:28.307 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:28.310 +08:00 [INF] Successfully validated the token. +2021-09-04 12:35:28.312 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:28.331 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:35:28.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dZGW0Z-fFWpxoqkVaz3FfQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:35:28.372 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:28.385 +08:00 [INF] Successfully validated the token. +2021-09-04 12:35:28.390 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:28.394 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:35:28.852 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:28.852 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:28.856 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 665.2930ms +2021-09-04 12:35:29.473 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:35:29.487 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 1155.8614ms +2021-09-04 12:35:29.487 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:29.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:29.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:29.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:29.565 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 1259.5516ms +2021-09-04 12:35:32.308 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:35:32.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:32.308 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6145ms +2021-09-04 12:35:32.310 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:35:32.310 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:32.313 +08:00 [INF] Successfully validated the token. +2021-09-04 12:35:32.508 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:35:32.514 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:35:32.520 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:35:32.522 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:35:32.525 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:32.527 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:32.530 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:35:32.953 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:35:32.956 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 426.5308ms +2021-09-04 12:35:32.956 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:32.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:32.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:32.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:32.988 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 678.2354ms +2021-09-04 12:35:34.502 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:35:34.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:34.502 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.7223ms +2021-09-04 12:35:34.504 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:35:34.504 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:35:34.506 +08:00 [INF] Successfully validated the token. +2021-09-04 12:35:34.507 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:34.508 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:34.510 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:35:34.536 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:34.544 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:35:34.548 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:35:34.548 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:35:34.551 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:35:34.551 +08:00 [INF] Authorization was successful. +2021-09-04 12:35:35.042 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:35:35.044 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 533.7129ms +2021-09-04 12:35:35.044 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:35:35.049 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:35.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:35.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:35:35.086 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 582.5038ms +2021-09-04 12:35:45.873 +08:00 [DBG] Transport connection checking... +2021-09-04 12:35:45.873 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:35:46.256 +08:00 [DBG] Server szqh003802a:30016:8b8775a6 heartbeat successfully sent +2021-09-04 12:44:11.049 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 12:44:15.572 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 12:44:15.670 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 12:44:16.177 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 12:44:16.217 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 12:44:16.309 +08:00 [INF] Starting the processing server. +2021-09-04 12:44:16.314 +08:00 [DBG] Transport connection checking... +2021-09-04 12:44:16.314 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:44:16.327 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-gpbOgkwMETgaTryPw4pNqA +2021-09-04 12:44:16.334 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:44:16.352 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:44:16.354 +08:00 [INF] ### CAP started! +2021-09-04 12:44:16.364 +08:00 [INF] Loaded ABP modules: +2021-09-04 12:44:16.364 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 12:44:16.364 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 12:44:16.364 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 12:44:16.364 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 12:44:16.364 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 12:44:16.365 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 12:44:16.365 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 12:44:16.445 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 12:44:16.448 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 12:44:16.494 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 12:44:16.505 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 12:44:16.505 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 12:44:16.505 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 12:44:16.505 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 12:44:16.524 +08:00 [DBG] Execution loop BackgroundServerProcess:bc136c87 has started in 5.2795 ms +2021-09-04 12:44:16.617 +08:00 [INF] Server szqh003802a:26812:4f05f84e successfully announced in 80.7611 ms +2021-09-04 12:44:16.620 +08:00 [INF] Server szqh003802a:26812:4f05f84e is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 12:44:16.621 +08:00 [DBG] Execution loop ServerHeartbeatProcess:f819edf9 has started in 3.3103 ms +2021-09-04 12:44:16.623 +08:00 [DBG] Execution loop ServerWatchdog:3fe74119 has started in 2.7954 ms +2021-09-04 12:44:16.625 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:5b0d73f0 has started in 3.7245 ms +2021-09-04 12:44:16.627 +08:00 [DBG] Execution loop ExpirationManager:89ffab28 has started in 3.336 ms +2021-09-04 12:44:16.629 +08:00 [DBG] Execution loop CountersAggregator:aebf8dfd has started in 3.8288 ms +2021-09-04 12:44:16.631 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 12:44:16.631 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:44:16.632 +08:00 [DBG] Execution loop Worker:fd02d6f1 has started in 4.9912 ms +2021-09-04 12:44:16.634 +08:00 [DBG] Execution loop Worker:c331b501 has started in 6.3809 ms +2021-09-04 12:44:16.636 +08:00 [DBG] Execution loop Worker:047f6ed8 has started in 8.6875 ms +2021-09-04 12:44:16.636 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 12:44:16.639 +08:00 [DBG] Execution loop Worker:68c2884e has started in 11.3839 ms +2021-09-04 12:44:16.640 +08:00 [DBG] Execution loop Worker:481f49a4 has started in 12.838 ms +2021-09-04 12:44:16.643 +08:00 [DBG] Execution loop Worker:20ecae85 has started in 15.5954 ms +2021-09-04 12:44:16.644 +08:00 [DBG] Execution loop Worker:e0e97343 has started in 17.0063 ms +2021-09-04 12:44:16.645 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 12:44:16.647 +08:00 [DBG] Execution loop Worker:eeefc9f1 has started in 19.8088 ms +2021-09-04 12:44:16.651 +08:00 [DBG] Execution loop Worker:754259d8 has started in 23.4123 ms +2021-09-04 12:44:16.651 +08:00 [DBG] Execution loop Worker:e5218823 has started in 23.4414 ms +2021-09-04 12:44:16.654 +08:00 [DBG] Execution loop Worker:930225d1 has started in 26.419 ms +2021-09-04 12:44:16.656 +08:00 [DBG] Execution loop Worker:e72f2eb8 has started in 29.3635 ms +2021-09-04 12:44:16.661 +08:00 [DBG] Execution loop Worker:46375b51 has started in 34.337 ms +2021-09-04 12:44:16.666 +08:00 [DBG] Execution loop Worker:39f0c3df has started in 39.0268 ms +2021-09-04 12:44:16.669 +08:00 [DBG] Execution loop Worker:d84445b0 has started in 42.0075 ms +2021-09-04 12:44:16.674 +08:00 [DBG] Execution loop Worker:61d9fa33 has started in 46.5654 ms +2021-09-04 12:44:16.685 +08:00 [DBG] Execution loop Worker:fffae8d2 has started in 57.9604 ms +2021-09-04 12:44:16.690 +08:00 [DBG] Execution loop Worker:b20554c1 has started in 62.8616 ms +2021-09-04 12:44:16.695 +08:00 [DBG] Execution loop Worker:80e56911 has started in 67.7843 ms +2021-09-04 12:44:16.699 +08:00 [DBG] Execution loop Worker:ebc28c78 has started in 72.005 ms +2021-09-04 12:44:16.700 +08:00 [DBG] removed records count=0 +2021-09-04 12:44:16.700 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 12:44:16.702 +08:00 [INF] Server szqh003802a:26812:4f05f84e all the dispatchers started +2021-09-04 12:44:16.702 +08:00 [DBG] Execution loop DelayedJobScheduler:ef9c2691 has started in 7.3977 ms +2021-09-04 12:44:16.703 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 12:44:16.705 +08:00 [DBG] Execution loop RecurringJobScheduler:5c82c0a4 has started in 6.9276 ms +2021-09-04 12:44:16.725 +08:00 [DBG] removed records count=0 +2021-09-04 12:44:16.725 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 12:44:16.727 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 12:44:16.736 +08:00 [DBG] removed records count=0 +2021-09-04 12:44:16.736 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 12:44:16.738 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 12:44:16.748 +08:00 [DBG] removed records count=0 +2021-09-04 12:44:16.748 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 12:44:16.750 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 12:44:16.762 +08:00 [DBG] removed records count=0 +2021-09-04 12:44:17.095 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_b28ebf46733042c68ac1d6a4a734f0a2 +2021-09-04 12:44:17.128 +08:00 [INF] Connected to Redis. +2021-09-04 12:44:17.139 +08:00 [INF] Initialized all ABP modules. +2021-09-04 12:44:17.237 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 12:44:17.240 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 12:44:17.240 +08:00 [INF] Hosting environment: Development +2021-09-04 12:44:17.240 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 12:44:17.577 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 12:44:19.033 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:44:19.098 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 12:44:19.328 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 12:44:19.580 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 478.8246ms +2021-09-04 12:44:19.581 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 12:44:19.601 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2025.4171ms +2021-09-04 12:44:19.616 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 12:44:19.670 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 54.4141ms +2021-09-04 12:44:19.820 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 12:44:20.166 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 345.9400ms +2021-09-04 12:44:42.294 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:44:42.299 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:42.305 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 10.4850ms +2021-09-04 12:44:42.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:44:42.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:42.374 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:42.391 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:42.397 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:44:42.414 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:44:42.423 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:44:42.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:42.424 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 1.0777ms +2021-09-04 12:44:42.426 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:44:42.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:42.430 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:42.451 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OvE0vUzvvE8Z8LRAEplnVQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:44:42.451 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:42.453 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:42.454 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:42.455 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:44:42.653 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:44:42.659 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:44:42.665 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:44:42.668 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:44:42.671 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:42.672 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:42.690 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:44:43.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:43.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:43.099 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 791.4760ms +2021-09-04 12:44:43.671 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:44:43.686 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 995.6208ms +2021-09-04 12:44:43.686 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:43.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:43.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:43.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:43.749 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 1322.8434ms +2021-09-04 12:44:46.120 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:44:46.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:46.121 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5980ms +2021-09-04 12:44:46.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:44:46.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:46.125 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:46.126 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:44:46.128 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:44:46.130 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 12:44:46.162 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 12:44:46.227 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 12:44:46.227 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:44:46.228 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:44:46.228 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 12:44:46.251 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 12:44:46.299 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 12:44:46.299 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:46.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:46.303 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:44:46.321 +08:00 [DBG] Transport connection checking... +2021-09-04 12:44:46.321 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:44:46.643 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:44:46.984 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:44:46.999 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 696.0363ms +2021-09-04 12:44:46.999 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:47.013 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:47.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:47.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:47.041 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 918.5102ms +2021-09-04 12:44:53.808 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - +2021-09-04 12:44:53.818 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:53.822 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 301 0 - 14.2553ms +2021-09-04 12:44:53.828 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 12:44:53.831 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:53.835 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 7.2470ms +2021-09-04 12:44:54.123 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 12:44:54.124 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:44:54.127 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:54.127 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:54.145 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 21.3670ms +2021-09-04 12:44:54.181 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 58.0271ms +2021-09-04 12:44:56.161 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:44:56.163 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:56.168 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8076ms +2021-09-04 12:44:56.839 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:44:56.840 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:56.840 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 1.0793ms +2021-09-04 12:44:56.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:44:56.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:44:56.844 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:56.845 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:56.846 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:56.848 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:44:56.871 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:56.880 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:44:56.884 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:44:56.884 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:44:56.889 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:44:56.889 +08:00 [INF] Authorization was successful. +2021-09-04 12:44:57.135 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:44:57.137 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 288.5792ms +2021-09-04 12:44:57.137 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:44:57.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:57.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:57.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:44:57.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 327.9922ms +2021-09-04 12:44:58.172 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:44:58.175 +08:00 [INF] Successfully validated the token. +2021-09-04 12:44:58.179 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6202ms +2021-09-04 12:45:00.185 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:00.187 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:00.191 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8257ms +2021-09-04 12:45:02.206 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:02.209 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:02.213 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2460ms +2021-09-04 12:45:04.218 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:04.221 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:04.225 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2684ms +2021-09-04 12:45:05.883 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:45:05.884 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:05.884 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4403ms +2021-09-04 12:45:05.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 12:45:05.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:05.888 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:05.889 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:05.890 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:05.890 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:05.902 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:05.904 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:05.915 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:05.916 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:05.918 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:05.918 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:06.066 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:45:06.067 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 176.6471ms +2021-09-04 12:45:06.067 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:06.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:06.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:06.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:06.098 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 212.0964ms +2021-09-04 12:45:06.229 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:06.232 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:06.236 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4870ms +2021-09-04 12:45:08.241 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:08.244 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:08.248 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9391ms +2021-09-04 12:45:10.256 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:10.259 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:10.263 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7081ms +2021-09-04 12:45:12.267 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:12.270 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:12.274 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6132ms +2021-09-04 12:45:14.299 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:14.301 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:14.306 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7848ms +2021-09-04 12:45:16.334 +08:00 [DBG] Transport connection checking... +2021-09-04 12:45:16.334 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:45:16.340 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:16.343 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:16.347 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6420ms +2021-09-04 12:45:16.734 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:45:18.357 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:18.359 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:18.363 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2371ms +2021-09-04 12:45:20.368 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:20.371 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:20.375 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5832ms +2021-09-04 12:45:22.382 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:22.386 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:22.390 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.3710ms +2021-09-04 12:45:24.398 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:24.400 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:24.404 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6952ms +2021-09-04 12:45:25.295 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 12:45:25.295 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:25.295 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4434ms +2021-09-04 12:45:25.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 1979 +2021-09-04 12:45:25.297 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:25.299 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:25.300 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:25.303 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:25.303 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:25.309 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:25.309 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:25.310 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:25.312 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:29.101 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 12:45:29.107 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:29.108 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:29.114 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:29.116 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 14.8730ms +2021-09-04 12:45:29.118 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:29.118 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:29.122 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:29.122 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:29.304 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 3992.338ms +2021-09-04 12:45:29.304 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:29.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:29.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:29.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:29.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:29.402 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 1979 - 204 - - 4106.5061ms +2021-09-04 12:45:33.627 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 12:45:33.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:33.629 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 1.1540ms +2021-09-04 12:45:33.630 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 12:45:33.631 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:33.635 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:33.638 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:34.049 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 12:45:34.051 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 12:45:34.082 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 12:45:34.084 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 445.3745ms +2021-09-04 12:45:34.084 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:34.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:34.113 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:34.113 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:34.113 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 482.9786ms +2021-09-04 12:45:34.117 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 12:45:34.118 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:34.118 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.6015ms +2021-09-04 12:45:34.119 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 12:45:34.120 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:34.123 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:34.124 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 12:45:34.126 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 12:45:34.159 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 12:45:34.163 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 12:45:34.174 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 12:45:34.268 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 12:45:34.278 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 12:45:34.337 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 12:45:34.341 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 12:45:34.357 +08:00 [DBG] Setting the cache items. Count: 21 +2021-09-04 12:45:34.382 +08:00 [DBG] Finished setting the cache items. Count: 21 +2021-09-04 12:45:34.980 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 12:45:34.981 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 12:45:35.001 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 874.0552ms +2021-09-04 12:45:35.001 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 12:45:35.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:35.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:35.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:35.069 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 949.7924ms +2021-09-04 12:45:35.378 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:45:35.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:35.378 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4660ms +2021-09-04 12:45:35.380 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:45:35.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:35.382 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:35.383 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:35.384 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:45:35.384 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:45:35.415 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:35.415 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:35.415 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.1365ms +2021-09-04 12:45:35.437 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R8a1rqFuly09s9zfy8V6oA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:45:35.437 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:35.441 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:35.441 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:35.442 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:45:46.350 +08:00 [DBG] Transport connection checking... +2021-09-04 12:45:46.350 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:45:46.778 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:45:55.306 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:45:55.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:55.306 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4964ms +2021-09-04 12:45:55.308 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:45:55.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:55.310 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:55.311 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:45:55.315 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:45:55.315 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:45:55.317 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:45:55.317 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:55.318 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:55.319 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:55.347 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:45:55.349 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.0799ms +2021-09-04 12:45:55.349 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:55.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:55.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:55.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:55.376 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 68.3033ms +2021-09-04 12:45:57.006 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 12:45:57.006 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:57.006 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5164ms +2021-09-04 12:45:57.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 12:45:57.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:57.010 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:57.011 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:57.012 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:57.012 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:57.024 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:57.026 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:57.033 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:57.034 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:57.039 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:57.039 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:57.183 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:45:57.184 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 171.928ms +2021-09-04 12:45:57.184 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:57.187 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:57.215 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 207.1687ms +2021-09-04 12:45:59.555 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 12:45:59.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:45:59.557 +08:00 [INF] Successfully validated the token. +2021-09-04 12:45:59.558 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:59.559 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:59.559 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:45:59.571 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:59.573 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:59.580 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:59.581 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:59.586 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 12:45:59.586 +08:00 [INF] Authorization was successful. +2021-09-04 12:45:59.739 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 12:45:59.739 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 180.3693ms +2021-09-04 12:45:59.739 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:45:59.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:59.771 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:59.771 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:45:59.771 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 216.6592ms +2021-09-04 12:46:16.354 +08:00 [DBG] Transport connection checking... +2021-09-04 12:46:16.354 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:46:16.812 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:46:46.361 +08:00 [DBG] Transport connection checking... +2021-09-04 12:46:46.361 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:46:46.835 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:47:02.156 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:02.156 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:02.157 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R8a1rqFuly09s9zfy8V6oA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 86729.9084ms +2021-09-04 12:47:02.157 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OvE0vUzvvE8Z8LRAEplnVQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MjE3NDIsImV4cCI6MTYzMDgwODE0MiwiaWF0IjoxNjMwNzIxNzQyfQ.r7OV7BGJeQfeVrh1MtNyhd60BYWujIq7V00pHhrsAno - - - 101 - - 139721.7136ms +2021-09-04 12:47:03.142 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:03.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:03.142 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4880ms +2021-09-04 12:47:03.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:03.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:03.147 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:03.147 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:03.148 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:03.149 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:03.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:03.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:03.173 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0866ms +2021-09-04 12:47:03.291 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:47:03.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:03.291 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4443ms +2021-09-04 12:47:03.293 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:47:03.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:03.296 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:03.297 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:47:03.301 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:47:03.301 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:47:03.304 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:47:03.304 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:03.305 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:03.305 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:03.316 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ln31XjmjeT58UwXayh5lWQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:03.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:03.320 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:03.320 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:03.322 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:03.343 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:03.345 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.8425ms +2021-09-04 12:47:03.345 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:03.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:03.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:03.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:03.382 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 89.1045ms +2021-09-04 12:47:05.084 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:05.084 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:05.084 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4464ms +2021-09-04 12:47:05.086 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:05.086 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:05.088 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:05.089 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:05.092 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:05.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:05.095 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:05.095 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:05.097 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:05.097 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:05.128 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:05.132 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.7657ms +2021-09-04 12:47:05.132 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:05.135 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:05.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:05.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:05.159 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 73.2792ms +2021-09-04 12:47:10.502 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:10.502 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ln31XjmjeT58UwXayh5lWQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 7186.5481ms +2021-09-04 12:47:11.443 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:11.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:11.443 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4839ms +2021-09-04 12:47:11.445 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:11.446 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:11.448 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:11.449 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:11.450 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:11.450 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:11.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:11.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:11.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.0312ms +2021-09-04 12:47:11.582 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:11.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:11.583 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4670ms +2021-09-04 12:47:11.585 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:11.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:11.587 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:11.588 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:11.592 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:11.592 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:11.595 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:11.595 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:11.597 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:11.597 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:11.614 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cbpCw2VBmE9mq0zHt-L7jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:11.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:11.619 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:11.621 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:11.626 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:11.646 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:11.654 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 56.3783ms +2021-09-04 12:47:11.654 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:11.659 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:11.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:11.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:11.688 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 103.0039ms +2021-09-04 12:47:16.371 +08:00 [DBG] Transport connection checking... +2021-09-04 12:47:16.371 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:47:16.879 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:47:31.434 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:31.434 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cbpCw2VBmE9mq0zHt-L7jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 19822.2162ms +2021-09-04 12:47:32.570 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:32.570 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:32.570 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4635ms +2021-09-04 12:47:32.571 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:32.572 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:32.574 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:32.575 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:32.576 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:32.576 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:32.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:32.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:32.597 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8990ms +2021-09-04 12:47:32.731 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:32.731 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:32.731 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4444ms +2021-09-04 12:47:32.733 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:32.733 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:32.735 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:32.736 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:32.739 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:32.740 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:32.742 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:32.742 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:32.744 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:32.744 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:32.756 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4k9--uU58wdKbyex-mwTXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:32.757 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:32.760 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:32.761 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:32.762 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:32.786 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:32.789 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.2029ms +2021-09-04 12:47:32.789 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:32.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:32.827 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:32.827 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:32.828 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.6953ms +2021-09-04 12:47:35.708 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:35.729 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4k9--uU58wdKbyex-mwTXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2972.6199ms +2021-09-04 12:47:36.732 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:36.732 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:36.732 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5282ms +2021-09-04 12:47:36.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:36.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:36.737 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:36.737 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:36.738 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:36.738 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:36.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:36.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:36.760 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9065ms +2021-09-04 12:47:36.863 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:36.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:36.865 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:36.866 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:36.869 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:36.870 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:36.872 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:36.872 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:36.873 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:36.874 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:36.896 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=H9vnxqAu_eMserxI9kgLyg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:36.902 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:36.908 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:36.908 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:36.909 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:36.910 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:36.916 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.181ms +2021-09-04 12:47:36.916 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:36.921 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:36.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:36.954 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:36.954 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.1476ms +2021-09-04 12:47:37.129 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:37.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=H9vnxqAu_eMserxI9kgLyg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 234.4271ms +2021-09-04 12:47:38.113 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:38.113 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:38.113 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6843ms +2021-09-04 12:47:38.116 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:38.116 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:38.118 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:38.119 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:38.120 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:38.120 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:38.142 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:38.142 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:38.142 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0454ms +2021-09-04 12:47:38.238 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:38.238 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:38.238 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5381ms +2021-09-04 12:47:38.240 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:38.240 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:38.242 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:38.243 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:38.247 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:38.247 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:38.249 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:38.249 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:38.250 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:38.251 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:38.266 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4lf-R_QSdUlaaO5pJSJJNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:38.266 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:38.276 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:38.278 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:38.281 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:38.287 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:38.292 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.5892ms +2021-09-04 12:47:38.292 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:38.297 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:38.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:38.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:38.325 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 85.2684ms +2021-09-04 12:47:45.449 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:45.450 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4lf-R_QSdUlaaO5pJSJJNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 7184.6440ms +2021-09-04 12:47:46.369 +08:00 [DBG] Transport connection checking... +2021-09-04 12:47:46.369 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:47:46.370 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:46.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:46.371 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4445ms +2021-09-04 12:47:46.372 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:46.373 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:46.375 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:46.375 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:46.376 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:46.376 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:46.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:46.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:46.399 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.2533ms +2021-09-04 12:47:46.471 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:46.471 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:46.471 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4684ms +2021-09-04 12:47:46.473 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:46.473 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:46.475 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:46.476 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:46.481 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:46.482 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:46.484 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:46.484 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:46.486 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:46.486 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:46.510 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=h7H73hDa5wY7nY5g9WiVSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:46.515 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:46.521 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:46.522 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:46.522 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:46.523 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:46.530 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.8346ms +2021-09-04 12:47:46.530 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:46.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:46.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:46.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:46.566 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.7119ms +2021-09-04 12:47:46.923 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:47:48.121 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:48.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=h7H73hDa5wY7nY5g9WiVSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 1632.0097ms +2021-09-04 12:47:49.209 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:49.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:49.209 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4771ms +2021-09-04 12:47:49.211 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:49.212 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:49.214 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:49.215 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:49.216 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:49.216 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:49.238 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:49.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:49.239 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.4820ms +2021-09-04 12:47:49.366 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:49.367 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:49.369 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:49.370 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:49.374 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:49.374 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:49.377 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:49.377 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:49.378 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:49.379 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:49.394 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5OgZ-cGI7et4gU-XMz8zXg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:49.394 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:49.398 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:49.399 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:49.401 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:49.422 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:49.428 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.5399ms +2021-09-04 12:47:49.428 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:49.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:49.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:49.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:49.463 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.9639ms +2021-09-04 12:47:53.330 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:53.370 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5OgZ-cGI7et4gU-XMz8zXg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 3976.7841ms +2021-09-04 12:47:54.321 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:54.322 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:54.322 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4976ms +2021-09-04 12:47:54.323 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:54.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:54.326 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:54.326 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:54.327 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:54.328 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:54.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:54.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:54.350 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.0101ms +2021-09-04 12:47:54.437 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:47:54.437 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:54.437 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4994ms +2021-09-04 12:47:54.439 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:54.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:54.441 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:54.442 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:54.447 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:54.447 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:54.450 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:54.450 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:54.451 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:54.451 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:54.473 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0RQ46pxxPGzzq24-1gyY2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:54.477 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:54.486 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:54.488 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:54.488 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:54.489 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:54.497 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.6731ms +2021-09-04 12:47:54.497 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:54.501 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:54.531 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:54.531 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:54.531 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.2871ms +2021-09-04 12:47:57.969 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:47:57.969 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0RQ46pxxPGzzq24-1gyY2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 3496.5078ms +2021-09-04 12:47:59.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:47:59.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:59.002 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5086ms +2021-09-04 12:47:59.004 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:47:59.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:59.006 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:59.007 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:59.008 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:59.008 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:47:59.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:59.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:59.030 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.7230ms +2021-09-04 12:47:59.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:47:59.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:59.144 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:59.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:59.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:47:59.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:59.152 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:47:59.152 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:59.153 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:59.154 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:47:59.183 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=J2d1Cu2MnXY3eB89A_AS_w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:47:59.188 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:47:59.192 +08:00 [INF] Successfully validated the token. +2021-09-04 12:47:59.194 +08:00 [INF] Authorization was successful. +2021-09-04 12:47:59.194 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:47:59.196 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:47:59.202 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.0947ms +2021-09-04 12:47:59.202 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:47:59.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:59.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:59.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:47:59.236 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.7437ms +2021-09-04 12:48:02.147 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:48:02.147 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=J2d1Cu2MnXY3eB89A_AS_w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2964.9074ms +2021-09-04 12:48:03.287 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:48:03.288 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:48:03.288 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4670ms +2021-09-04 12:48:03.289 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:48:03.290 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:48:03.292 +08:00 [INF] Successfully validated the token. +2021-09-04 12:48:03.292 +08:00 [INF] Authorization was successful. +2021-09-04 12:48:03.293 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:48:03.294 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:48:03.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:48:03.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:48:03.314 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5229ms +2021-09-04 12:48:03.390 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:48:03.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:48:03.391 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4635ms +2021-09-04 12:48:03.392 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:48:03.392 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:48:03.395 +08:00 [INF] Successfully validated the token. +2021-09-04 12:48:03.396 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:48:03.401 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:48:03.401 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:48:03.404 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:48:03.404 +08:00 [INF] Authorization was successful. +2021-09-04 12:48:03.405 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:48:03.405 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:48:03.430 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0jdXZXiziCjXD4kAxMy80A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:48:03.435 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:48:03.442 +08:00 [INF] Successfully validated the token. +2021-09-04 12:48:03.442 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:48:03.443 +08:00 [INF] Authorization was successful. +2021-09-04 12:48:03.444 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:48:03.450 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.4264ms +2021-09-04 12:48:03.451 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:48:03.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:48:03.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:48:03.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:48:03.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.7634ms +2021-09-04 12:48:16.374 +08:00 [DBG] Transport connection checking... +2021-09-04 12:48:16.374 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:48:16.964 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:48:46.380 +08:00 [DBG] Transport connection checking... +2021-09-04 12:48:46.380 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:48:46.984 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:49:08.206 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:49:08.226 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0jdXZXiziCjXD4kAxMy80A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 64782.0127ms +2021-09-04 12:49:09.765 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:49:09.765 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:09.765 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5156ms +2021-09-04 12:49:09.768 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:49:09.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:09.770 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:09.771 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:09.772 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:49:09.772 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:49:09.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:09.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:09.801 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 33.2835ms +2021-09-04 12:49:09.844 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lzsr3HHwNIMmzbJbsXExlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:49:09.845 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:09.848 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:09.848 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:09.850 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:49:10.445 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:49:10.445 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:10.445 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5003ms +2021-09-04 12:49:10.447 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:49:10.447 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:10.450 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:10.450 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:49:10.454 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:49:10.454 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:49:10.457 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:49:10.457 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:10.458 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:49:10.458 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:49:10.489 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:49:10.492 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.2103ms +2021-09-04 12:49:10.493 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:49:10.496 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:10.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:10.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:10.523 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 75.8768ms +2021-09-04 12:49:16.347 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:49:16.349 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:49:16.394 +08:00 [DBG] Transport connection checking... +2021-09-04 12:49:16.394 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:49:16.663 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:49:17.030 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:49:31.324 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:49:31.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lzsr3HHwNIMmzbJbsXExlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 21481.2166ms +2021-09-04 12:49:32.741 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:49:32.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:32.742 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5228ms +2021-09-04 12:49:32.743 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:49:32.744 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:32.746 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:32.746 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:32.747 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:49:32.747 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:49:32.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:32.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:32.769 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4353ms +2021-09-04 12:49:32.792 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sfkpaeNNuOALEbmhOLJHZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:49:32.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:32.796 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:32.797 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:32.798 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:49:33.425 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:49:33.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:33.426 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4706ms +2021-09-04 12:49:33.427 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:49:33.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:49:33.430 +08:00 [INF] Successfully validated the token. +2021-09-04 12:49:33.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:49:33.435 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:49:33.435 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:49:33.438 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:49:33.438 +08:00 [INF] Authorization was successful. +2021-09-04 12:49:33.439 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:49:33.439 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:49:33.470 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:49:33.473 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.0401ms +2021-09-04 12:49:33.473 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:49:33.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:33.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:33.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:49:33.503 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 75.2519ms +2021-09-04 12:49:46.399 +08:00 [DBG] Transport connection checking... +2021-09-04 12:49:46.399 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:49:47.070 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:50:16.399 +08:00 [DBG] Transport connection checking... +2021-09-04 12:50:16.399 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:50:17.081 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:50:39.720 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:50:39.721 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sfkpaeNNuOALEbmhOLJHZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 66932.5994ms +2021-09-04 12:50:42.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:50:42.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:50:42.125 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6800ms +2021-09-04 12:50:42.128 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:50:42.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:50:42.131 +08:00 [INF] Successfully validated the token. +2021-09-04 12:50:42.131 +08:00 [INF] Authorization was successful. +2021-09-04 12:50:42.132 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:50:42.132 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:50:42.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:50:42.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:50:42.153 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2290ms +2021-09-04 12:50:42.179 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vdrf6c52tzS9LEW1gcsoMg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:50:42.180 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:50:42.185 +08:00 [INF] Successfully validated the token. +2021-09-04 12:50:42.186 +08:00 [INF] Authorization was successful. +2021-09-04 12:50:42.188 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:50:42.439 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:50:42.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:50:42.440 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5408ms +2021-09-04 12:50:42.441 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:50:42.442 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:50:42.445 +08:00 [INF] Successfully validated the token. +2021-09-04 12:50:42.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:50:42.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:50:42.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:50:42.451 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:50:42.451 +08:00 [INF] Authorization was successful. +2021-09-04 12:50:42.452 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:50:42.453 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:50:42.483 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:50:42.487 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.3827ms +2021-09-04 12:50:42.487 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:50:42.492 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:50:42.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:50:42.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:50:42.520 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 78.3891ms +2021-09-04 12:50:46.413 +08:00 [DBG] Transport connection checking... +2021-09-04 12:50:46.413 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:50:47.096 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:51:16.425 +08:00 [DBG] Transport connection checking... +2021-09-04 12:51:16.425 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:51:17.110 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:51:19.907 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:19.945 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vdrf6c52tzS9LEW1gcsoMg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 37768.0612ms +2021-09-04 12:51:21.791 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:21.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:21.792 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8418ms +2021-09-04 12:51:21.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:21.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:21.799 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:21.799 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:21.801 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:21.801 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:21.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:21.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:21.825 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.0612ms +2021-09-04 12:51:21.857 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=udqFT6u38I86Re9QjyfpLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:21.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:21.864 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:21.865 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:21.868 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:22.425 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:51:22.425 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:22.425 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4575ms +2021-09-04 12:51:22.427 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:22.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:22.429 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:22.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:22.434 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:22.434 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:22.436 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:22.436 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:22.437 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:22.437 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:22.467 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:22.471 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.6412ms +2021-09-04 12:51:22.471 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:22.474 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:22.498 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:22.498 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:22.499 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 71.8507ms +2021-09-04 12:51:28.086 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:28.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=udqFT6u38I86Re9QjyfpLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 6249.0403ms +2021-09-04 12:51:29.362 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:29.363 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:29.363 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5411ms +2021-09-04 12:51:29.365 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:29.366 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:29.369 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:29.369 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:29.370 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:29.370 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:29.394 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:29.394 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:29.394 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0410ms +2021-09-04 12:51:29.485 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:51:29.485 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:29.485 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5687ms +2021-09-04 12:51:29.489 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:29.489 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:29.492 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:29.493 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:29.499 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OyROXju_SaWg9NJRE_nNUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:29.499 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:29.499 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:29.500 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:29.503 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:29.503 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:29.504 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:29.504 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:29.505 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:29.505 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:29.506 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:29.545 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:29.550 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0154ms +2021-09-04 12:51:29.550 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:29.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:29.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:29.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:29.583 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.7500ms +2021-09-04 12:51:35.217 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:35.238 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OyROXju_SaWg9NJRE_nNUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 5737.9151ms +2021-09-04 12:51:36.409 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:36.410 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:36.410 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5619ms +2021-09-04 12:51:36.412 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:36.413 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:36.416 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:36.417 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:36.418 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:36.418 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:36.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:36.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:36.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.7127ms +2021-09-04 12:51:36.547 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:51:36.548 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:36.548 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4843ms +2021-09-04 12:51:36.551 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:36.551 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:36.553 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:36.554 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:36.559 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MSzX34cLNnvlDa3mhn93Wg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:36.559 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:36.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:36.560 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:36.563 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:36.563 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:36.564 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:36.564 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:36.565 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:36.565 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:36.566 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:36.606 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:36.611 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.1103ms +2021-09-04 12:51:36.612 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:36.616 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:36.647 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:36.647 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:36.648 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.8602ms +2021-09-04 12:51:42.944 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:42.944 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MSzX34cLNnvlDa3mhn93Wg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 6385.2177ms +2021-09-04 12:51:45.282 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:45.282 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:45.282 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5084ms +2021-09-04 12:51:45.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:45.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:45.287 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:45.288 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:45.288 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:45.289 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:45.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:45.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:45.310 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4875ms +2021-09-04 12:51:45.350 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6E6J9h_egXDb23jLhgj6hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:45.351 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:45.354 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:45.355 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:45.356 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:45.436 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:51:45.436 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:45.436 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4877ms +2021-09-04 12:51:45.438 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:45.438 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:45.441 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:45.441 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:45.445 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:45.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:45.448 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:45.449 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:45.450 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:45.450 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:45.484 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:45.488 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 37.9528ms +2021-09-04 12:51:45.488 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:45.493 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:45.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:45.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:45.520 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.0972ms +2021-09-04 12:51:46.424 +08:00 [DBG] Transport connection checking... +2021-09-04 12:51:46.424 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:51:47.155 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:51:47.421 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:47.421 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6E6J9h_egXDb23jLhgj6hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2070.9061ms +2021-09-04 12:51:48.481 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:48.481 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:48.481 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4730ms +2021-09-04 12:51:48.483 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:48.483 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:48.485 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:48.486 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:48.487 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:48.487 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:48.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:48.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:48.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8060ms +2021-09-04 12:51:48.619 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:48.619 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:48.622 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:48.623 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:48.627 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kykavDVduQ2e-bNrg4IJRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:48.627 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:48.627 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:48.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:48.631 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:48.631 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:48.631 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:48.632 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:48.632 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:48.632 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:48.633 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:48.671 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:48.675 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.5073ms +2021-09-04 12:51:48.675 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:48.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:48.706 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:48.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:48.707 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.6943ms +2021-09-04 12:51:55.383 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:55.383 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kykavDVduQ2e-bNrg4IJRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 6756.5245ms +2021-09-04 12:51:56.528 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:56.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:56.528 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5005ms +2021-09-04 12:51:56.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:56.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:56.533 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:56.533 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:56.534 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:56.534 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:56.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:56.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:56.555 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6022ms +2021-09-04 12:51:56.575 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=04r1e31PRt0zzUfHCzTJmQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:56.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:56.584 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:56.587 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:56.590 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:57.428 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:51:57.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:57.428 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4856ms +2021-09-04 12:51:57.430 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:57.430 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:57.432 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:57.433 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:57.437 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:57.437 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:57.439 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:57.439 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:57.440 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:57.441 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:57.471 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:57.475 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.7908ms +2021-09-04 12:51:57.475 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:57.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:57.541 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:57.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:57.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:57.562 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=04r1e31PRt0zzUfHCzTJmQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 966.8319ms +2021-09-04 12:51:57.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 132.4503ms +2021-09-04 12:51:58.766 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:51:58.766 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:58.766 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4881ms +2021-09-04 12:51:58.768 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:51:58.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:58.770 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:58.771 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:58.772 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:58.772 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:51:58.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:58.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:58.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8109ms +2021-09-04 12:51:58.825 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4M9AkWNa7r424wmlPn7w8Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:51:58.826 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:58.831 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:58.833 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:58.838 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:51:59.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:51:59.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:51:59.426 +08:00 [INF] Successfully validated the token. +2021-09-04 12:51:59.426 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:59.430 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:51:59.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:59.433 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:51:59.433 +08:00 [INF] Authorization was successful. +2021-09-04 12:51:59.434 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:59.434 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:51:59.464 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:51:59.468 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.5606ms +2021-09-04 12:51:59.468 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:51:59.471 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:59.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:59.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:51:59.496 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.5172ms +2021-09-04 12:51:59.767 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:51:59.786 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4M9AkWNa7r424wmlPn7w8Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 960.2392ms +2021-09-04 12:52:00.917 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:52:00.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:00.917 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5367ms +2021-09-04 12:52:00.919 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:52:00.920 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:00.926 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:00.927 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:00.928 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:00.928 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:00.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:00.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:00.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.4874ms +2021-09-04 12:52:01.021 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Fv98gPyegN6D0j226SkvcA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:52:01.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:01.026 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:01.026 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:01.028 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:52:01.420 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:52:01.420 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:01.423 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:01.423 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:01.427 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:01.427 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:01.430 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:01.430 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:01.431 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:01.431 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:52:01.462 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:52:01.466 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.3472ms +2021-09-04 12:52:01.466 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:01.469 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:01.494 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:01.494 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:01.495 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 74.6875ms +2021-09-04 12:52:01.997 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:52:02.017 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Fv98gPyegN6D0j226SkvcA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 975.9420ms +2021-09-04 12:52:03.160 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:52:03.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:03.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5029ms +2021-09-04 12:52:03.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:52:03.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:03.165 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:03.165 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:03.166 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:03.167 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:03.189 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:03.189 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:03.189 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.1723ms +2021-09-04 12:52:03.265 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VR4J8_dMoqcyuoWLF34lIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:52:03.265 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:03.268 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:03.269 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:03.270 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:52:03.421 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:52:03.421 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:03.421 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5023ms +2021-09-04 12:52:03.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:52:03.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:03.426 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:03.426 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:03.430 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:03.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:03.433 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:03.433 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:03.434 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:03.434 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:52:03.470 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:52:03.474 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 39.5656ms +2021-09-04 12:52:03.474 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:03.478 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:03.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:03.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:03.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 85.5272ms +2021-09-04 12:52:13.788 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:52:13.827 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VR4J8_dMoqcyuoWLF34lIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 10543.6965ms +2021-09-04 12:52:15.115 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:52:15.116 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:15.116 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4992ms +2021-09-04 12:52:15.118 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:52:15.119 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:15.121 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:15.121 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:15.122 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:15.123 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:15.146 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:15.146 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:15.146 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.9414ms +2021-09-04 12:52:15.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mIQFTEDr7nE_lXoIn_ntGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:52:15.221 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:15.224 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:15.226 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:15.228 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:52:15.417 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:52:15.418 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:15.418 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5823ms +2021-09-04 12:52:15.420 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:52:15.420 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:15.422 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:15.423 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:15.427 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:15.427 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:15.429 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:15.429 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:15.430 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:15.430 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:52:15.465 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:52:15.469 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 39.0755ms +2021-09-04 12:52:15.470 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:15.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:15.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:15.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:15.499 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 79.7508ms +2021-09-04 12:52:16.436 +08:00 [DBG] Transport connection checking... +2021-09-04 12:52:16.436 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:52:17.198 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:52:19.881 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:52:19.902 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mIQFTEDr7nE_lXoIn_ntGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 4661.3822ms +2021-09-04 12:52:21.793 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:52:21.793 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:21.793 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5202ms +2021-09-04 12:52:21.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:52:21.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:21.798 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:21.799 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:21.800 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:21.800 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:21.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:21.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:21.821 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4564ms +2021-09-04 12:52:21.842 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fz5-J3zg6JwjmeoDEk1Hdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:52:21.843 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:21.849 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:21.851 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:21.854 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:52:22.425 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:52:22.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:22.426 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4633ms +2021-09-04 12:52:22.427 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:52:22.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:22.430 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:22.431 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:22.434 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:22.434 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:22.436 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:22.436 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:22.438 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:22.438 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:52:22.468 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:52:22.472 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.9745ms +2021-09-04 12:52:22.472 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:22.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:22.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:22.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:22.500 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.1572ms +2021-09-04 12:52:25.432 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:52:25.452 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fz5-J3zg6JwjmeoDEk1Hdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 3609.4309ms +2021-09-04 12:52:26.414 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:52:26.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:26.415 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4642ms +2021-09-04 12:52:26.416 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:52:26.417 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:26.419 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:26.419 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:26.420 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:26.421 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:52:26.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:26.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:26.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1483ms +2021-09-04 12:52:26.554 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:52:26.554 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:26.557 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:26.557 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:26.562 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:52:26.562 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:26.565 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:52:26.565 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:26.566 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:26.566 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:52:26.585 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DxGYmMP9v5YYm0Wb8vp2gg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:52:26.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:52:26.599 +08:00 [INF] Successfully validated the token. +2021-09-04 12:52:26.600 +08:00 [INF] Authorization was successful. +2021-09-04 12:52:26.603 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:52:26.603 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:52:26.610 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.8585ms +2021-09-04 12:52:26.610 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:52:26.615 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:26.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:26.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:52:26.643 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.7756ms +2021-09-04 12:52:46.446 +08:00 [DBG] Transport connection checking... +2021-09-04 12:52:46.446 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:52:47.218 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:53:03.813 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:53:03.853 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DxGYmMP9v5YYm0Wb8vp2gg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 37246.9727ms +2021-09-04 12:53:05.142 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:53:05.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:05.142 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4735ms +2021-09-04 12:53:05.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:53:05.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:05.146 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:05.147 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:05.148 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:05.148 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:05.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:05.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:05.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.7712ms +2021-09-04 12:53:05.189 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qBaszdXZuHQ_SNbnRM5ohg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:53:05.189 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:05.193 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:05.194 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:05.197 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:53:05.427 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:53:05.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:05.428 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5088ms +2021-09-04 12:53:05.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:53:05.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:05.432 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:05.432 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:05.436 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:05.436 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:05.438 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:05.438 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:05.440 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:05.440 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:05.470 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:05.473 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.4634ms +2021-09-04 12:53:05.473 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:05.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:05.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:05.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:05.512 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.5728ms +2021-09-04 12:53:05.706 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:53:05.725 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qBaszdXZuHQ_SNbnRM5ohg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 517.5473ms +2021-09-04 12:53:06.903 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:53:06.904 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:06.904 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5100ms +2021-09-04 12:53:06.905 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:53:06.906 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:06.908 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:06.909 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:06.910 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:06.910 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:06.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:06.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:06.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5581ms +2021-09-04 12:53:06.959 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1hH9PFIcY_poju6aBUji6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:53:06.959 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:06.963 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:06.964 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:06.965 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:53:07.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:53:07.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:07.425 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:07.426 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:07.430 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:07.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:07.432 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:07.432 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:07.434 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:07.434 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:07.464 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:07.467 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.2947ms +2021-09-04 12:53:07.467 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:07.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:07.505 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:07.505 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:07.505 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.2388ms +2021-09-04 12:53:08.116 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:53:08.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1hH9PFIcY_poju6aBUji6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 1157.6503ms +2021-09-04 12:53:09.340 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:53:09.340 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:09.340 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4627ms +2021-09-04 12:53:09.342 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:53:09.342 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:09.345 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:09.345 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:09.346 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:09.346 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:09.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:09.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:09.367 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0099ms +2021-09-04 12:53:09.458 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:53:09.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:09.461 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:09.461 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:09.465 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1dht3chsFZD6E1FkCeG1qw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:53:09.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:09.465 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:09.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:09.468 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:09.469 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:09.469 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:09.470 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:09.470 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:09.470 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:09.471 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:53:09.509 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:09.513 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.5586ms +2021-09-04 12:53:09.514 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:09.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:09.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:09.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:09.549 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.4036ms +2021-09-04 12:53:09.726 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:53:09.757 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1dht3chsFZD6E1FkCeG1qw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 291.6181ms +2021-09-04 12:53:11.063 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:53:11.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:11.063 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4630ms +2021-09-04 12:53:11.065 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:53:11.065 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:11.067 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:11.068 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:11.069 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:11.069 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:11.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:11.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:11.089 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5022ms +2021-09-04 12:53:11.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G18mc_PxdLFCtPWaBRta6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:53:11.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:11.124 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:11.125 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:11.127 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:53:11.416 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:53:11.416 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:11.416 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4722ms +2021-09-04 12:53:11.418 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:53:11.418 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:11.420 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:11.420 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:11.424 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:11.424 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:11.427 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:11.427 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:11.428 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:11.428 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:11.458 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:11.462 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.7985ms +2021-09-04 12:53:11.462 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:11.465 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:11.497 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:11.497 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:11.497 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 79.8007ms +2021-09-04 12:53:15.065 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 12:53:15.065 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:15.065 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.7099ms +2021-09-04 12:53:15.067 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 12:53:15.069 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:15.071 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:15.071 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 12:53:15.075 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 12:53:15.075 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 12:53:15.077 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 12:53:15.078 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:15.079 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:15.081 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:15.517 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:15.528 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 446.9117ms +2021-09-04 12:53:15.528 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:15.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:15.574 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 507.6752ms +2021-09-04 12:53:16.447 +08:00 [DBG] Transport connection checking... +2021-09-04 12:53:16.447 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:53:16.792 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 12:53:16.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:16.792 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.6492ms +2021-09-04 12:53:16.794 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 12:53:16.794 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:16.796 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:16.797 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 12:53:16.800 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 12:53:16.800 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 12:53:16.803 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 12:53:16.803 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:16.804 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:16.806 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:17.157 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:17.162 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 355.1679ms +2021-09-04 12:53:17.162 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:17.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:17.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:17.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:17.196 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 401.9760ms +2021-09-04 12:53:17.256 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:53:18.357 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 12:53:18.358 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:18.358 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.7167ms +2021-09-04 12:53:18.359 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 12:53:18.360 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:18.362 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:18.363 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 12:53:18.366 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 12:53:18.366 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 12:53:18.369 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 12:53:18.369 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:18.370 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:18.372 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:18.683 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:18.685 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 313.0052ms +2021-09-04 12:53:18.685 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:18.694 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:18.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:18.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:18.731 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 371.2598ms +2021-09-04 12:53:19.809 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 12:53:19.809 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:19.809 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6244ms +2021-09-04 12:53:19.811 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 12:53:19.812 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:19.814 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:19.815 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 12:53:19.818 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 12:53:19.818 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 12:53:19.821 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 12:53:19.821 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:19.822 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:19.824 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:20.141 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:20.143 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 319.1402ms +2021-09-04 12:53:20.143 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:20.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:20.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:20.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:20.178 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 366.9149ms +2021-09-04 12:53:35.678 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:53:35.698 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G18mc_PxdLFCtPWaBRta6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 24577.9487ms +2021-09-04 12:53:36.722 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:53:36.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:36.723 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4653ms +2021-09-04 12:53:36.724 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:53:36.725 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:36.727 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:36.728 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:36.729 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:36.730 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:53:36.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:36.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:36.751 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3644ms +2021-09-04 12:53:36.867 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 12:53:36.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:36.867 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4500ms +2021-09-04 12:53:36.869 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 12:53:36.870 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:36.872 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:36.873 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 12:53:36.877 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 12:53:36.877 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 12:53:36.880 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 12:53:36.880 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:36.881 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:36.882 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:36.895 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e4rMCKr812McU_IYmJZlUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:53:36.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:36.908 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:36.910 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:36.912 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:53:36.937 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:36.938 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.2862ms +2021-09-04 12:53:36.938 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:36.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:37.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:37.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:37.023 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 153.3171ms +2021-09-04 12:53:40.151 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:53:40.151 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:40.151 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4903ms +2021-09-04 12:53:40.153 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:53:40.153 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:40.156 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:40.156 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:40.160 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:53:40.160 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:40.162 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:53:40.162 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:40.163 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:40.163 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:40.193 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:40.197 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.0755ms +2021-09-04 12:53:40.197 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:40.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:40.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:40.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:40.233 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 80.5963ms +2021-09-04 12:53:45.946 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 12:53:45.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:45.947 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4444ms +2021-09-04 12:53:45.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 12:53:45.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:53:45.951 +08:00 [INF] Successfully validated the token. +2021-09-04 12:53:45.951 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:53:45.955 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 12:53:45.955 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:53:45.957 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 12:53:45.958 +08:00 [INF] Authorization was successful. +2021-09-04 12:53:45.959 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:45.959 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 12:53:45.985 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:53:45.987 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 27.9719ms +2021-09-04 12:53:45.987 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:53:45.989 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:46.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:46.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:53:46.025 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 76.3729ms +2021-09-04 12:53:46.458 +08:00 [DBG] Transport connection checking... +2021-09-04 12:53:46.458 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:53:47.360 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:54:16.343 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:54:16.346 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:54:16.468 +08:00 [DBG] Transport connection checking... +2021-09-04 12:54:16.468 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:54:16.673 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:54:17.372 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:54:46.474 +08:00 [DBG] Transport connection checking... +2021-09-04 12:54:46.474 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:54:47.410 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:55:16.487 +08:00 [DBG] Transport connection checking... +2021-09-04 12:55:16.487 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:55:17.436 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:55:32.201 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:55:32.220 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e4rMCKr812McU_IYmJZlUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 115328.2205ms +2021-09-04 12:55:33.342 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:55:33.343 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:33.343 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4598ms +2021-09-04 12:55:33.346 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:55:33.347 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:33.349 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:33.350 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:33.350 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:33.351 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:33.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:33.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:33.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.0783ms +2021-09-04 12:55:33.456 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:55:33.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:33.457 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4878ms +2021-09-04 12:55:33.458 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:55:33.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:33.461 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:33.461 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:33.465 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:33.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:33.468 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:33.468 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:33.470 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:33.470 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:55:33.478 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=k808yTXfe2XNU2c6V1upbA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:55:33.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:33.481 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:33.481 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:33.482 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:55:33.507 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:55:33.511 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.4373ms +2021-09-04 12:55:33.511 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:33.516 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:33.543 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:33.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:33.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 85.7316ms +2021-09-04 12:55:40.418 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:55:40.418 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=k808yTXfe2XNU2c6V1upbA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 6941.0470ms +2021-09-04 12:55:41.361 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:55:41.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:41.361 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7753ms +2021-09-04 12:55:41.363 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:55:41.364 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:41.366 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:41.366 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:41.367 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:41.367 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:41.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:41.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:41.387 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.0488ms +2021-09-04 12:55:41.457 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:55:41.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:41.458 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4576ms +2021-09-04 12:55:41.460 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:55:41.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:41.463 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:41.463 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:41.467 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:41.467 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:41.470 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:41.470 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:41.472 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:41.472 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:55:41.505 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G2mzG0vWTYUAhMk_u4yvbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:55:41.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:41.505 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:55:41.508 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:41.508 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:41.510 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:55:41.514 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.3803ms +2021-09-04 12:55:41.514 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:41.518 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:41.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:41.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:41.549 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.6102ms +2021-09-04 12:55:46.508 +08:00 [DBG] Transport connection checking... +2021-09-04 12:55:46.508 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:55:47.473 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:55:51.716 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:55:51.733 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G2mzG0vWTYUAhMk_u4yvbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 10211.8218ms +2021-09-04 12:55:52.746 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:55:52.746 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:52.746 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5529ms +2021-09-04 12:55:52.749 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:55:52.749 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:52.752 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:52.752 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:52.753 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:52.753 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:55:52.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:52.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:52.785 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.6229ms +2021-09-04 12:55:52.879 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:55:52.879 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:52.879 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4826ms +2021-09-04 12:55:52.881 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:55:52.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:52.883 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:52.884 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:52.887 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:55:52.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:52.890 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:55:52.890 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:52.891 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:52.891 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:55:52.901 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JrMd2FBsOtj5P9vN0DGPMQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:55:52.901 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:55:52.904 +08:00 [INF] Successfully validated the token. +2021-09-04 12:55:52.905 +08:00 [INF] Authorization was successful. +2021-09-04 12:55:52.906 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:55:52.929 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:55:52.933 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.2296ms +2021-09-04 12:55:52.933 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:55:52.936 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:52.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:52.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:55:52.964 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.8704ms +2021-09-04 12:56:16.521 +08:00 [DBG] Transport connection checking... +2021-09-04 12:56:16.521 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:56:17.499 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:56:17.538 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JrMd2FBsOtj5P9vN0DGPMQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 24598.7136ms +2021-09-04 12:56:17.538 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:56:18.663 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:56:18.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:18.664 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7784ms +2021-09-04 12:56:18.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:56:18.667 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:18.669 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:18.670 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:18.670 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:18.671 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:18.694 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:18.694 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:18.694 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.8055ms +2021-09-04 12:56:18.794 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:56:18.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:18.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6339ms +2021-09-04 12:56:18.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:56:18.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:18.800 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:18.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:18.805 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:18.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:18.809 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:18.809 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:18.810 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:18.811 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:56:18.829 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Z3x-FslljWELb9iLPveLFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:56:18.830 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:18.834 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:18.835 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:18.837 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:56:18.860 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:56:18.865 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 53.7096ms +2021-09-04 12:56:18.865 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:18.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:18.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:18.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:18.898 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.2129ms +2021-09-04 12:56:21.377 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:56:21.378 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Z3x-FslljWELb9iLPveLFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2548.5982ms +2021-09-04 12:56:22.387 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:56:22.387 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:22.387 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4669ms +2021-09-04 12:56:22.389 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:56:22.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:22.392 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:22.392 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:22.393 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:22.393 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:22.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:22.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:22.417 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.3812ms +2021-09-04 12:56:22.519 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:56:22.519 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:22.521 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:22.522 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:22.526 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:22.526 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:22.529 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:22.529 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:22.530 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:22.530 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:56:22.557 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M10GkkexWKFiQTukP1uRyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:56:22.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:22.566 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:22.569 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:22.569 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:56:22.570 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:56:22.576 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.1423ms +2021-09-04 12:56:22.576 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:22.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:22.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:22.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:22.613 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.1024ms +2021-09-04 12:56:24.821 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:56:24.837 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M10GkkexWKFiQTukP1uRyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2280.9543ms +2021-09-04 12:56:25.758 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:56:25.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:25.759 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4494ms +2021-09-04 12:56:25.760 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:56:25.761 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:25.763 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:25.763 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:25.764 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:25.764 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:25.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:25.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:25.785 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9136ms +2021-09-04 12:56:25.887 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:56:25.887 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:25.887 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4366ms +2021-09-04 12:56:25.889 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:56:25.889 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:25.891 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:25.892 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:25.895 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:25.895 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:25.899 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:25.899 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:25.900 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:25.900 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:56:25.914 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NtjPdV9qzFKhxBee6zv2hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:56:25.915 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:25.927 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:25.929 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:25.932 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:56:25.935 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:56:25.939 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 39.2856ms +2021-09-04 12:56:25.939 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:25.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:25.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:25.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:25.973 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 84.2887ms +2021-09-04 12:56:35.632 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:56:35.632 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NtjPdV9qzFKhxBee6zv2hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 9718.1097ms +2021-09-04 12:56:37.415 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:56:37.415 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:37.415 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7409ms +2021-09-04 12:56:37.417 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:56:37.417 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:37.420 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:37.420 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:37.421 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:37.421 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:56:37.453 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:37.453 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:37.453 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.8623ms +2021-09-04 12:56:37.535 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:56:37.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:37.535 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5320ms +2021-09-04 12:56:37.537 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:56:37.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:37.540 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:37.540 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:37.544 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:56:37.544 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:37.549 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:56:37.549 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:37.551 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:37.551 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:56:37.566 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XV7Vh-7rmYpAWxZ2OJmIRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:56:37.566 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:56:37.570 +08:00 [INF] Successfully validated the token. +2021-09-04 12:56:37.571 +08:00 [INF] Authorization was successful. +2021-09-04 12:56:37.582 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:56:37.591 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:56:37.595 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.3918ms +2021-09-04 12:56:37.595 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:56:37.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:37.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:37.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:56:37.636 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 99.7191ms +2021-09-04 12:56:46.535 +08:00 [DBG] Transport connection checking... +2021-09-04 12:56:46.535 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:56:47.601 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:57:06.992 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:07.011 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XV7Vh-7rmYpAWxZ2OJmIRg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 29445.8428ms +2021-09-04 12:57:08.091 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:08.091 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:08.092 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5638ms +2021-09-04 12:57:08.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:08.094 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:08.096 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:08.097 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:08.098 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:08.098 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:08.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:08.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:08.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1708ms +2021-09-04 12:57:08.277 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:57:08.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:08.277 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5093ms +2021-09-04 12:57:08.280 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:08.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:08.284 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:08.284 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:08.288 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:08.288 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:08.292 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:08.292 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:08.293 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:08.293 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:08.317 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yWf4jIB4VBGb_S3IqX6w-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:08.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:08.331 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:08.332 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:08.334 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:08.346 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:08.352 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 58.6725ms +2021-09-04 12:57:08.352 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:08.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:08.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:08.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:08.392 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 112.3150ms +2021-09-04 12:57:10.570 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:10.588 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yWf4jIB4VBGb_S3IqX6w-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2271.6314ms +2021-09-04 12:57:11.551 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:11.551 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:11.551 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4456ms +2021-09-04 12:57:11.553 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:11.553 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:11.555 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:11.556 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:11.556 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:11.556 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:11.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:11.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:11.587 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.2632ms +2021-09-04 12:57:11.680 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:11.681 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:11.683 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:11.684 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:11.687 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:11.687 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:11.690 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:11.690 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:11.691 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:11.691 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:11.713 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lg59IdS0xxzMGNpwyXYp1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:11.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:11.723 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:11.724 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:11.724 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:11.725 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:11.731 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.3233ms +2021-09-04 12:57:11.731 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:11.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:11.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:11.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:11.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 81.7262ms +2021-09-04 12:57:16.549 +08:00 [DBG] Transport connection checking... +2021-09-04 12:57:16.549 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:57:17.650 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:57:24.768 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:24.785 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lg59IdS0xxzMGNpwyXYp1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 13073.0175ms +2021-09-04 12:57:25.888 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:25.888 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:25.888 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5984ms +2021-09-04 12:57:25.890 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:25.890 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:25.893 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:25.893 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:25.894 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:25.894 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:25.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:25.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:25.918 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5035ms +2021-09-04 12:57:26.104 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:57:26.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:26.104 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6255ms +2021-09-04 12:57:26.106 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:26.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:26.109 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:26.110 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:26.116 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:26.117 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:26.120 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:26.120 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:26.121 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:26.121 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:26.139 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GE-JAPVu_17HCcjQGPpOpQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:26.140 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:26.145 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:26.160 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:26.165 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:26.190 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:26.196 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 74.0293ms +2021-09-04 12:57:26.196 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:26.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:26.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:26.247 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:26.247 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 141.1127ms +2021-09-04 12:57:26.992 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:26.992 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GE-JAPVu_17HCcjQGPpOpQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 852.5066ms +2021-09-04 12:57:28.000 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:28.001 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:28.001 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4737ms +2021-09-04 12:57:28.002 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:28.003 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:28.005 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:28.005 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:28.006 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:28.006 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:28.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:28.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:28.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9080ms +2021-09-04 12:57:28.151 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:28.151 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:28.154 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:28.154 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:28.158 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:28.158 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:28.162 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:28.162 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:28.163 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:28.164 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:28.191 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b6arCF3BxnUDqSFRLua5lw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:28.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:28.202 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:28.203 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:28.203 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:28.205 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:28.211 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.209ms +2021-09-04 12:57:28.211 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:28.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:28.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:28.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:28.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.8741ms +2021-09-04 12:57:30.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:30.956 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b6arCF3BxnUDqSFRLua5lw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2765.0130ms +2021-09-04 12:57:31.922 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:31.922 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:31.922 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5228ms +2021-09-04 12:57:31.924 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:31.924 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:31.926 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:31.927 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:31.928 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:31.928 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:31.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:31.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:31.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.4427ms +2021-09-04 12:57:32.058 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:57:32.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:32.058 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4961ms +2021-09-04 12:57:32.060 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:32.060 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:32.063 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:32.063 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:32.068 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:32.068 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:32.071 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:32.071 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:32.072 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:32.072 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:32.086 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AXeZSAh4Pjz5Xp9K7xrzzA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:32.086 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:32.088 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:32.089 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:32.090 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:32.113 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:32.118 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.4456ms +2021-09-04 12:57:32.118 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:32.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:32.147 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:32.147 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:32.148 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.5247ms +2021-09-04 12:57:36.616 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:36.616 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AXeZSAh4Pjz5Xp9K7xrzzA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 4530.6002ms +2021-09-04 12:57:37.677 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:37.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:37.678 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5079ms +2021-09-04 12:57:37.680 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:37.680 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:37.683 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:37.683 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:37.685 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:37.685 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:37.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:37.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:37.707 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2871ms +2021-09-04 12:57:37.813 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:57:37.814 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:37.814 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4649ms +2021-09-04 12:57:37.816 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:37.816 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:37.819 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:37.819 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:37.823 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:37.823 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:37.826 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:37.826 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:37.827 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:37.828 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:37.843 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5V0EoUcwA6LL48UybcafOA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:37.843 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:37.848 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:37.848 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:37.860 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:37.870 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:37.876 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.2916ms +2021-09-04 12:57:37.876 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:37.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:37.912 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:37.912 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:37.912 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.2315ms +2021-09-04 12:57:38.475 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:38.493 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5V0EoUcwA6LL48UybcafOA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 649.3246ms +2021-09-04 12:57:39.421 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:39.421 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:39.421 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5129ms +2021-09-04 12:57:39.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:39.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:39.425 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:39.426 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:39.427 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:39.427 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:39.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:39.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:39.447 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5332ms +2021-09-04 12:57:39.561 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:39.562 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:39.564 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:39.565 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:39.569 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:39.569 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:39.571 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:39.571 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:39.572 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:39.573 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:39.592 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pCPP5SnGG0zEveV6BYUmJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:39.594 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:39.604 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:39.607 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:39.607 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:39.608 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:39.614 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.5939ms +2021-09-04 12:57:39.614 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:39.618 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:39.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:39.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:39.648 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 86.6837ms +2021-09-04 12:57:46.568 +08:00 [DBG] Transport connection checking... +2021-09-04 12:57:46.568 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:57:47.705 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:57:49.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:57:49.122 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pCPP5SnGG0zEveV6BYUmJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 9530.6747ms +2021-09-04 12:57:50.245 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:57:50.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:50.245 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5230ms +2021-09-04 12:57:50.248 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:57:50.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:50.252 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:50.253 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:50.254 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:50.254 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:57:50.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:50.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:50.279 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.0363ms +2021-09-04 12:57:50.440 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:57:50.440 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:50.440 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6336ms +2021-09-04 12:57:50.442 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:57:50.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:50.445 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:50.446 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:50.451 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:57:50.451 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:50.455 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:57:50.455 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:50.456 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:50.456 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:57:50.474 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Cqri4HQ3H723EzhFrvsFDQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:57:50.475 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:57:50.491 +08:00 [INF] Successfully validated the token. +2021-09-04 12:57:50.493 +08:00 [INF] Authorization was successful. +2021-09-04 12:57:50.494 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:57:50.495 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:57:50.502 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.1884ms +2021-09-04 12:57:50.502 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:57:50.506 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:50.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:50.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:57:50.538 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.9948ms +2021-09-04 12:58:16.583 +08:00 [DBG] Transport connection checking... +2021-09-04 12:58:16.583 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:58:17.731 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:58:37.927 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:58:37.961 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Cqri4HQ3H723EzhFrvsFDQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 47487.4497ms +2021-09-04 12:58:38.980 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:58:38.980 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:38.981 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4632ms +2021-09-04 12:58:38.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:58:38.983 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:38.985 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:38.986 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:38.987 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:58:38.987 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:58:39.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:39.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:39.009 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.2795ms +2021-09-04 12:58:39.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:58:39.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:39.138 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4273ms +2021-09-04 12:58:39.140 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:58:39.140 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:39.142 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:39.142 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:58:39.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:58:39.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:58:39.153 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:58:39.153 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:39.155 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:58:39.155 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:58:39.160 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Iu04rs5rKnhLTAgSNdKiTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:58:39.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:39.163 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:39.163 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:39.164 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:58:39.193 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:58:39.196 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.9043ms +2021-09-04 12:58:39.196 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:58:39.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:39.230 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:39.230 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:39.231 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.9186ms +2021-09-04 12:58:46.593 +08:00 [DBG] Transport connection checking... +2021-09-04 12:58:46.593 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:58:47.756 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:58:52.596 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:58:52.639 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Iu04rs5rKnhLTAgSNdKiTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 13479.6688ms +2021-09-04 12:58:53.689 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:58:53.689 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:53.689 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4939ms +2021-09-04 12:58:53.691 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:58:53.692 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:53.694 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:53.695 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:53.696 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:58:53.696 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:58:53.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:53.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:53.721 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.5009ms +2021-09-04 12:58:53.927 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:58:53.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:53.928 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4721ms +2021-09-04 12:58:53.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:58:53.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:53.934 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:53.935 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:58:53.940 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:58:53.940 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:58:53.943 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:58:53.943 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:53.944 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:58:53.945 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:58:53.970 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=01HtiOzsvpaB54DvG6uPxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:58:53.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:58:53.986 +08:00 [INF] Successfully validated the token. +2021-09-04 12:58:53.988 +08:00 [INF] Authorization was successful. +2021-09-04 12:58:53.991 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:58:53.992 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:58:54.000 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 54.8087ms +2021-09-04 12:58:54.000 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:58:54.005 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:54.044 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:54.044 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:58:54.044 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 114.1671ms +2021-09-04 12:58:59.562 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:58:59.579 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=01HtiOzsvpaB54DvG6uPxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 5608.3358ms +2021-09-04 12:59:00.521 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:59:00.522 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:00.522 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4760ms +2021-09-04 12:59:00.524 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:59:00.524 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:00.526 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:00.526 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:00.527 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:59:00.527 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:59:00.546 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:00.546 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:00.547 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.0606ms +2021-09-04 12:59:00.651 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:59:00.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:00.651 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4519ms +2021-09-04 12:59:00.653 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:59:00.653 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:00.655 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:00.656 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:59:00.659 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:59:00.659 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:59:00.662 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:59:00.662 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:00.663 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:59:00.663 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:59:00.678 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VBKdQRHwNU87c38CHrhGdA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:59:00.679 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:00.684 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:00.693 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:00.696 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:59:00.702 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:59:00.707 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.5222ms +2021-09-04 12:59:00.707 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:59:00.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:00.739 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:00.739 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:00.739 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 86.5422ms +2021-09-04 12:59:15.539 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 12:59:15.539 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VBKdQRHwNU87c38CHrhGdA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 14860.6536ms +2021-09-04 12:59:16.347 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 12:59:16.350 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 12:59:16.599 +08:00 [DBG] Transport connection checking... +2021-09-04 12:59:16.599 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:59:16.677 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 12:59:17.771 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 12:59:26.533 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 12:59:26.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:26.534 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4774ms +2021-09-04 12:59:26.537 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 12:59:26.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:26.540 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:26.540 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:26.541 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:59:26.541 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 12:59:26.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:26.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:26.573 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.0360ms +2021-09-04 12:59:26.693 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 12:59:26.693 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:26.693 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4333ms +2021-09-04 12:59:26.695 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 12:59:26.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:26.697 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:26.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:59:26.702 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 12:59:26.702 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:59:26.705 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 12:59:26.705 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:26.706 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:59:26.706 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 12:59:26.720 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sg-GWL12Wxu9T4eY3Eoxxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 12:59:26.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 12:59:26.724 +08:00 [INF] Successfully validated the token. +2021-09-04 12:59:26.724 +08:00 [INF] Authorization was successful. +2021-09-04 12:59:26.727 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 12:59:26.747 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 12:59:26.750 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.8092ms +2021-09-04 12:59:26.750 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 12:59:26.755 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:26.779 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:26.779 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 12:59:26.780 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 84.8343ms +2021-09-04 12:59:46.616 +08:00 [DBG] Transport connection checking... +2021-09-04 12:59:46.616 +08:00 [DBG] Transport connection healthy! +2021-09-04 12:59:47.787 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:00:16.621 +08:00 [DBG] Transport connection checking... +2021-09-04 13:00:16.621 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:00:16.621 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:00:16.655 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sg-GWL12Wxu9T4eY3Eoxxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 49936.0088ms +2021-09-04 13:00:17.693 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:00:17.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:17.694 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5143ms +2021-09-04 13:00:17.696 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:00:17.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:17.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:17.699 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:17.700 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:00:17.700 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:00:17.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:17.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:17.721 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7892ms +2021-09-04 13:00:17.807 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:00:17.840 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:00:17.840 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:17.840 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4577ms +2021-09-04 13:00:17.841 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:00:17.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:17.844 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:17.844 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:00:17.848 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:00:17.848 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:00:17.851 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:00:17.851 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:17.852 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:00:17.852 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:00:17.865 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cBiw3fdG4zp-AYkLn7AOZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:00:17.866 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:17.868 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:17.869 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:17.871 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:00:17.894 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:00:17.898 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.3956ms +2021-09-04 13:00:17.898 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:00:17.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:17.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:17.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:17.932 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.6658ms +2021-09-04 13:00:24.324 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:00:24.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cBiw3fdG4zp-AYkLn7AOZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 6477.1127ms +2021-09-04 13:00:26.854 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:00:26.854 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:26.854 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6339ms +2021-09-04 13:00:26.856 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:00:26.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:26.859 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:26.859 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:26.860 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:00:26.860 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:00:26.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:26.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:26.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0786ms +2021-09-04 13:00:26.980 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:00:26.980 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:26.980 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4238ms +2021-09-04 13:00:26.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:00:26.982 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:26.984 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:26.985 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:00:26.989 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:00:26.989 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:00:26.993 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:00:26.993 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:26.994 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:00:26.995 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:00:27.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ruMe5qNsIwLFwP_tEixfJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:00:27.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:00:27.010 +08:00 [INF] Successfully validated the token. +2021-09-04 13:00:27.011 +08:00 [INF] Authorization was successful. +2021-09-04 13:00:27.012 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:00:27.033 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:00:27.037 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.0975ms +2021-09-04 13:00:27.037 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:00:27.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:27.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:27.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:00:27.075 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.7981ms +2021-09-04 13:00:46.632 +08:00 [DBG] Transport connection checking... +2021-09-04 13:00:46.632 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:00:47.867 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:01:16.640 +08:00 [DBG] Transport connection checking... +2021-09-04 13:01:16.640 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:01:17.884 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:01:36.629 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:01:36.647 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ruMe5qNsIwLFwP_tEixfJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 69640.1165ms +2021-09-04 13:01:37.768 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:01:37.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:37.769 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5582ms +2021-09-04 13:01:37.770 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:01:37.771 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:37.773 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:37.773 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:37.774 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:37.774 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:37.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:37.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:37.797 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.2572ms +2021-09-04 13:01:37.924 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:01:37.925 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:37.925 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4501ms +2021-09-04 13:01:37.926 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:01:37.926 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:37.929 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:37.929 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:37.932 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:37.932 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:37.935 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:37.935 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:37.936 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:37.936 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:01:37.948 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1gwUNfC5E21blRDci9Zmpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:01:37.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:37.951 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:37.952 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:37.953 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:01:37.972 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:01:37.978 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.4541ms +2021-09-04 13:01:37.979 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:37.982 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:38.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:38.010 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:38.010 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 83.8241ms +2021-09-04 13:01:39.904 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:01:39.942 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1gwUNfC5E21blRDci9Zmpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 1975.2695ms +2021-09-04 13:01:40.829 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:01:40.829 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:40.830 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4491ms +2021-09-04 13:01:40.831 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:01:40.831 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:40.833 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:40.834 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:40.835 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:40.835 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:40.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:40.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:40.855 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.6101ms +2021-09-04 13:01:40.958 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:01:40.959 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:40.961 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:40.961 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:40.965 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:40.965 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:40.968 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:40.968 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:40.969 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:40.969 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:01:40.983 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gpbUh1lqrpUeyNOBjduHbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:01:40.983 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:40.995 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:40.996 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:40.999 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:01:41.004 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:01:41.008 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 38.5382ms +2021-09-04 13:01:41.008 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:41.011 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:41.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:41.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:41.040 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 81.8937ms +2021-09-04 13:01:43.434 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:01:43.452 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gpbUh1lqrpUeyNOBjduHbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 2469.4502ms +2021-09-04 13:01:44.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:01:44.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:44.330 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5033ms +2021-09-04 13:01:44.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:01:44.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:44.334 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:44.334 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:44.335 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:44.335 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:01:44.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:44.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:44.355 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.4284ms +2021-09-04 13:01:44.457 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:01:44.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:44.457 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4469ms +2021-09-04 13:01:44.459 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:01:44.459 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:44.461 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:44.462 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:44.465 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:01:44.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:44.468 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:01:44.468 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:44.469 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:44.469 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:01:44.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v3POFQj9pxppYY0s2HxeWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:01:44.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:01:44.493 +08:00 [INF] Successfully validated the token. +2021-09-04 13:01:44.497 +08:00 [INF] Authorization was successful. +2021-09-04 13:01:44.504 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:01:44.513 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:01:44.517 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.0724ms +2021-09-04 13:01:44.517 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:01:44.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:44.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:44.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:01:44.559 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 100.6167ms +2021-09-04 13:01:46.653 +08:00 [DBG] Transport connection checking... +2021-09-04 13:01:46.653 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:01:47.919 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:02:16.656 +08:00 [DBG] Transport connection checking... +2021-09-04 13:02:16.656 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:02:17.936 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:02:46.658 +08:00 [DBG] Transport connection checking... +2021-09-04 13:02:46.658 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:02:47.960 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:03:11.407 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:11.440 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v3POFQj9pxppYY0s2HxeWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 86962.0922ms +2021-09-04 13:03:12.509 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:12.509 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:12.509 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4699ms +2021-09-04 13:03:12.511 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:12.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:12.514 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:12.514 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:12.516 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:12.516 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:12.536 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:12.536 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:12.537 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5490ms +2021-09-04 13:03:12.625 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:03:12.626 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:12.626 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4951ms +2021-09-04 13:03:12.627 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:12.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:12.630 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:12.630 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:12.635 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:12.635 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:12.638 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:12.638 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:12.639 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:12.639 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:12.648 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0-zmqwRBVwvV8Kr_etutig&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - +2021-09-04 13:03:12.648 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:12.651 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:12.652 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:12.653 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:12.677 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:12.680 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.9616ms +2021-09-04 13:03:12.680 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:12.684 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:12.712 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:12.712 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:12.712 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 85.0176ms +2021-09-04 13:03:16.666 +08:00 [DBG] Transport connection checking... +2021-09-04 13:03:16.666 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:03:18.000 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:03:18.158 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:18.194 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0-zmqwRBVwvV8Kr_etutig&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzA3MzQsImV4cCI6MTYzMDgxNzEzNCwiaWF0IjoxNjMwNzMwNzM0fQ.Ojt-So6DxHa3eNhuHd0nj_xk7qmdqb2_TY8eUHGpmuQ - - - 101 - - 5547.4323ms +2021-09-04 13:03:20.123 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 13:03:20.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.123 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.4532ms +2021-09-04 13:03:20.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 13:03:20.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.129 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:20.129 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:20.183 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:03:20.183 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 13:03:20.197 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 13:03:20.197 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 68.0992ms +2021-09-04 13:03:20.197 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:20.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:20.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:20.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:20.225 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 100.1756ms +2021-09-04 13:03:20.229 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:03:20.230 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.230 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5156ms +2021-09-04 13:03:20.232 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:03:20.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.235 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:20.236 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:03:20.236 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 13:03:20.238 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:03:20.241 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 13:03:20.242 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:03:20.343 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:03:20.343 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:03:20.442 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:03:20.612 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 13:03:20.612 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 13:03:20.615 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 378.983ms +2021-09-04 13:03:20.615 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:03:20.615 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 383.6011ms +2021-09-04 13:03:20.976 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:20.976 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.976 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4821ms +2021-09-04 13:03:20.978 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:20.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:20.981 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:20.982 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:20.983 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:20.983 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:21.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:21.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:21.004 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5082ms +2021-09-04 13:03:21.052 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PY059fv5tUcIX9dqqx1rrw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:21.052 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:21.055 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:21.055 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:21.056 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:24.858 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:03:24.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:24.859 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4772ms +2021-09-04 13:03:24.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:24.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:24.862 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:24.863 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:24.866 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:24.866 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:24.869 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:24.869 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:24.870 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:24.870 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:24.901 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:24.905 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.0128ms +2021-09-04 13:03:24.905 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:24.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:24.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:24.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:24.933 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 73.0560ms +2021-09-04 13:03:29.258 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:29.258 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PY059fv5tUcIX9dqqx1rrw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 8206.7396ms +2021-09-04 13:03:30.250 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:30.250 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:30.250 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4890ms +2021-09-04 13:03:30.252 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:30.252 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:30.255 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:30.255 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:30.256 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:30.256 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:30.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:30.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:30.277 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1518ms +2021-09-04 13:03:30.353 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:03:30.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:30.354 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4266ms +2021-09-04 13:03:30.355 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:30.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:30.357 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:30.358 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:30.362 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:30.362 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:30.365 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:30.365 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:30.366 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:30.367 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:30.388 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S07nIRAH0keDBSMpdn36Kw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:30.393 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:30.402 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:30.405 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:30.405 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:30.406 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:30.412 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0603ms +2021-09-04 13:03:30.412 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:30.416 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:30.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:30.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:30.449 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.4051ms +2021-09-04 13:03:43.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:43.872 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S07nIRAH0keDBSMpdn36Kw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 13486.5734ms +2021-09-04 13:03:44.939 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:44.939 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:44.939 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4770ms +2021-09-04 13:03:44.941 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:44.941 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:44.945 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:44.946 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:44.947 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:44.947 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:44.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:44.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:44.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.7164ms +2021-09-04 13:03:45.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:03:45.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:45.124 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5050ms +2021-09-04 13:03:45.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:45.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:45.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:45.129 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:45.133 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:45.133 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:45.136 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:45.136 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:45.138 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:45.138 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:45.154 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GD4e04kdyFSAowt5h_goTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:45.155 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:45.158 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:45.158 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:45.161 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:45.185 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:45.189 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.5468ms +2021-09-04 13:03:45.189 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:45.193 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:45.227 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:45.227 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:45.228 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.9415ms +2021-09-04 13:03:46.516 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:46.516 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GD4e04kdyFSAowt5h_goTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1362.1381ms +2021-09-04 13:03:46.665 +08:00 [DBG] Transport connection checking... +2021-09-04 13:03:46.665 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:03:47.526 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:47.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:47.527 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6005ms +2021-09-04 13:03:47.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:47.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:47.532 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:47.533 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:47.533 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:47.534 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:47.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:47.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:47.555 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5185ms +2021-09-04 13:03:47.671 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:47.672 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:47.674 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:47.675 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:47.679 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:47.679 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:47.682 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:47.683 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:47.684 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:47.684 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:47.704 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LYsu4yqYuDmT31-VvJHqRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:47.707 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:47.716 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:47.718 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:47.719 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:47.720 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:47.726 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.2966ms +2021-09-04 13:03:47.726 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:47.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:47.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:47.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:47.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.9558ms +2021-09-04 13:03:47.935 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:47.972 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LYsu4yqYuDmT31-VvJHqRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 268.0028ms +2021-09-04 13:03:48.013 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:03:48.951 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:48.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:48.951 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4617ms +2021-09-04 13:03:48.953 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:48.954 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:48.956 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:48.956 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:48.957 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:48.958 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:48.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:48.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:48.979 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4246ms +2021-09-04 13:03:49.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:49.089 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:49.092 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:49.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:49.097 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:49.097 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:49.101 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:49.101 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:49.102 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:49.102 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:49.117 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DKlOYL8Sj3As58hn_48t5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:49.118 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:49.123 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:49.131 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:49.134 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:49.141 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:49.145 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.2057ms +2021-09-04 13:03:49.145 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:49.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:49.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:49.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:49.178 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.2759ms +2021-09-04 13:03:49.382 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:49.382 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DKlOYL8Sj3As58hn_48t5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 264.6884ms +2021-09-04 13:03:50.249 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:50.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:50.249 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4648ms +2021-09-04 13:03:50.251 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:50.251 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:50.253 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:50.254 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:50.255 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:50.255 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:50.285 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:50.285 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:50.285 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.2244ms +2021-09-04 13:03:50.394 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:03:50.394 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:50.394 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5285ms +2021-09-04 13:03:50.397 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:50.397 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:50.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:50.400 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:50.405 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:50.405 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:50.408 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:50.408 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:50.409 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:50.409 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:50.429 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B21s6zgPRCwlDNHK6UwpBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:50.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:50.443 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:50.444 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:50.447 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:50.448 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:50.454 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.7884ms +2021-09-04 13:03:50.454 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:50.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:50.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:50.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:50.488 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.9012ms +2021-09-04 13:03:53.040 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:03:53.058 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B21s6zgPRCwlDNHK6UwpBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 2629.0459ms +2021-09-04 13:03:54.125 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:03:54.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:54.125 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4556ms +2021-09-04 13:03:54.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:03:54.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:54.130 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:54.131 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:54.131 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:54.132 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:03:54.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:54.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:54.153 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.3552ms +2021-09-04 13:03:54.262 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:03:54.263 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:54.265 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:54.266 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:54.269 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:03:54.269 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:54.272 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:03:54.272 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:54.273 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:54.273 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:03:54.296 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wZPPHOjspgqCYXmRV8e2Rg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:03:54.300 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:03:54.308 +08:00 [INF] Successfully validated the token. +2021-09-04 13:03:54.311 +08:00 [INF] Authorization was successful. +2021-09-04 13:03:54.311 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:03:54.313 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:03:54.319 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0663ms +2021-09-04 13:03:54.319 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:03:54.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:54.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:54.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:03:54.352 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.6129ms +2021-09-04 13:04:00.640 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:00.659 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wZPPHOjspgqCYXmRV8e2Rg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 6364.9989ms +2021-09-04 13:04:01.620 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:01.620 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:01.620 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4778ms +2021-09-04 13:04:01.622 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:01.622 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:01.625 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:01.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:01.626 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:01.627 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:01.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:01.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:01.648 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3072ms +2021-09-04 13:04:01.761 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:01.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:01.762 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.9818ms +2021-09-04 13:04:01.764 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:01.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:01.767 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:01.768 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:01.772 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:01.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:01.775 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:01.775 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:01.777 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:01.777 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:01.800 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hmzAOMl2qljCFw25tyxsZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:01.802 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:01.820 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:01.820 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:01.824 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:01.824 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:01.833 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 56.0867ms +2021-09-04 13:04:01.833 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:01.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:01.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:01.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:01.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 111.7892ms +2021-09-04 13:04:01.915 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:01.915 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hmzAOMl2qljCFw25tyxsZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 115.0354ms +2021-09-04 13:04:02.888 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:02.888 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:02.889 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4895ms +2021-09-04 13:04:02.890 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:02.891 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:02.893 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:02.894 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:02.896 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:02.896 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:02.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:02.917 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:02.918 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2024ms +2021-09-04 13:04:03.030 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:03.030 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:03.033 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:03.033 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:03.037 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:03.037 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:03.040 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:03.040 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:03.041 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:03.041 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:03.059 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eWZE4DFgQiGnPOaZj183Kw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:03.061 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:03.074 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:03.076 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:03.076 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:03.078 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:03.083 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.241ms +2021-09-04 13:04:03.083 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:03.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:03.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:03.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:03.117 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 86.6284ms +2021-09-04 13:04:10.041 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:10.041 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eWZE4DFgQiGnPOaZj183Kw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 6983.4485ms +2021-09-04 13:04:11.031 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:11.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:11.032 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4723ms +2021-09-04 13:04:11.033 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:11.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:11.036 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:11.036 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:11.037 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:11.037 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:11.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:11.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:11.060 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1527ms +2021-09-04 13:04:11.170 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:11.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:11.171 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6136ms +2021-09-04 13:04:11.172 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:11.172 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:11.176 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:11.176 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:11.181 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:11.181 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:11.184 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:11.184 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:11.185 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:11.185 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:11.211 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=X6ppc1I8ugOyD99XnjG-tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:11.217 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:11.223 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:11.224 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:11.224 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:11.227 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:11.232 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.1263ms +2021-09-04 13:04:11.232 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:11.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:11.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:11.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:11.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.7109ms +2021-09-04 13:04:13.606 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:13.606 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=X6ppc1I8ugOyD99XnjG-tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 2398.5858ms +2021-09-04 13:04:14.581 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:14.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:14.581 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4732ms +2021-09-04 13:04:14.583 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:14.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:14.585 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:14.586 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:14.587 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:14.587 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:14.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:14.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:14.607 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.2491ms +2021-09-04 13:04:14.691 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:14.691 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:14.693 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:14.694 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:14.698 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:14.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:14.701 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:14.701 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:14.702 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:14.702 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:14.726 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VxJm6Qi2Diik8i1euXSZ3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:14.730 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:14.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:14.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:14.738 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:14.738 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:14.745 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.4106ms +2021-09-04 13:04:14.745 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:14.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:14.780 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:14.780 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:14.780 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.7172ms +2021-09-04 13:04:16.342 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:04:16.344 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:04:16.673 +08:00 [DBG] Transport connection checking... +2021-09-04 13:04:16.673 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:04:16.689 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:04:18.065 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:04:20.091 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:20.092 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VxJm6Qi2Diik8i1euXSZ3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 5366.3620ms +2021-09-04 13:04:21.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:21.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:21.023 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4598ms +2021-09-04 13:04:21.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:21.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:21.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:21.028 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:21.029 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:21.029 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:21.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:21.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:21.050 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1481ms +2021-09-04 13:04:21.122 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:21.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:21.123 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4331ms +2021-09-04 13:04:21.124 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:21.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:21.127 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:21.127 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:21.131 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:21.131 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:21.134 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:21.134 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:21.135 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:21.135 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:21.160 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=si4FGwVlNGXp8FujIi5HFA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:21.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:21.168 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:21.169 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:21.169 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:21.170 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:21.176 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.3317ms +2021-09-04 13:04:21.176 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:21.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:21.207 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:21.207 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:21.207 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 83.3122ms +2021-09-04 13:04:28.581 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:28.601 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=si4FGwVlNGXp8FujIi5HFA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 7441.8036ms +2021-09-04 13:04:29.537 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:29.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:29.537 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4510ms +2021-09-04 13:04:29.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:29.539 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:29.542 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:29.543 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:29.544 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:29.544 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:29.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:29.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:29.565 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1898ms +2021-09-04 13:04:29.650 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:29.650 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:29.650 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4549ms +2021-09-04 13:04:29.652 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:29.652 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:29.654 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:29.655 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:29.659 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:29.660 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:29.663 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:29.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:29.664 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:29.665 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:29.695 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wQuM6nx69tneWsRKVOkkXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:29.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:29.702 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:29.702 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:29.703 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:29.704 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:29.712 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.834ms +2021-09-04 13:04:29.712 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:29.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:29.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:29.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:29.751 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 99.1220ms +2021-09-04 13:04:31.714 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:31.714 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wQuM6nx69tneWsRKVOkkXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 2019.7886ms +2021-09-04 13:04:32.691 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:32.692 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:32.692 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5235ms +2021-09-04 13:04:32.694 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:32.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:32.697 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:32.697 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:32.698 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:32.698 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:32.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:32.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:32.720 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0044ms +2021-09-04 13:04:32.799 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:32.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:32.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:32.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:32.805 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:32.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:32.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:32.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:32.810 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:32.810 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:32.835 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lzGhJvmtWhAXLP4CK-3LYw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:32.838 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:32.844 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:32.847 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:32.847 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:32.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:32.854 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.7573ms +2021-09-04 13:04:32.854 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:32.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:32.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:32.887 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:32.888 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.2909ms +2021-09-04 13:04:34.538 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:34.560 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lzGhJvmtWhAXLP4CK-3LYw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1724.7606ms +2021-09-04 13:04:35.524 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:35.525 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:35.525 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5082ms +2021-09-04 13:04:35.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:35.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:35.530 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:35.531 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:35.531 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:35.532 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:35.552 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:35.552 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:35.553 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1472ms +2021-09-04 13:04:35.669 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:35.669 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:35.669 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5482ms +2021-09-04 13:04:35.671 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:35.671 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:35.673 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:35.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:35.678 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:35.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:35.681 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:35.681 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:35.682 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:35.682 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:35.698 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWoe3L48imThAfnTIQRSKA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:35.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:35.702 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:35.709 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:35.714 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:35.720 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:35.724 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.1991ms +2021-09-04 13:04:35.724 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:35.728 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:35.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:35.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:35.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.4025ms +2021-09-04 13:04:36.165 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:36.165 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWoe3L48imThAfnTIQRSKA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 467.1897ms +2021-09-04 13:04:37.079 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:37.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:37.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6067ms +2021-09-04 13:04:37.081 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:37.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:37.084 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:37.084 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:37.085 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:37.085 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:37.111 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:37.111 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:37.111 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.6532ms +2021-09-04 13:04:37.218 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:37.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:37.220 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:37.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:37.225 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:37.225 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:37.229 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:37.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:37.230 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:37.230 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:37.252 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3LFcC8VZAwq-pL7d7fwn0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:37.257 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:37.265 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:37.266 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:37.266 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:37.267 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:37.272 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.0485ms +2021-09-04 13:04:37.272 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:37.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:37.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:37.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:37.309 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.0911ms +2021-09-04 13:04:46.690 +08:00 [DBG] Transport connection checking... +2021-09-04 13:04:46.690 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:04:48.125 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:04:51.128 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:51.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3LFcC8VZAwq-pL7d7fwn0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 13878.4201ms +2021-09-04 13:04:52.228 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:52.228 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:52.229 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5203ms +2021-09-04 13:04:52.231 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:52.231 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:52.233 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:52.234 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:52.235 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:52.235 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:52.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:52.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:52.268 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.1484ms +2021-09-04 13:04:52.408 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:52.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:52.408 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.8048ms +2021-09-04 13:04:52.411 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:52.411 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:52.414 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:52.414 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:52.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:52.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:52.422 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:52.422 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:52.423 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:52.424 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:52.445 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0pvlDo6ADblnpznFKZuCjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:52.445 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:52.459 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:52.463 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:52.464 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:52.469 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:52.474 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.4827ms +2021-09-04 13:04:52.474 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:52.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:52.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:52.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:52.516 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.8708ms +2021-09-04 13:04:53.780 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:53.781 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0pvlDo6ADblnpznFKZuCjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1336.4122ms +2021-09-04 13:04:54.687 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:54.687 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:54.687 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4540ms +2021-09-04 13:04:54.689 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:54.689 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:54.692 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:54.692 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:54.693 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:54.693 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:54.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:54.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:54.726 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.3399ms +2021-09-04 13:04:54.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:54.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:54.829 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:54.829 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:54.833 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:54.834 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:54.836 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:54.837 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:54.838 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:54.838 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:54.854 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ylaB73AjBx3FXAZXvor5YQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:54.854 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:54.868 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:54.871 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:54.871 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:54.872 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:54.879 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.4651ms +2021-09-04 13:04:54.879 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:54.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:54.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:54.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:54.914 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.3489ms +2021-09-04 13:04:56.432 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:04:56.450 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ylaB73AjBx3FXAZXvor5YQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1596.1194ms +2021-09-04 13:04:57.347 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:04:57.347 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:57.347 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4619ms +2021-09-04 13:04:57.349 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:04:57.349 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:57.351 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:57.352 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:57.353 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:57.353 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:04:57.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:57.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:57.375 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8610ms +2021-09-04 13:04:57.496 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:04:57.496 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:57.496 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4400ms +2021-09-04 13:04:57.498 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:04:57.498 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:57.500 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:57.501 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:57.504 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:04:57.504 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:57.507 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:04:57.508 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:57.509 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:57.509 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:04:57.523 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=owcme_xcFVDfzjYwv__psQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:04:57.524 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:04:57.527 +08:00 [INF] Successfully validated the token. +2021-09-04 13:04:57.528 +08:00 [INF] Authorization was successful. +2021-09-04 13:04:57.529 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:04:57.550 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:04:57.555 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.7656ms +2021-09-04 13:04:57.555 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:04:57.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:57.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:57.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:04:57.589 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.6987ms +2021-09-04 13:05:01.124 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:05:01.143 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=owcme_xcFVDfzjYwv__psQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 3619.8945ms +2021-09-04 13:05:02.071 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:05:02.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:02.072 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5397ms +2021-09-04 13:05:02.073 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:05:02.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:02.076 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:02.077 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:02.078 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:02.078 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:02.114 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:02.114 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:02.114 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.6959ms +2021-09-04 13:05:02.195 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:05:02.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:02.198 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:02.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:02.202 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:02.202 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:02.205 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:02.205 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:02.207 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:02.207 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:05:02.231 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=34Jux0FmGOHll_F38S4_3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:05:02.236 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:02.242 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:02.244 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:02.244 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:05:02.245 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:05:02.252 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.5353ms +2021-09-04 13:05:02.253 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:02.257 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:02.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:02.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:02.286 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.3731ms +2021-09-04 13:05:03.732 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:05:03.751 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=34Jux0FmGOHll_F38S4_3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1521.2577ms +2021-09-04 13:05:04.665 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:05:04.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:04.665 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4830ms +2021-09-04 13:05:04.667 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:05:04.667 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:04.669 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:04.670 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:04.671 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:04.671 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:04.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:04.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:04.693 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9196ms +2021-09-04 13:05:04.810 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:05:04.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:04.810 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4367ms +2021-09-04 13:05:04.811 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:05:04.812 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:04.814 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:04.814 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:04.818 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:04.818 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:04.821 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:04.821 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:04.823 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:04.823 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:05:04.837 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qAFHGh7ps4uY3u1URbj4vQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:05:04.837 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:04.841 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:04.851 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:04.855 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:05:04.861 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:05:04.865 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.2156ms +2021-09-04 13:05:04.865 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:04.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:04.899 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:04.899 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:04.899 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.6873ms +2021-09-04 13:05:06.723 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:05:06.762 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qAFHGh7ps4uY3u1URbj4vQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1924.7875ms +2021-09-04 13:05:07.680 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:05:07.680 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:07.680 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6259ms +2021-09-04 13:05:07.682 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:05:07.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:07.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:07.685 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:07.686 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:07.686 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:07.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:07.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:07.732 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 49.2507ms +2021-09-04 13:05:07.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:05:07.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:07.799 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:07.800 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:07.804 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:07.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:07.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:07.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:07.810 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:07.810 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:05:07.837 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zyqsmhcieDi2PT2uRQ9nA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:05:07.840 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:07.847 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:07.847 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:05:07.847 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:07.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:05:07.855 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.5509ms +2021-09-04 13:05:07.855 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:07.860 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:07.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:07.889 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:07.889 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.5636ms +2021-09-04 13:05:09.822 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:05:09.822 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zyqsmhcieDi2PT2uRQ9nA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1985.1966ms +2021-09-04 13:05:10.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:05:10.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:10.796 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5028ms +2021-09-04 13:05:10.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:05:10.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:10.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:10.801 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:10.802 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:10.802 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:05:10.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:10.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:10.824 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.0582ms +2021-09-04 13:05:10.910 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:05:10.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:10.911 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4446ms +2021-09-04 13:05:10.912 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:05:10.912 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:10.914 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:10.915 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:10.919 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:05:10.919 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:10.922 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:05:10.922 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:10.923 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:10.924 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:05:10.949 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BVTs9e31YxBVtogHIM4ciA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:05:10.953 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:10.960 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:10.961 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:10.961 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:05:10.962 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:05:10.969 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.3074ms +2021-09-04 13:05:10.969 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:10.973 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:11.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:11.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:11.004 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.3498ms +2021-09-04 13:05:16.695 +08:00 [DBG] Transport connection checking... +2021-09-04 13:05:16.695 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:05:18.187 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:05:38.463 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:05:38.463 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:38.463 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4385ms +2021-09-04 13:05:38.465 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:05:38.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:05:38.467 +08:00 [INF] Successfully validated the token. +2021-09-04 13:05:38.468 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:05:38.472 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:05:38.472 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:05:38.474 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:05:38.474 +08:00 [INF] Authorization was successful. +2021-09-04 13:05:38.476 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:38.478 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:05:38.501 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:05:38.503 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.9963ms +2021-09-04 13:05:38.503 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:05:38.506 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:38.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:38.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:05:38.533 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 68.2474ms +2021-09-04 13:05:46.704 +08:00 [DBG] Transport connection checking... +2021-09-04 13:05:46.705 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:05:48.210 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:05:59.196 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:05:59.214 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BVTs9e31YxBVtogHIM4ciA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 48269.2407ms +2021-09-04 13:06:00.183 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:06:00.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:00.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4950ms +2021-09-04 13:06:00.185 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:06:00.186 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:00.188 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:00.188 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:00.189 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:00.190 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:00.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:00.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:00.211 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5142ms +2021-09-04 13:06:00.300 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:06:00.300 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:00.300 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4676ms +2021-09-04 13:06:00.302 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:06:00.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:00.304 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:00.305 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:00.309 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:00.309 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:00.312 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:00.312 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:00.313 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:00.313 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:00.325 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=p0H_8bvdvLaJ4MlrTNQU7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:06:00.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:00.327 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:00.328 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:00.329 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:06:00.350 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:06:00.354 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.7843ms +2021-09-04 13:06:00.354 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:00.359 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:00.386 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:00.386 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:00.387 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 85.2288ms +2021-09-04 13:06:16.039 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:06:16.039 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=p0H_8bvdvLaJ4MlrTNQU7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 15715.5553ms +2021-09-04 13:06:16.705 +08:00 [DBG] Transport connection checking... +2021-09-04 13:06:16.705 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:06:17.153 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:06:17.153 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:17.153 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4857ms +2021-09-04 13:06:17.155 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:06:17.156 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:17.158 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:17.159 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:17.160 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:17.160 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:17.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:17.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:17.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.1366ms +2021-09-04 13:06:17.318 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:06:17.319 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:17.319 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6057ms +2021-09-04 13:06:17.321 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:06:17.321 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:17.324 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:17.325 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:17.328 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:17.328 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:17.331 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:17.331 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:17.333 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:17.333 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:17.347 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=t18fHzALwUMnRFSz_x7LaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:06:17.348 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:17.352 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:17.353 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:17.355 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:06:17.380 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:06:17.385 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 52.1036ms +2021-09-04 13:06:17.385 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:17.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:17.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:17.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:17.426 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 105.5951ms +2021-09-04 13:06:18.241 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:06:19.132 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:06:19.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=t18fHzALwUMnRFSz_x7LaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 1785.4439ms +2021-09-04 13:06:20.060 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:06:20.060 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:20.060 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5343ms +2021-09-04 13:06:20.062 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:06:20.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:20.065 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:20.065 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:20.066 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:20.066 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:20.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:20.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:20.098 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.7502ms +2021-09-04 13:06:20.213 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:06:20.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:20.216 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:20.217 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:20.221 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:20.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:20.225 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:20.225 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:20.226 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:20.226 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:20.253 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KbpF6TzzAffgvUNwSk0CQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - +2021-09-04 13:06:20.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:20.265 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:06:20.265 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:20.266 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:20.267 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:06:20.273 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.133ms +2021-09-04 13:06:20.273 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:20.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:20.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:20.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:20.310 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.5162ms +2021-09-04 13:06:22.568 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:06:22.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:22.569 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4291ms +2021-09-04 13:06:22.571 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:06:22.571 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:22.573 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:22.574 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:06:22.577 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:06:22.577 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:06:22.580 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:06:22.580 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:22.581 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:22.581 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:22.604 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:06:22.606 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.1969ms +2021-09-04 13:06:22.606 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:22.609 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:22.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:22.633 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:22.633 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 62.1242ms +2021-09-04 13:06:31.749 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:06:31.768 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KbpF6TzzAffgvUNwSk0CQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE4MDAsImV4cCI6MTYzMDgxODIwMCwiaWF0IjoxNjMwNzMxODAwfQ.m2MOYb_iDWsOVHrCsyN5OABt_vw7nZ_MYGY-93PfVZ0 - - - 101 - - 11518.2172ms +2021-09-04 13:06:33.778 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 13:06:33.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:33.778 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.6979ms +2021-09-04 13:06:33.780 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 13:06:33.780 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:33.783 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:33.783 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:33.834 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:06:33.834 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 13:06:33.848 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 13:06:33.848 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 65.1469ms +2021-09-04 13:06:33.848 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:33.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:33.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:33.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:33.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 96.0523ms +2021-09-04 13:06:33.880 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:06:33.880 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:33.880 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4010ms +2021-09-04 13:06:33.881 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:06:33.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:33.884 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:33.885 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:06:33.886 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 13:06:33.888 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:06:33.890 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 13:06:33.891 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:06:33.978 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:06:33.978 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:06:34.060 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:06:34.200 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 13:06:34.201 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 13:06:34.203 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 317.732ms +2021-09-04 13:06:34.204 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:06:34.204 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 322.4749ms +2021-09-04 13:06:34.507 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:06:34.508 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:34.508 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4471ms +2021-09-04 13:06:34.509 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:06:34.509 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:34.512 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:34.512 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:34.513 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:34.513 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:06:34.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:34.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:34.534 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1175ms +2021-09-04 13:06:34.588 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nR0-2U6Wfg6QDLYRJDQJqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:06:34.589 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:34.591 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:34.592 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:34.593 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:06:37.610 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:06:37.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:37.610 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4236ms +2021-09-04 13:06:37.611 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:06:37.611 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:06:37.614 +08:00 [INF] Successfully validated the token. +2021-09-04 13:06:37.614 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:37.618 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:06:37.618 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:37.621 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:06:37.621 +08:00 [INF] Authorization was successful. +2021-09-04 13:06:37.622 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:37.622 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:06:37.652 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:06:37.656 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.4975ms +2021-09-04 13:06:37.656 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:06:37.659 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:37.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:37.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:06:37.684 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.5711ms +2021-09-04 13:06:46.718 +08:00 [DBG] Transport connection checking... +2021-09-04 13:06:46.718 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:06:48.369 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:07:01.683 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:01.699 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nR0-2U6Wfg6QDLYRJDQJqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 27112.5186ms +2021-09-04 13:07:02.773 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:02.773 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:02.773 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5720ms +2021-09-04 13:07:02.775 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:02.776 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:02.778 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:02.778 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:02.779 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:02.779 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:02.802 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:02.802 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:02.803 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.3693ms +2021-09-04 13:07:02.918 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:02.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:02.918 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5172ms +2021-09-04 13:07:02.920 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:02.920 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:02.923 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:02.924 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:02.927 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:02.928 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:02.931 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:02.931 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:02.933 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:02.933 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:02.945 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R_ZMyP8KUoy76xwWy8fowA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:02.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:02.949 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:02.949 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:02.951 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:02.977 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:02.981 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.716ms +2021-09-04 13:07:02.981 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:02.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:03.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:03.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:03.016 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.3774ms +2021-09-04 13:07:09.062 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:09.099 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R_ZMyP8KUoy76xwWy8fowA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 6136.4623ms +2021-09-04 13:07:09.990 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:09.991 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:09.991 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4866ms +2021-09-04 13:07:09.992 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:09.993 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:09.995 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:09.995 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:09.996 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:09.996 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:10.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:10.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:10.039 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 46.9003ms +2021-09-04 13:07:10.121 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:10.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:10.121 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6082ms +2021-09-04 13:07:10.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:10.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:10.126 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:10.127 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:10.131 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:10.131 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:10.133 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:10.133 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:10.135 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:10.135 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:10.158 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ADz0hTgIh2eOwhLx5fBMsw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:10.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:10.173 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:10.176 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:10.177 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:10.178 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:10.184 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.8067ms +2021-09-04 13:07:10.184 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:10.189 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:10.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:10.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:10.219 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.2319ms +2021-09-04 13:07:12.069 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:12.069 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ADz0hTgIh2eOwhLx5fBMsw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1911.6507ms +2021-09-04 13:07:13.171 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:13.172 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:13.172 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7757ms +2021-09-04 13:07:13.174 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:13.175 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:13.177 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:13.178 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:13.179 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:13.179 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:13.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:13.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:13.213 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.6502ms +2021-09-04 13:07:13.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:13.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:13.334 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:13.335 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:13.339 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:13.339 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:13.342 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:13.343 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:13.344 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:13.344 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:13.362 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bk5uatJOIDoOWMtmMNxXZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:13.363 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:13.366 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:13.367 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:13.371 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:13.392 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:13.397 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 52.6761ms +2021-09-04 13:07:13.397 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:13.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:13.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:13.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:13.434 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 102.7055ms +2021-09-04 13:07:13.650 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:13.668 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bk5uatJOIDoOWMtmMNxXZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 305.7846ms +2021-09-04 13:07:15.403 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:15.403 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:15.404 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9315ms +2021-09-04 13:07:15.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:15.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:15.409 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:15.410 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:15.411 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:15.411 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:15.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:15.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:15.432 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7708ms +2021-09-04 13:07:15.526 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:15.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:15.527 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4742ms +2021-09-04 13:07:15.528 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:15.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:15.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:15.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:15.536 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:15.536 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:15.541 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:15.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:15.542 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:15.542 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:15.558 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qmUcAzw3HZdYUxVxiPDvLQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:15.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:15.561 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:15.562 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:15.563 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:15.584 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:15.589 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.0879ms +2021-09-04 13:07:15.589 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:15.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:15.625 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:15.625 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:15.625 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.0157ms +2021-09-04 13:07:16.727 +08:00 [DBG] Transport connection checking... +2021-09-04 13:07:16.727 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:07:18.406 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:07:19.741 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:19.741 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qmUcAzw3HZdYUxVxiPDvLQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4183.2532ms +2021-09-04 13:07:21.883 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:21.883 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:21.883 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5363ms +2021-09-04 13:07:21.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:21.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:21.889 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:21.889 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:21.890 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:21.890 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:21.911 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:21.911 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:21.911 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4669ms +2021-09-04 13:07:21.995 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:21.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:21.996 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4365ms +2021-09-04 13:07:21.997 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:21.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:22.000 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:22.000 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:22.005 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:22.005 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:22.009 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:22.009 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:22.010 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:22.010 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:22.033 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4koHZ_QScgdRUUZoowVWuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:22.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:22.044 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:22.044 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:22.044 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:22.045 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:22.051 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 40.4328ms +2021-09-04 13:07:22.051 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:22.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:22.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:22.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:22.088 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.8008ms +2021-09-04 13:07:25.632 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:25.632 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4koHZ_QScgdRUUZoowVWuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3600.8622ms +2021-09-04 13:07:26.615 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:26.615 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:26.615 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4667ms +2021-09-04 13:07:26.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:26.617 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:26.620 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:26.621 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:26.622 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:26.622 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:26.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:26.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:26.642 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4459ms +2021-09-04 13:07:26.728 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:26.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:26.731 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:26.732 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:26.736 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:26.736 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:26.740 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:26.740 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:26.742 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:26.742 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:26.774 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ox8G8bnz_Pi2HPa9mrLeOg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:26.775 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:26.781 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:26.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:26.782 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:26.783 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:26.789 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.2141ms +2021-09-04 13:07:26.789 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:26.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:26.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:26.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:26.823 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.3503ms +2021-09-04 13:07:29.674 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:29.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ox8G8bnz_Pi2HPa9mrLeOg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2918.6679ms +2021-09-04 13:07:30.919 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:30.919 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:30.920 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5265ms +2021-09-04 13:07:30.922 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:30.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:30.925 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:30.926 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:30.927 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:30.927 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:30.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:30.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:30.956 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.0368ms +2021-09-04 13:07:31.066 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:31.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:31.067 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5083ms +2021-09-04 13:07:31.069 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:31.069 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:31.072 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:31.073 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:31.077 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:31.077 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:31.080 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:31.080 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:31.081 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:31.082 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:31.111 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HFI3qfTyjGsINlpoDf88WA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:31.115 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:31.123 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:31.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:31.125 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:31.126 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:31.131 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.6281ms +2021-09-04 13:07:31.132 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:31.135 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:31.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:31.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:31.164 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.4087ms +2021-09-04 13:07:34.029 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:07:34.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:34.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4602ms +2021-09-04 13:07:34.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:07:34.031 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:34.033 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:34.034 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:07:34.037 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:07:34.037 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:07:34.039 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:07:34.040 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:34.041 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:34.041 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:34.062 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:34.064 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.4668ms +2021-09-04 13:07:34.064 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:34.068 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.103 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.103 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.103 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 72.4124ms +2021-09-04 13:07:34.110 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:07:34.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:34.110 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4596ms +2021-09-04 13:07:34.112 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:07:34.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:34.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:34.115 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:34.119 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:34.119 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:34.123 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:34.123 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:34.124 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:34.126 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:34.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:34.144 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:34.144 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:34.147 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:34.147 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:34.200 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:34.201 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 74.403ms +2021-09-04 13:07:34.201 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:34.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:34.235 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 123.5827ms +2021-09-04 13:07:38.890 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:38.907 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HFI3qfTyjGsINlpoDf88WA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7797.0923ms +2021-09-04 13:07:39.844 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:39.844 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:39.845 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5147ms +2021-09-04 13:07:39.846 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:39.847 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:39.849 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:39.849 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:39.850 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:39.850 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:39.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:39.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:39.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.6993ms +2021-09-04 13:07:39.947 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:39.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:39.947 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4372ms +2021-09-04 13:07:39.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:39.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:39.951 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:39.951 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:39.956 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:39.957 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:39.959 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:39.959 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:39.960 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:39.961 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:39.975 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O1gQf4-LmTTrHElZFu20mg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:39.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:39.978 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:39.979 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:39.986 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:39.999 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:40.004 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.0173ms +2021-09-04 13:07:40.004 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:40.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:40.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:40.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:40.040 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.4217ms +2021-09-04 13:07:41.694 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:07:41.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:41.694 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4516ms +2021-09-04 13:07:41.696 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:07:41.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:41.698 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:41.699 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:07:41.702 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:07:41.702 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:07:41.704 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:07:41.704 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:41.705 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:41.706 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:41.727 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:41.729 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.9211ms +2021-09-04 13:07:41.729 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:41.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.758 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.758 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.758 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 62.6936ms +2021-09-04 13:07:41.762 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:07:41.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:41.763 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.3991ms +2021-09-04 13:07:41.764 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:07:41.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:41.766 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:41.767 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:41.772 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:41.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:41.774 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:41.774 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:41.775 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:41.775 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:41.783 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:41.790 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:41.791 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:41.794 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:41.794 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:41.809 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:41.810 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 34.3027ms +2021-09-04 13:07:41.810 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:41.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:41.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 75.7130ms +2021-09-04 13:07:46.738 +08:00 [DBG] Transport connection checking... +2021-09-04 13:07:46.739 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:07:48.497 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:07:57.898 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:07:57.899 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O1gQf4-LmTTrHElZFu20mg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 17924.6145ms +2021-09-04 13:07:59.005 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:07:59.005 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:59.005 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8450ms +2021-09-04 13:07:59.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:07:59.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:59.012 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:59.013 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:59.014 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:59.014 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:07:59.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:59.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:59.037 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.8175ms +2021-09-04 13:07:59.179 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:07:59.179 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:59.180 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6648ms +2021-09-04 13:07:59.182 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:07:59.182 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:59.185 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:59.186 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:59.190 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:07:59.191 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:59.194 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:07:59.194 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:59.196 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:59.196 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:07:59.213 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-VQK1VLvSIg3sBvnIjI01A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:07:59.213 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:07:59.217 +08:00 [INF] Successfully validated the token. +2021-09-04 13:07:59.218 +08:00 [INF] Authorization was successful. +2021-09-04 13:07:59.219 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:07:59.243 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:07:59.249 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 52.5871ms +2021-09-04 13:07:59.249 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:07:59.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:59.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:59.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:07:59.296 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 113.9153ms +2021-09-04 13:08:03.273 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:08:03.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-VQK1VLvSIg3sBvnIjI01A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4060.6142ms +2021-09-04 13:08:04.216 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:08:04.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:04.216 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4718ms +2021-09-04 13:08:04.218 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:08:04.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:04.221 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:04.222 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:04.223 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:08:04.223 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:08:04.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:04.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:04.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2830ms +2021-09-04 13:08:04.359 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:08:04.360 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:04.360 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5227ms +2021-09-04 13:08:04.361 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:08:04.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:04.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:04.365 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:08:04.370 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:08:04.370 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:08:04.373 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:08:04.373 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:04.374 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:08:04.375 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:08:04.399 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xeV90JugRT2tLFFYbJDRNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:08:04.404 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:04.413 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:04.415 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:04.415 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:08:04.417 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:08:04.423 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.6711ms +2021-09-04 13:08:04.423 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:08:04.428 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:04.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:04.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:04.459 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 98.1299ms +2021-09-04 13:08:10.262 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:08:10.281 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xeV90JugRT2tLFFYbJDRNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5882.9275ms +2021-09-04 13:08:11.176 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:08:11.176 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:11.176 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5120ms +2021-09-04 13:08:11.178 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:08:11.178 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:11.181 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:11.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:11.182 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:08:11.182 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:08:11.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:11.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:11.205 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2050ms +2021-09-04 13:08:11.312 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:08:11.312 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:11.313 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4720ms +2021-09-04 13:08:11.314 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:08:11.314 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:11.317 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:11.318 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:08:11.322 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:08:11.322 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:08:11.325 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:08:11.326 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:11.327 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:08:11.327 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:08:11.346 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qdtTzwURxuBADRedp_s5_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:08:11.346 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:08:11.361 +08:00 [INF] Successfully validated the token. +2021-09-04 13:08:11.362 +08:00 [INF] Authorization was successful. +2021-09-04 13:08:11.365 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:08:11.365 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:08:11.373 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.6879ms +2021-09-04 13:08:11.373 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:08:11.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:11.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:11.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:08:11.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.1562ms +2021-09-04 13:08:16.750 +08:00 [DBG] Transport connection checking... +2021-09-04 13:08:16.750 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:08:18.556 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:08:46.765 +08:00 [DBG] Transport connection checking... +2021-09-04 13:08:46.765 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:08:48.571 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:08:59.357 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:08:59.357 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qdtTzwURxuBADRedp_s5_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48013.7428ms +2021-09-04 13:09:04.122 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.123 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4628ms +2021-09-04 13:09:04.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.124 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3843ms +2021-09-04 13:09:04.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.128 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.128 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3872ms +2021-09-04 13:09:04.129 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.129 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.129 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3394ms +2021-09-04 13:09:04.130 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.130 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.130 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.130 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.131 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3854ms +2021-09-04 13:09:04.131 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.131 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.132 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.132 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.133 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.134 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4599ms +2021-09-04 13:09:04.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.135 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.135 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.136 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5476ms +2021-09-04 13:09:04.138 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.139 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.139 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4607ms +2021-09-04 13:09:04.141 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.142 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.143 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.145 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.146 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.146 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.146 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.146 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.147 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.7886ms +2021-09-04 13:09:04.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.149 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5287ms +2021-09-04 13:09:04.149 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2765ms +2021-09-04 13:09:04.149 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.150 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.150 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8598ms +2021-09-04 13:09:04.153 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.153 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.154 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.154 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5762ms +2021-09-04 13:09:04.154 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.156 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.157 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.157 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.157 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.158 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1810ms +2021-09-04 13:09:04.158 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.6118ms +2021-09-04 13:09:04.158 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.158 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.158 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.158 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.159 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.159 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.159 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.159 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1288ms +2021-09-04 13:09:04.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3682ms +2021-09-04 13:09:04.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3487ms +2021-09-04 13:09:04.165 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.166 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.167 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.167 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2915ms +2021-09-04 13:09:04.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.167 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8507ms +2021-09-04 13:09:04.168 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.168 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.169 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.171 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.172 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5839ms +2021-09-04 13:09:04.171 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9944ms +2021-09-04 13:09:04.172 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.172 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.172 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5434ms +2021-09-04 13:09:04.173 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.173 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.175 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.175 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.175 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.175 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4547ms +2021-09-04 13:09:04.176 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.176 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.176 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4481ms +2021-09-04 13:09:04.176 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.178 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.178 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.178 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9784ms +2021-09-04 13:09:04.179 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8183ms +2021-09-04 13:09:04.182 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.183 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.183 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.183 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5348ms +2021-09-04 13:09:04.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0165ms +2021-09-04 13:09:04.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5005ms +2021-09-04 13:09:04.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9697ms +2021-09-04 13:09:04.184 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.184 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6067ms +2021-09-04 13:09:04.185 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.189 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.189 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3511ms +2021-09-04 13:09:04.189 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.189 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.189 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3917ms +2021-09-04 13:09:04.190 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.190 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4189ms +2021-09-04 13:09:04.192 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.192 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.193 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.193 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0159ms +2021-09-04 13:09:04.193 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8650ms +2021-09-04 13:09:04.193 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9913ms +2021-09-04 13:09:04.194 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.194 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.194 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5109ms +2021-09-04 13:09:04.199 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.199 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.199 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.199 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.201 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.201 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.201 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4033ms +2021-09-04 13:09:04.201 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4105ms +2021-09-04 13:09:04.201 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.202 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.202 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1129ms +2021-09-04 13:09:04.202 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6368ms +2021-09-04 13:09:04.202 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.202 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3343ms +2021-09-04 13:09:04.205 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.205 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.206 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.206 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4498ms +2021-09-04 13:09:04.213 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.213 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.1536ms +2021-09-04 13:09:04.213 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.213 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.213 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.214 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.215 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.214 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.215 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5668ms +2021-09-04 13:09:04.215 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5791ms +2021-09-04 13:09:04.215 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0524ms +2021-09-04 13:09:04.216 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3342ms +2021-09-04 13:09:04.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.217 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.218 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2207ms +2021-09-04 13:09:04.218 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9244ms +2021-09-04 13:09:04.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.218 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.218 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6729ms +2021-09-04 13:09:04.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.218 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4545ms +2021-09-04 13:09:04.219 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.220 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5024ms +2021-09-04 13:09:04.222 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.222 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.223 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4366ms +2021-09-04 13:09:04.223 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.224 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5373ms +2021-09-04 13:09:04.226 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.226 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.7517ms +2021-09-04 13:09:04.227 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.227 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.227 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3507ms +2021-09-04 13:09:04.227 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.227 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.227 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3963ms +2021-09-04 13:09:04.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.232 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.232 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.232 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.232 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.2807ms +2021-09-04 13:09:04.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.232 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.233 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4640ms +2021-09-04 13:09:04.233 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4664ms +2021-09-04 13:09:04.233 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.234 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.234 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4350ms +2021-09-04 13:09:04.234 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.234 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.236 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3903ms +2021-09-04 13:09:04.237 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.237 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.238 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.239 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.239 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2341ms +2021-09-04 13:09:04.240 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.240 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.240 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2329ms +2021-09-04 13:09:04.240 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.241 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.243 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4795ms +2021-09-04 13:09:04.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.243 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1559ms +2021-09-04 13:09:04.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.244 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0848ms +2021-09-04 13:09:04.244 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 119.4793ms +2021-09-04 13:09:04.246 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.246 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.247 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.248 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.248 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8130ms +2021-09-04 13:09:04.249 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5547ms +2021-09-04 13:09:04.249 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.5697ms +2021-09-04 13:09:04.251 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.252 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.253 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.253 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.253 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.254 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0038ms +2021-09-04 13:09:04.254 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9710ms +2021-09-04 13:09:04.254 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.256 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.256 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.257 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8226ms +2021-09-04 13:09:04.257 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4257ms +2021-09-04 13:09:04.258 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.259 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6459ms +2021-09-04 13:09:04.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.260 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.260 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3821ms +2021-09-04 13:09:04.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.261 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.262 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.262 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9108ms +2021-09-04 13:09:04.264 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.265 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.265 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.265 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.266 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.266 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.6683ms +2021-09-04 13:09:04.267 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.267 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2250ms +2021-09-04 13:09:04.267 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.267 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.268 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3067ms +2021-09-04 13:09:04.269 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.269 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.270 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1548ms +2021-09-04 13:09:04.270 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5130ms +2021-09-04 13:09:04.271 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.271 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.271 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.271 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.273 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.273 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0537ms +2021-09-04 13:09:04.274 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.276 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.276 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 141.8877ms +2021-09-04 13:09:04.276 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.277 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.277 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.5133ms +2021-09-04 13:09:04.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.278 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0747ms +2021-09-04 13:09:04.277 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.279 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7142ms +2021-09-04 13:09:04.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.280 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.280 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3833ms +2021-09-04 13:09:04.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.281 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9839ms +2021-09-04 13:09:04.286 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.287 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.288 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.288 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.288 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.288 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.289 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.289 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.289 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.7177ms +2021-09-04 13:09:04.289 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 144.6095ms +2021-09-04 13:09:04.289 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 161.9433ms +2021-09-04 13:09:04.290 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3983ms +2021-09-04 13:09:04.290 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1587ms +2021-09-04 13:09:04.291 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2823ms +2021-09-04 13:09:04.291 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.291 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.291 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.293 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.293 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2702ms +2021-09-04 13:09:04.293 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.293 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.294 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.294 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4706ms +2021-09-04 13:09:04.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.296 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.296 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 139.2482ms +2021-09-04 13:09:04.296 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.296 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5638ms +2021-09-04 13:09:04.296 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.299 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.300 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.300 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.300 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3693ms +2021-09-04 13:09:04.301 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.301 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.301 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.306 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.306 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.306 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.306 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.307 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.307 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4400ms +2021-09-04 13:09:04.307 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.307 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.309 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 8.9171ms +2021-09-04 13:09:04.310 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:04.310 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.313 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.313 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4192ms +2021-09-04 13:09:04.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.340 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.342 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 184.1846ms +2021-09-04 13:09:04.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.345 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.371 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.379 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.380 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.381 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 134.4334ms +2021-09-04 13:09:04.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 105.8358ms +2021-09-04 13:09:04.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.9635ms +2021-09-04 13:09:04.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.386 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.386 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.386 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.0027ms +2021-09-04 13:09:04.386 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.387 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.389 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.4582ms +2021-09-04 13:09:04.389 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.389 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.389 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.389 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.389 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.389 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.390 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.390 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.391 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.401 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.405 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.405 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.412 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.5724ms +2021-09-04 13:09:04.413 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.425 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.427 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.432 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.432 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.460 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.5908ms +2021-09-04 13:09:04.461 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.462 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.8917ms +2021-09-04 13:09:04.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.473 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.4127ms +2021-09-04 13:09:04.475 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.476 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.477 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.478 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.481 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.481 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.482 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.3784ms +2021-09-04 13:09:04.482 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.482 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.482 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.482 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.8415ms +2021-09-04 13:09:04.482 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.482 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.482 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.482 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.483 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.483 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.484 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.484 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.484 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.485 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.485 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.485 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.485 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.0963ms +2021-09-04 13:09:04.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.485 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.486 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.486 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.486 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.486 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.486 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.487 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.488 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.488 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.488 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.489 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.490 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.492 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.493 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.531 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.8841ms +2021-09-04 13:09:04.532 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.549 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.553 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.560 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.560 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.9042ms +2021-09-04 13:09:04.563 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.3463ms +2021-09-04 13:09:04.563 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.564 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.567 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.567 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.567 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.567 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.567 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.0836ms +2021-09-04 13:09:04.567 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.6890ms +2021-09-04 13:09:04.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.572 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.573 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.573 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.573 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.573 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.573 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.574 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.575 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.576 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.577 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.577 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.577 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.578 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.7749ms +2021-09-04 13:09:04.578 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.579 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.579 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.580 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.584 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.585 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.587 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.589 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.590 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.590 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 60.4279ms +2021-09-04 13:09:04.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.615 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.620 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.630 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.631 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.638 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.9830ms +2021-09-04 13:09:04.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.639 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.7113ms +2021-09-04 13:09:04.641 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.642 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.642 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.650 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.5993ms +2021-09-04 13:09:04.650 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.6756ms +2021-09-04 13:09:04.651 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.651 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.651 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.651 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.652 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.654 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.655 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.655 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.656 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.656 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.659 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.660 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.662 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.3068ms +2021-09-04 13:09:04.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.664 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.667 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.667 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.667 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.667 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.670 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.672 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.677 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.678 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.679 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.681 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.3256ms +2021-09-04 13:09:04.683 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.685 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.701 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.706 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.708 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 66.9551ms +2021-09-04 13:09:04.710 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.712 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.716 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.717 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.720 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.6489ms +2021-09-04 13:09:04.722 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.726 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.730 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.735 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.735 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.735 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.7830ms +2021-09-04 13:09:04.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.736 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.736 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.736 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.2011ms +2021-09-04 13:09:04.736 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.736 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.736 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.736 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.736 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.743 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.743 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.743 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.743 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.7638ms +2021-09-04 13:09:04.744 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.744 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.745 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.745 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.746 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.748 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.748 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.753 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.754 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.758 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.759 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.760 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.0835ms +2021-09-04 13:09:04.760 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.761 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.762 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.763 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.772 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.775 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.779 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.780 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.1543ms +2021-09-04 13:09:04.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.808 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.808 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.9322ms +2021-09-04 13:09:04.809 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.810 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.810 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.2940ms +2021-09-04 13:09:04.811 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.812 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.813 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.6960ms +2021-09-04 13:09:04.814 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.815 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.815 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.816 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.821 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.822 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.822 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.823 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.825 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.826 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.826 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.826 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.826 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.827 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.831 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.831 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.837 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.4138ms +2021-09-04 13:09:04.837 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.0515ms +2021-09-04 13:09:04.838 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.838 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.839 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.839 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.845 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.847 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.847 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.849 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.852 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.853 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.856 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.856 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.862 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 66.0638ms +2021-09-04 13:09:04.863 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.878 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.883 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.891 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.891 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.891 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.891 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.892 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.893 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.893 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.8169ms +2021-09-04 13:09:04.893 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.8506ms +2021-09-04 13:09:04.894 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.894 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.901 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.9317ms +2021-09-04 13:09:04.902 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.905 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.905 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.909 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.909 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.910 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.910 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.910 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.910 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.915 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.0204ms +2021-09-04 13:09:04.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.916 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.916 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.917 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.1593ms +2021-09-04 13:09:04.919 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.919 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.920 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.921 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.922 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.922 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.924 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.927 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.928 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.929 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.935 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.7439ms +2021-09-04 13:09:04.936 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.939 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.944 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.945 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.954 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.958 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.967 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.969 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:04.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.970 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.2030ms +2021-09-04 13:09:04.970 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.2949ms +2021-09-04 13:09:04.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.982 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.982 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:04.993 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.6361ms +2021-09-04 13:09:04.993 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.1268ms +2021-09-04 13:09:04.994 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.994 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:04.994 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:04.996 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:04.998 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:04.998 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.000 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.001 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.001 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.001 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.001 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.001 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.002 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.002 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.007 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.007 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.007 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.007 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.013 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.013 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.014 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.2067ms +2021-09-04 13:09:05.014 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.015 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.020 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.023 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.025 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.026 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.6503ms +2021-09-04 13:09:05.027 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.028 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.028 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.039 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.041 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.045 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.046 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.081 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.082 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.082 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.3316ms +2021-09-04 13:09:05.083 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.083 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 112.3734ms +2021-09-04 13:09:05.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.085 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.085 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.085 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.5557ms +2021-09-04 13:09:05.085 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.087 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.087 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.090 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.3333ms +2021-09-04 13:09:05.091 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.095 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.095 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.095 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.095 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.095 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.095 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.0894ms +2021-09-04 13:09:05.096 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.096 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.096 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.096 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.097 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.097 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.097 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.097 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.097 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.097 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.098 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.098 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.098 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 70.7742ms +2021-09-04 13:09:05.098 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.099 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.099 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.099 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.100 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.102 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.102 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.102 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.102 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.102 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.103 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.105 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.105 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.155 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.1344ms +2021-09-04 13:09:05.156 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.160 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.4558ms +2021-09-04 13:09:05.162 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.162 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.164 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.1386ms +2021-09-04 13:09:05.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.165 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.166 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.166 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.169 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.171 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.173 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.8184ms +2021-09-04 13:09:05.174 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.174 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.174 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.175 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.177 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.177 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.178 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.178 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.181 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.181 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.181 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.181 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.181 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.182 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.5981ms +2021-09-04 13:09:05.182 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.182 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.182 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.183 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.183 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.183 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.183 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.7203ms +2021-09-04 13:09:05.184 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.184 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.193 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.194 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.195 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.196 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.197 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.197 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.203 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.204 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.206 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.207 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 50.4799ms +2021-09-04 13:09:05.208 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.218 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.220 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.225 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.225 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.4898ms +2021-09-04 13:09:05.247 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.8625ms +2021-09-04 13:09:05.247 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.248 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.249 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.254 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.8877ms +2021-09-04 13:09:05.256 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.262 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.262 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.265 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.265 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.269 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.269 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.269 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.5369ms +2021-09-04 13:09:05.270 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.270 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.271 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.272 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.276 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.276 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.277 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.277 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.277 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.277 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.279 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.279 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.279 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.280 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.9749ms +2021-09-04 13:09:05.280 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.3164ms +2021-09-04 13:09:05.280 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.280 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.281 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.282 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.291 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.293 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.297 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.298 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.298 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.299 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.305 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.307 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.312 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.312 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.313 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.8468ms +2021-09-04 13:09:05.314 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.314 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.8775ms +2021-09-04 13:09:05.315 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.315 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.316 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.325 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.328 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.332 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.333 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.333 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.338 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.342 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.5941ms +2021-09-04 13:09:05.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.344 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.345 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.346 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.353 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.353 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.353 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.354 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.1725ms +2021-09-04 13:09:05.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.354 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.354 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.0666ms +2021-09-04 13:09:05.355 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.355 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.357 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.358 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.366 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.368 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.368 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.368 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.2244ms +2021-09-04 13:09:05.368 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.368 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.369 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.371 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.371 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.373 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.374 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.377 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.377 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.378 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 64.0144ms +2021-09-04 13:09:05.379 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.383 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.389 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.392 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.392 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.0136ms +2021-09-04 13:09:05.408 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 64.6162ms +2021-09-04 13:09:05.408 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.408 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.417 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.420 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.423 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.425 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.425 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.427 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.434 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.435 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.436 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.436 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.438 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.4129ms +2021-09-04 13:09:05.440 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.440 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.446 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.446 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.447 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.2342ms +2021-09-04 13:09:05.448 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.449 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.452 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.2317ms +2021-09-04 13:09:05.453 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.454 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.457 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.459 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.459 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.461 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.461 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.461 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.3710ms +2021-09-04 13:09:05.462 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.463 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.465 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.466 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.467 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.468 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.469 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.470 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.480 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.7984ms +2021-09-04 13:09:05.480 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.480 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.480 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.481 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.484 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.9075ms +2021-09-04 13:09:05.484 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.485 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.487 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.492 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.492 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.507 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.511 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.520 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.522 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.523 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.9209ms +2021-09-04 13:09:05.524 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.529 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.1877ms +2021-09-04 13:09:05.530 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.2429ms +2021-09-04 13:09:05.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.531 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.532 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.540 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.540 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.542 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.544 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.544 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.544 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 64.3352ms +2021-09-04 13:09:05.545 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.545 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.545 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.545 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.545 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.545 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.550 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.8365ms +2021-09-04 13:09:05.551 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.554 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.556 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.559 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.559 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.560 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.565 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.565 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.566 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.5097ms +2021-09-04 13:09:05.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:05.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:05.579 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:05.582 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:05.591 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.592 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:05.601 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.602 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.4924ms +2021-09-04 13:09:05.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.617 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.0360ms +2021-09-04 13:09:05.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.622 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.9476ms +2021-09-04 13:09:05.625 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.627 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.8444ms +2021-09-04 13:09:05.628 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.0125ms +2021-09-04 13:09:05.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:05.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.6020ms +2021-09-04 13:09:06.082 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:09:06.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.083 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4872ms +2021-09-04 13:09:06.084 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.084 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.087 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.088 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.092 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.093 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.096 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.096 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.097 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.097 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.131 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.135 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 38.2168ms +2021-09-04 13:09:06.135 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 83.4372ms +2021-09-04 13:09:06.177 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.177 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.179 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.180 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.184 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.184 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.187 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.187 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.188 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.189 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.206 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.208 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.220 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.220 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.226 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.226 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.227 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.229 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.230 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.230 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.231 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.4472ms +2021-09-04 13:09:06.231 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.235 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.236 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.240 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.244 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.244 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.247 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.247 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.255 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.255 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.266 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.267 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.277 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 100.6976ms +2021-09-04 13:09:06.277 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.278 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.283 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.284 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.285 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.287 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.287 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.288 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.288 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.290 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 59.2265ms +2021-09-04 13:09:06.290 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.297 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.297 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.299 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.305 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.312 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.313 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.319 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.320 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.324 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.326 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.334 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.336 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.338 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.347 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.349 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.357 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.357 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.357 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.363 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 107.8404ms +2021-09-04 13:09:06.363 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.364 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.364 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.365 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.365 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.366 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 160.7350ms +2021-09-04 13:09:06.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.367 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 79.1159ms +2021-09-04 13:09:06.367 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.371 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.375 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.376 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.379 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.379 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.387 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.396 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.396 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.411 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.417 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.419 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.428 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.428 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.432 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.432 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.432 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.433 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 198.0579ms +2021-09-04 13:09:06.433 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.1494ms +2021-09-04 13:09:06.433 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.434 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.434 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.434 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.434 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.435 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 169.3027ms +2021-09-04 13:09:06.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.451 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.452 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.462 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.463 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.463 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.469 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.470 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.476 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.476 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.485 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.486 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.489 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.495 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.1206ms +2021-09-04 13:09:06.495 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.506 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.507 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.510 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 213.2011ms +2021-09-04 13:09:06.511 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.519 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.524 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.524 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.528 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.528 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.528 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.530 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.5251ms +2021-09-04 13:09:06.530 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.535 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 101.1385ms +2021-09-04 13:09:06.536 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.536 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.536 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.543 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.543 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.552 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.553 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.577 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.578 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.579 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 244.5093ms +2021-09-04 13:09:06.580 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.593 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.599 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.605 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.606 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.614 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.613 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.8138ms +2021-09-04 13:09:06.615 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.615 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.622 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.622 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.622 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.5778ms +2021-09-04 13:09:06.622 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.625 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.626 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.636 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.662 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.8153ms +2021-09-04 13:09:06.664 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.669 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.672 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.673 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.677 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.678 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.684 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.684 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.684 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.684 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.684 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 155.8832ms +2021-09-04 13:09:06.685 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.690 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 136.4976ms +2021-09-04 13:09:06.690 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.690 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.690 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.690 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.691 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.692 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.692 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.693 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.697 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.8334ms +2021-09-04 13:09:06.702 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.703 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.714 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.716 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.723 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.724 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.724 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.729 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.729 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.731 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.732 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.739 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.0121ms +2021-09-04 13:09:06.740 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.752 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.755 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 268.5959ms +2021-09-04 13:09:06.757 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.777 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.777 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.778 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.779 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.8381ms +2021-09-04 13:09:06.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.787 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.789 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.791 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.791 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.798 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.799 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.804 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.805 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.805 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.805 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.807 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.807 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.815 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.816 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.825 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.827 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.829 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.5175ms +2021-09-04 13:09:06.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.833 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.8043ms +2021-09-04 13:09:06.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.833 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.834 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.834 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.837 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 146.5061ms +2021-09-04 13:09:06.837 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.837 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.838 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.839 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.843 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.843 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.846 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.846 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.847 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 115.2162ms +2021-09-04 13:09:06.847 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.848 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.849 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.892 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.914 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.7221ms +2021-09-04 13:09:06.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.914 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.914 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.2871ms +2021-09-04 13:09:06.914 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 290.0599ms +2021-09-04 13:09:06.916 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.917 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.929 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.931 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.933 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.936 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.939 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.939 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.941 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.6343ms +2021-09-04 13:09:06.942 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.943 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:06.945 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.949 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.950 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.950 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.957 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.957 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.957 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:06.959 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.960 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.961 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.964 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.965 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.966 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:06.966 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.972 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:06.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:06.972 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.972 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:06.974 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.974 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:06.985 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.8945ms +2021-09-04 13:09:06.985 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.986 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.8131ms +2021-09-04 13:09:06.986 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:06.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.996 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 239.2112ms +2021-09-04 13:09:06.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:06.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:06.999 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.011 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.015 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.022 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.023 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.028 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.038 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.039 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.063 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.065 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.086 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.088 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.0709ms +2021-09-04 13:09:07.088 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.088 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.4798ms +2021-09-04 13:09:07.090 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.090 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.090 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.1711ms +2021-09-04 13:09:07.090 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.091 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 304.7185ms +2021-09-04 13:09:07.092 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.1064ms +2021-09-04 13:09:07.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.092 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.092 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.094 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.095 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.098 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.099 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.100 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.104 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.105 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.105 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.105 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.110 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.111 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.113 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.114 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.115 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.116 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.116 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.123 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.124 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.133 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.152 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.8678ms +2021-09-04 13:09:07.152 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.157 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.157 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.158 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 240.9850ms +2021-09-04 13:09:07.161 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.175 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.176 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 233.9697ms +2021-09-04 13:09:07.176 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.178 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.179 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.180 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.1134ms +2021-09-04 13:09:07.182 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.183 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.183 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.183 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.190 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.190 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.194 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.196 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.197 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.199 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.199 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.205 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.207 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.210 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.211 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.215 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.218 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.221 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.222 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.228 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.229 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.229 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.229 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.235 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.235 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.245 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.372ms +2021-09-04 13:09:07.245 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.245 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.5993ms +2021-09-04 13:09:07.245 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.247 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.8542ms +2021-09-04 13:09:07.248 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.248 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.249 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.249 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.268 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.270 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.277 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.277 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.283 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.283 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.283 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.291 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.291 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.332 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.337 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.342 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.9592ms +2021-09-04 13:09:07.342 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.6177ms +2021-09-04 13:09:07.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 253.2956ms +2021-09-04 13:09:07.344 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.345 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.345 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.345 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.088ms +2021-09-04 13:09:07.345 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.345 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.346 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.6877ms +2021-09-04 13:09:07.346 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.351 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.353 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.355 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.357 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.361 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.362 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.364 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.364 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.367 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.368 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.370 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.371 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.373 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.374 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.374 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.375 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.387 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.406 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 113.9282ms +2021-09-04 13:09:07.406 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.410 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.1094ms +2021-09-04 13:09:07.412 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.422 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.423 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.427 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.429 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.430 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.3724ms +2021-09-04 13:09:07.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.431 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.433 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.437 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.438 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.446 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.447 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.451 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.456 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.456 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 273.5768ms +2021-09-04 13:09:07.458 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.462 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.463 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.469 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.469 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.470 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.474 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.475 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.479 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.480 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.481 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.486 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.486 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.487 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.509ms +2021-09-04 13:09:07.487 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.492 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.493 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.494 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.9543ms +2021-09-04 13:09:07.495 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.495 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.495 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.496 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.500 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.5202ms +2021-09-04 13:09:07.501 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.501 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.503 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.521 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.521 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.527 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.528 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.535 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.536 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.536 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.547 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.549 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.568 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.1399ms +2021-09-04 13:09:07.568 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.574 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.575 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 230.7949ms +2021-09-04 13:09:07.575 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 230.4463ms +2021-09-04 13:09:07.576 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.577 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.577 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.578 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.581 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.219ms +2021-09-04 13:09:07.581 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.582 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.582 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.582 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.582 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.588 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.588 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.588 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.588 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.594 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.594 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.594 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.594 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.598 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.600 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.600 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.601 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.601 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.621 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.652 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 156.5223ms +2021-09-04 13:09:07.652 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.652 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 240.4359ms +2021-09-04 13:09:07.655 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.657 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.657 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.664 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.667 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.669 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.669 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.671 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 240.0933ms +2021-09-04 13:09:07.673 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.673 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.674 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.681 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.682 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.683 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.1706ms +2021-09-04 13:09:07.683 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.687 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.690 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.691 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.691 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.697 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.708 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.709 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.720 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.721 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.721 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.721 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.728 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.4283ms +2021-09-04 13:09:07.728 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.728 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.1015ms +2021-09-04 13:09:07.729 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.738 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 280.2297ms +2021-09-04 13:09:07.739 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.739 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.749 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.756 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.761 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.4822ms +2021-09-04 13:09:07.762 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.763 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.763 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.769 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.770 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.783 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.784 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.792 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.792 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.792 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.797 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.797 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.802 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.802 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.810 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.6183ms +2021-09-04 13:09:07.810 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.811 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 233.3368ms +2021-09-04 13:09:07.811 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 234.9614ms +2021-09-04 13:09:07.813 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.813 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.813 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.813 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.823 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.826 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.830 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.832 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.832 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.834 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.839 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.839 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.839 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.839 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.844 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.844 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.844 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.844 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.844 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.845 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.845 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.855 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.1836ms +2021-09-04 13:09:07.855 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.895 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.896 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.897 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.9747ms +2021-09-04 13:09:07.900 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.901 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.902 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.906 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.8027ms +2021-09-04 13:09:07.906 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.906 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.909 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.915 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.916 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.922 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.923 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.923 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.3793ms +2021-09-04 13:09:07.923 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.924 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.931 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.932 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.944 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.948 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 275.3404ms +2021-09-04 13:09:07.950 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.952 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:07.966 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:07.966 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.8989ms +2021-09-04 13:09:07.966 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.970 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.977 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:07.977 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.986 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:07.987 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:07.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:07.995 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.3396ms +2021-09-04 13:09:07.995 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:07.996 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:07.997 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:07.997 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:07.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.006 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.009 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.3843ms +2021-09-04 13:09:08.016 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.017 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.018 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.022 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.022 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.027 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 182.3604ms +2021-09-04 13:09:08.028 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.029 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.030 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.031 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.034 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.034 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.039 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.039 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.043 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.044 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.047 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.049 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.051 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.7812ms +2021-09-04 13:09:08.051 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.051 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.1024ms +2021-09-04 13:09:08.053 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.053 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.058 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.059 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.064 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.065 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.070 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.070 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.078 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.079 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.126 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.133 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.142 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 328.1645ms +2021-09-04 13:09:08.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.144 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 113.3939ms +2021-09-04 13:09:08.144 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.144 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.149 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 151.728ms +2021-09-04 13:09:08.149 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.151 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.154 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.154 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 104.9525ms +2021-09-04 13:09:08.154 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.156 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.8947ms +2021-09-04 13:09:08.157 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.160 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.160 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.167 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.167 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.167 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.170 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.175 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.177 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.177 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.177 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.183 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.183 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.185 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.185 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.200 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.225 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 144.9194ms +2021-09-04 13:09:08.225 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.226 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 275.5646ms +2021-09-04 13:09:08.227 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.228 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.232 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 235.6167ms +2021-09-04 13:09:08.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.233 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.234 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.235 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.236 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.237 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 220.3570ms +2021-09-04 13:09:08.239 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.239 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.239 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.239 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.241 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.242 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.243 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.244 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.247 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.248 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.248 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.249 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.250 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.250 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.255 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.255 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.260 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.262 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.264 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.267 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.267 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.275 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.275 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.298 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.298 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.307 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.494ms +2021-09-04 13:09:08.307 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.307 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.1796ms +2021-09-04 13:09:08.308 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.1565ms +2021-09-04 13:09:08.308 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.308 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.309 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.328 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.334 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.340 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.341 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.347 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.347 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.354 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.356 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.364 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.372 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.381 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.385 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.5935ms +2021-09-04 13:09:08.385 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.387 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.1355ms +2021-09-04 13:09:08.388 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.394 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.394 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.395 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 237.5892ms +2021-09-04 13:09:08.395 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.0592ms +2021-09-04 13:09:08.395 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.397 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.397 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.404 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.406 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.412 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.413 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.420 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.420 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.426 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.427 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 284.9809ms +2021-09-04 13:09:08.430 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.431 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.441 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.443 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.443 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.454 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.455 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.463 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.464 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.476 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.0357ms +2021-09-04 13:09:08.477 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.480 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.4313ms +2021-09-04 13:09:08.481 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.3746ms +2021-09-04 13:09:08.487 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.486 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.490 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.491 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.5113ms +2021-09-04 13:09:08.492 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.494 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.496 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.497 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.502 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.503 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.505 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.505 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.505 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.507 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.508 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.509 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.511 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.511 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.515 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.516 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.517 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.518 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.518 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.519 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.519 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.520 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.520 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.521 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.521 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.524 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 96.3633ms +2021-09-04 13:09:08.524 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.549 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.560 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.584 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.588 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 279.0819ms +2021-09-04 13:09:08.590 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.597 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 132.7684ms +2021-09-04 13:09:08.597 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.612 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.613 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.618 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.626 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.627 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.632 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.632 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.633 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.633 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.636 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.636 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.9485ms +2021-09-04 13:09:08.636 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.637 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.641 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.9118ms +2021-09-04 13:09:08.641 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.642 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.245ms +2021-09-04 13:09:08.642 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.642 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.5482ms +2021-09-04 13:09:08.644 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.644 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.653 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.656 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.658 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.663 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.663 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.663 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.668 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.668 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.673 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.674 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.676 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.676 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.676 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.5853ms +2021-09-04 13:09:08.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.680 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.693 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.696 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.703 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.703 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.711 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.711 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.713 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 235.0860ms +2021-09-04 13:09:08.714 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.715 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.718 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.720 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.726 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.727 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.729 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.734 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.734 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.2412ms +2021-09-04 13:09:08.736 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.738 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.740 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.741 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.743 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 105.4384ms +2021-09-04 13:09:08.743 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.743 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.744 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.744 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.745 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.752 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.9379ms +2021-09-04 13:09:08.752 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.753 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.753 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.754 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.759 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.760 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.766 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.767 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.769 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.770 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.775 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.775 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.775 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.778 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.778 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.779 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.780 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.780 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 105.8194ms +2021-09-04 13:09:08.780 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.800 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.829 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.829 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.831 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 241.9536ms +2021-09-04 13:09:08.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.846 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.848 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.852 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.853 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.853 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.856 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.8718ms +2021-09-04 13:09:08.857 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.860 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.860 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.865 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.865 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.865 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.868 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.886 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.4814ms +2021-09-04 13:09:08.887 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.892 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.274ms +2021-09-04 13:09:08.892 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.893 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.7529ms +2021-09-04 13:09:08.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.896 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.903 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.906 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.911 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.912 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.917 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.917 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.919 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.6509ms +2021-09-04 13:09:08.919 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.921 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.922 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.925 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.8515ms +2021-09-04 13:09:08.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.945 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.949 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.955 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.955 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.963 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.963 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:08.975 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:08.982 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.983 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:08.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.983 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 247.9698ms +2021-09-04 13:09:08.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.984 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.9713ms +2021-09-04 13:09:08.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:08.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:08.992 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.1421ms +2021-09-04 13:09:08.992 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:08.993 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.993 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:08.993 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.993 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:08.999 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:08.999 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.000 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:08.999 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.000 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 247.6196ms +2021-09-04 13:09:09.002 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.003 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.003 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.003 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.003 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.006 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.006 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.006 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.006 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.007 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.010 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.015 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.015 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.021 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.021 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.027 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.028 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.034 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.048 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.6602ms +2021-09-04 13:09:09.048 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.052 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 219.0855ms +2021-09-04 13:09:09.054 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.066 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.069 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.078 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.082 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.089 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.092 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.098 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.099 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.117 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.138 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.138 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.143 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.149 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 165.9841ms +2021-09-04 13:09:09.149 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.4346ms +2021-09-04 13:09:09.149 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.149 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.150 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.2035ms +2021-09-04 13:09:09.150 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.151 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.5227ms +2021-09-04 13:09:09.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.151 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.152 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.5603ms +2021-09-04 13:09:09.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.153 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.153 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.168 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.172 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.177 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.177 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.186 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.187 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.190 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.219 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.0342ms +2021-09-04 13:09:09.219 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.236 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.3111ms +2021-09-04 13:09:09.237 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.238 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.239 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.243 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.1620ms +2021-09-04 13:09:09.243 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.7703ms +2021-09-04 13:09:09.243 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 241.5908ms +2021-09-04 13:09:09.244 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.245 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.245 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.246 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.249 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.249 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.254 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.254 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.254 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.259 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.260 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.261 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.262 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.264 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.266 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.267 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.270 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.271 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.271 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.271 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.275 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.277 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.277 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.278 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.296 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.302 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.1824ms +2021-09-04 13:09:09.303 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 115.5896ms +2021-09-04 13:09:09.303 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.304 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.304 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.309 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.315 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.315 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.322 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.323 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.330 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.331 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.391 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.391 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.394 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.398 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.404 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 132.4868ms +2021-09-04 13:09:09.404 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.404 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.3991ms +2021-09-04 13:09:09.404 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.4215ms +2021-09-04 13:09:09.404 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.404 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.406 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.0746ms +2021-09-04 13:09:09.406 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 253.7715ms +2021-09-04 13:09:09.408 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.422 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.426 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.432 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.433 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.437 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.437 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.442 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.443 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.451 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.479 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 146.7697ms +2021-09-04 13:09:09.479 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.487 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.488 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.5356ms +2021-09-04 13:09:09.489 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 243.8316ms +2021-09-04 13:09:09.490 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.491 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.491 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.491 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.496 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.500 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.501 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.501 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.3429ms +2021-09-04 13:09:09.501 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.501 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.0117ms +2021-09-04 13:09:09.501 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.503 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.503 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.504 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.504 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.507 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.507 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.508 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.509 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.513 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.513 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.514 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.514 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.517 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.517 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.521 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.521 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.522 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.522 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.523 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.524 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.524 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.524 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.530 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.530 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:09.530 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.530 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:09.535 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.535 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.535 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.535 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:09.539 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:09.555 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.0699ms +2021-09-04 13:09:09.555 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:09.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:09.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.8325ms +2021-09-04 13:09:09.564 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.564 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.584 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:09.590 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:09.602 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:09.604 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:09.772 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:10.043 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:10.142 +08:00 [WRN] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.RefreshAsync(String key, Nullable`1 absExpr, Nullable`1 sldExpr, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-04 13:09:10.165 +08:00 [WRN] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-04 13:09:10.256 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:10.256 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:10.333 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:10.336 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:10.336 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:10.336 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 13:09:10.336 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 13:09:10.337 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:10.497 +08:00 [WRN] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-04 13:09:10.498 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:10.498 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 13:09:12.356 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 13:09:12.451 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 13:09:12.538 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 13:09:12.543 +08:00 [ERR] Failed executing DbCommand (1,649ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__p_1='?' (DbType = Boolean)], CommandType='"Text"', CommandTimeout='30'] +SELECT COUNT(*) +FROM `AbpUsers` AS `a` +WHERE (@__ef_filter__p_0 OR NOT (`a`.`IsDeleted`)) AND (@__ef_filter__p_1 OR (`a`.`TenantId` IS NULL)) +2021-09-04 13:09:12.598 +08:00 [ERR] Failed executing DbCommand (1,648ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__p_1='?' (DbType = Boolean)], CommandType='"Text"', CommandTimeout='30'] +SELECT COUNT(*) +FROM `AbpUsers` AS `a` +WHERE (@__ef_filter__p_0 OR NOT (`a`.`IsDeleted`)) AND (@__ef_filter__p_1 OR (`a`.`TenantId` IS NULL)) +2021-09-04 13:09:12.598 +08:00 [ERR] Failed executing DbCommand (1,054ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__p_1='?' (DbType = Boolean), @__p_1='?' (DbType = Int32), @__p_0='?' (DbType = Int32)], CommandType='"Text"', CommandTimeout='30'] +SELECT `a`.`Id`, `a`.`AccessFailedCount`, `a`.`ConcurrencyStamp`, `a`.`CreationTime`, `a`.`CreatorId`, `a`.`DeleterId`, `a`.`DeletionTime`, `a`.`Email`, `a`.`EmailConfirmed`, `a`.`ExtraProperties`, `a`.`IsDeleted`, `a`.`IsExternal`, `a`.`LastModificationTime`, `a`.`LastModifierId`, `a`.`LockoutEnabled`, `a`.`LockoutEnd`, `a`.`Name`, `a`.`NormalizedEmail`, `a`.`NormalizedUserName`, `a`.`PasswordHash`, `a`.`PhoneNumber`, `a`.`PhoneNumberConfirmed`, `a`.`SecurityStamp`, `a`.`Surname`, `a`.`TenantId`, `a`.`TwoFactorEnabled`, `a`.`UserName` +FROM `AbpUsers` AS `a` +WHERE (@__ef_filter__p_0 OR NOT (`a`.`IsDeleted`)) AND (@__ef_filter__p_1 OR (`a`.`TenantId` IS NULL)) +ORDER BY `a`.`LastModificationTime` DESC +LIMIT @__p_1 OFFSET @__p_0 +2021-09-04 13:09:12.662 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 24 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.GetDbSetAsync() + at Volo.Abp.PermissionManagement.EntityFrameworkCore.EfCorePermissionGrantRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.PermissionManagement.PermissionStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, PermissionGrantCacheItem currentCacheItem) + at Volo.Abp.PermissionManagement.PermissionStore.GetCacheItemAsync(String name, String providerName, String providerKey) + at Volo.Abp.PermissionManagement.PermissionStore.IsGrantedAsync(String name, String providerName, String providerKey) + at Volo.Abp.Authorization.Permissions.UserPermissionValueProvider.CheckAsync(PermissionValueCheckContext context) + at Volo.Abp.Authorization.Permissions.PermissionChecker.IsGrantedAsync(ClaimsPrincipal claimsPrincipal, String name) + at Volo.Abp.Authorization.PermissionRequirementHandler.HandleRequirementAsync(AuthorizationHandlerContext context, PermissionRequirement requirement) + at Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleAsync(AuthorizationHandlerContext context) + at Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(ClaimsPrincipal user, Object resource, IEnumerable`1 requirements) + at Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator.AuthorizeAsync(AuthorizationPolicy policy, AuthenticateResult authenticationResult, HttpContext context, Object resource) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-04 13:09:12.662 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 24 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.GetDbSetAsync() + at Volo.Abp.PermissionManagement.EntityFrameworkCore.EfCorePermissionGrantRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.PermissionManagement.PermissionStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, PermissionGrantCacheItem currentCacheItem) + at Volo.Abp.PermissionManagement.PermissionStore.GetCacheItemAsync(String name, String providerName, String providerKey) + at Volo.Abp.PermissionManagement.PermissionStore.IsGrantedAsync(String name, String providerName, String providerKey) + at Volo.Abp.Authorization.Permissions.UserPermissionValueProvider.CheckAsync(PermissionValueCheckContext context) + at Volo.Abp.Authorization.Permissions.PermissionChecker.IsGrantedAsync(ClaimsPrincipal claimsPrincipal, String name) + at Volo.Abp.Authorization.PermissionRequirementHandler.HandleRequirementAsync(AuthorizationHandlerContext context, PermissionRequirement requirement) + at Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleAsync(AuthorizationHandlerContext context) + at Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(ClaimsPrincipal user, Object resource, IEnumerable`1 requirements) + at Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator.AuthorizeAsync(AuthorizationPolicy policy, AuthenticateResult authenticationResult, HttpContext context, Object resource) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-04 13:09:12.664 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 24 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.GetDbSetAsync() + at Volo.Abp.PermissionManagement.EntityFrameworkCore.EfCorePermissionGrantRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.PermissionManagement.PermissionStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, PermissionGrantCacheItem currentCacheItem) + at Volo.Abp.PermissionManagement.PermissionStore.GetCacheItemAsync(String name, String providerName, String providerKey) + at Volo.Abp.PermissionManagement.PermissionStore.IsGrantedAsync(String name, String providerName, String providerKey) + at Volo.Abp.Authorization.Permissions.UserPermissionValueProvider.CheckAsync(PermissionValueCheckContext context) + at Volo.Abp.Authorization.Permissions.PermissionChecker.IsGrantedAsync(ClaimsPrincipal claimsPrincipal, String name) + at Volo.Abp.Authorization.PermissionRequirementHandler.HandleRequirementAsync(AuthorizationHandlerContext context, PermissionRequirement requirement) + at Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleAsync(AuthorizationHandlerContext context) + at Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(ClaimsPrincipal user, Object resource, IEnumerable`1 requirements) + at Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator.AuthorizeAsync(AuthorizationPolicy policy, AuthenticateResult authenticationResult, HttpContext context, Object resource) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-04 13:09:12.666 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:12.667 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:12.667 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 3258.7023ms +2021-09-04 13:09:12.692 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 13:09:12.692 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 266 + at MySqlConnector.MySqlConnection.BeginTransactionAsync(IsolationLevel isolationLevel, Nullable`1 isReadOnly, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 173 + at MySqlConnector.MySqlConnection.BeginDbTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 132 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.GetDbSetAsync() + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:12.695 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 13:09:12.705 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 3169.9966ms +2021-09-04 13:09:12.705 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:12.744 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.Identity.EntityFrameworkCore.IdentityDbContext'. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:12.744 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.Identity.EntityFrameworkCore.IdentityDbContext'. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:12.744 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.Identity.EntityFrameworkCore.IdentityDbContext'. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetListAsync(String sorting, Int32 maxResultCount, Int32 skipCount, String filter, Boolean includeDetails, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 49 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:12.940 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - text/plain 2684.8306ms +2021-09-04 13:09:12.940 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - text/plain 3338.9138ms +2021-09-04 13:09:12.940 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - text/plain 3376.7835ms +2021-09-04 13:09:14.451 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.451 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.451 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.452 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.452 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.452 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.453 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.453 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6699ms +2021-09-04 13:09:14.453 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6702ms +2021-09-04 13:09:14.454 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6702ms +2021-09-04 13:09:14.454 +08:00 [ERR] An error occurred using a transaction. +2021-09-04 13:09:14.455 +08:00 [ERR] An error occurred using a transaction. +2021-09-04 13:09:14.455 +08:00 [ERR] An error occurred using a transaction. +2021-09-04 13:09:14.455 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.455 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.456 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.457 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.457 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.458 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9623ms +2021-09-04 13:09:14.458 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2971ms +2021-09-04 13:09:14.458 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.458 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.1092ms +2021-09-04 13:09:14.459 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.459 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5325ms +2021-09-04 13:09:14.459 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.459 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.459 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3759ms +2021-09-04 13:09:14.460 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9674ms +2021-09-04 13:09:14.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.460 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.461 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 13:09:14.461 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 13:09:14.461 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 13:09:14.462 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:14.461 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:14.462 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetListAsync(String sorting, Int32 maxResultCount, Int32 skipCount, String filter, Boolean includeDetails, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 49 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:09:14.462 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 13:09:14.463 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 13:09:14.463 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 13:09:14.463 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.463 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 4940.7189ms +2021-09-04 13:09:14.463 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 4927.9501ms +2021-09-04 13:09:14.463 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 4940.7215ms +2021-09-04 13:09:14.463 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:14.463 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:14.463 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:14.463 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.463 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.463 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.463 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.2956ms +2021-09-04 13:09:14.464 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.464 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.464 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3554ms +2021-09-04 13:09:14.465 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.465 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.465 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.465 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.465 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.465 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.466 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.466 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4268ms +2021-09-04 13:09:14.466 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.466 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.466 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.466 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.467 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.467 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.467 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.467 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3881ms +2021-09-04 13:09:14.469 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.469 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.470 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7335ms +2021-09-04 13:09:14.470 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.471 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.471 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5260ms +2021-09-04 13:09:14.475 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.475 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.478 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.478 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.479 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6943ms +2021-09-04 13:09:14.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.480 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.480 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.0791ms +2021-09-04 13:09:14.480 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7750ms +2021-09-04 13:09:14.480 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.482 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.483 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.483 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7061ms +2021-09-04 13:09:14.485 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.486 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8164ms +2021-09-04 13:09:14.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.489 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.490 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.491 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.492 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.493 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.493 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.493 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9885ms +2021-09-04 13:09:14.494 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.493 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.494 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.495 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.495 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8874ms +2021-09-04 13:09:14.495 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.496 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7592ms +2021-09-04 13:09:14.496 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3943ms +2021-09-04 13:09:14.497 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.497 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.498 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.499 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0416ms +2021-09-04 13:09:14.499 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.2239ms +2021-09-04 13:09:14.500 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.500 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.501 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.502 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.504 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.504 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.504 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.504 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8347ms +2021-09-04 13:09:14.505 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.506 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.506 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.507 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2432ms +2021-09-04 13:09:14.507 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6405ms +2021-09-04 13:09:14.508 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.508 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.508 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.508 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.508 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.508 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6844ms +2021-09-04 13:09:14.508 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.509 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.2740ms +2021-09-04 13:09:14.509 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.509 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.510 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.510 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.510 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4139ms +2021-09-04 13:09:14.510 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.511 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.512 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.512 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.512 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 12.2480ms +2021-09-04 13:09:14.513 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.513 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8315ms +2021-09-04 13:09:14.513 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.516 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 56.2247ms +2021-09-04 13:09:14.516 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.516 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0701ms +2021-09-04 13:09:14.517 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.517 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.517 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.517 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 58.1075ms +2021-09-04 13:09:14.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.517 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0540ms +2021-09-04 13:09:14.517 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.518 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.518 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7348ms +2021-09-04 13:09:14.518 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6804ms +2021-09-04 13:09:14.518 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.518 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.519 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 55.8657ms +2021-09-04 13:09:14.519 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.519 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.522 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.522 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.523 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.523 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.523 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.526 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.526 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.527 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.527 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.5170ms +2021-09-04 13:09:14.528 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.528 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.529 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6027ms +2021-09-04 13:09:14.529 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.527 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.532 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.532 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - application/json;+charset=utf-8 5028.3253ms +2021-09-04 13:09:14.533 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.533 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.533 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.534 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.534 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.534 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4636ms +2021-09-04 13:09:14.534 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 8.9516ms +2021-09-04 13:09:14.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.535 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.7068ms +2021-09-04 13:09:14.535 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7144ms +2021-09-04 13:09:14.537 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.537 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.537 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.538 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.542 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.543 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.543 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.5850ms +2021-09-04 13:09:14.543 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.7396ms +2021-09-04 13:09:14.543 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.544 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7309ms +2021-09-04 13:09:14.547 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.548 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.550 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.551 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.551 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.1330ms +2021-09-04 13:09:14.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.551 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.553 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.3846ms +2021-09-04 13:09:14.554 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.555 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.557 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.1508ms +2021-09-04 13:09:14.558 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.5843ms +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7437ms +2021-09-04 13:09:14.558 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.1781ms +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.9040ms +2021-09-04 13:09:14.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.559 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6823ms +2021-09-04 13:09:14.558 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8342ms +2021-09-04 13:09:14.559 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.562 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2358ms +2021-09-04 13:09:14.562 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.563 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.563 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.563 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.564 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.564 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.565 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5762ms +2021-09-04 13:09:14.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.565 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.565 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8892ms +2021-09-04 13:09:14.565 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0199ms +2021-09-04 13:09:14.566 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.566 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.566 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1909ms +2021-09-04 13:09:14.566 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8067ms +2021-09-04 13:09:14.567 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.568 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.570 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.570 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.571 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.572 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7937ms +2021-09-04 13:09:14.572 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.573 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0357ms +2021-09-04 13:09:14.573 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.574 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.574 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.574 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.575 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.575 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0636ms +2021-09-04 13:09:14.575 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.3594ms +2021-09-04 13:09:14.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.576 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.576 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.7914ms +2021-09-04 13:09:14.577 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.578 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.578 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6590ms +2021-09-04 13:09:14.578 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0399ms +2021-09-04 13:09:14.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.579 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.580 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5450ms +2021-09-04 13:09:14.581 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.582 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.582 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9215ms +2021-09-04 13:09:14.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.584 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.584 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9352ms +2021-09-04 13:09:14.586 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1089ms +2021-09-04 13:09:14.587 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.587 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.588 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7240ms +2021-09-04 13:09:14.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.589 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.590 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.2778ms +2021-09-04 13:09:14.590 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.590 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.590 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.590 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6532ms +2021-09-04 13:09:14.590 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.590 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.590 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3714ms +2021-09-04 13:09:14.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.591 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.592 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.592 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 107.1034ms +2021-09-04 13:09:14.593 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.593 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.593 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.594 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.593 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.0440ms +2021-09-04 13:09:14.594 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4905ms +2021-09-04 13:09:14.594 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3211ms +2021-09-04 13:09:14.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.595 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.596 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.596 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.596 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.2686ms +2021-09-04 13:09:14.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.598 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.598 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.598 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6994ms +2021-09-04 13:09:14.598 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.599 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0204ms +2021-09-04 13:09:14.599 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.599 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4344ms +2021-09-04 13:09:14.599 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.600 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8777ms +2021-09-04 13:09:14.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.601 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.601 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.602 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.602 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.602 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.603 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8217ms +2021-09-04 13:09:14.604 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.604 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.605 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.605 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.605 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.606 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3537ms +2021-09-04 13:09:14.606 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.2637ms +2021-09-04 13:09:14.606 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.2782ms +2021-09-04 13:09:14.606 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9182ms +2021-09-04 13:09:14.606 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.607 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 114.0458ms +2021-09-04 13:09:14.608 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.6265ms +2021-09-04 13:09:14.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.608 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.608 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.608 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.609 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8538ms +2021-09-04 13:09:14.609 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.609 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.609 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.609 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.2060ms +2021-09-04 13:09:14.609 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9686ms +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.610 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.610 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.609 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.611 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6550ms +2021-09-04 13:09:14.612 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.613 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.613 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.614 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5485ms +2021-09-04 13:09:14.615 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.615 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.615 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.615 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.2857ms +2021-09-04 13:09:14.616 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.616 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.616 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.616 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.616 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.616 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7051ms +2021-09-04 13:09:14.616 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.616 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3754ms +2021-09-04 13:09:14.614 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.9590ms +2021-09-04 13:09:14.616 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8553ms +2021-09-04 13:09:14.617 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.619 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.622 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.622 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.622 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.622 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.623 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.623 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3948ms +2021-09-04 13:09:14.623 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.623 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.623 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.623 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4452ms +2021-09-04 13:09:14.623 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4451ms +2021-09-04 13:09:14.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.623 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.623 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3870ms +2021-09-04 13:09:14.624 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.0514ms +2021-09-04 13:09:14.624 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.625 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.626 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.627 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.627 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.627 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:09:14.627 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.627 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4745ms +2021-09-04 13:09:14.628 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.628 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.628 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.635 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.644 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.645 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.646 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.647 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.665 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.665 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.2558ms +2021-09-04 13:09:14.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.667 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.675 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.677 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.677 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.677 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.680 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.2501ms +2021-09-04 13:09:14.681 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.682 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.682 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.687 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.697 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.697 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.701 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - application/json;+charset=utf-8 5197.7099ms +2021-09-04 13:09:14.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.717 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.718 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 108.3777ms +2021-09-04 13:09:14.719 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.720 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - application/json;+charset=utf-8 5229.5695ms +2021-09-04 13:09:14.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.725 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.734 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.738 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.741 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.741 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 116.9056ms +2021-09-04 13:09:14.741 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 132.3341ms +2021-09-04 13:09:14.741 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.742 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.742 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.743 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.743 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 134.6800ms +2021-09-04 13:09:14.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.743 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.743 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.744 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.744 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - application/json;+charset=utf-8 5254.3724ms +2021-09-04 13:09:14.746 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.746 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.746 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.4136ms +2021-09-04 13:09:14.746 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.746 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.747 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.747 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.747 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.747 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.747 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.748 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.749 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.750 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.751 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.752 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.802 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.802 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.802 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.805 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.2009ms +2021-09-04 13:09:14.805 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 122.8022ms +2021-09-04 13:09:14.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.809 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.811 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.821 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.822 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.822 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.823 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.823 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.824 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.824 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.824 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.842 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.9778ms +2021-09-04 13:09:14.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.843 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.843 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.2304ms +2021-09-04 13:09:14.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.844 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.3923ms +2021-09-04 13:09:14.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.845 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.846 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.847 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.847 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 104.8567ms +2021-09-04 13:09:14.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.850 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.854 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.858 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.861 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.862 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.862 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.862 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.862 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.862 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.862 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.863 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.863 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.863 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.864 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 57.3831ms +2021-09-04 13:09:14.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.864 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.864 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 58.1214ms +2021-09-04 13:09:14.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.864 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.867 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.868 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.868 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.869 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.869 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.870 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.870 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.870 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.929 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.6924ms +2021-09-04 13:09:14.932 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.933 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.938 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.2862ms +2021-09-04 13:09:14.938 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.2960ms +2021-09-04 13:09:14.940 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.940 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.942 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.942 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.944 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.0948ms +2021-09-04 13:09:14.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.946 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.5002ms +2021-09-04 13:09:14.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.0211ms +2021-09-04 13:09:14.947 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.947 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:14.947 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.947 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.947 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.948 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.948 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.948 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.948 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.949 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.949 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.949 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.949 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.949 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.950 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.950 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:14.950 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.950 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.951 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:14.951 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:14.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:14.989 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 56.8883ms +2021-09-04 13:09:14.990 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.012 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.018 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.8150ms +2021-09-04 13:09:15.028 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.029 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.031 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.2587ms +2021-09-04 13:09:15.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.8389ms +2021-09-04 13:09:15.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.9139ms +2021-09-04 13:09:15.033 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.033 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.033 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.033 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.033 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.033 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.036 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.038 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.038 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.038 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.038 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.038 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.038 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.038 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.039 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.040 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.040 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.040 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.040 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.040 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.041 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.042 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.3058ms +2021-09-04 13:09:15.043 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.045 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.055 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.059 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.061 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.061 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.062 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.2159ms +2021-09-04 13:09:15.063 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.068 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.069 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.074 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.076 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.082 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.083 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.095 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 66.5262ms +2021-09-04 13:09:15.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.104 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 70.4356ms +2021-09-04 13:09:15.107 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.109 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.0154ms +2021-09-04 13:09:15.110 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.110 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.111 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.114 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.115 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.121 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.129 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.130 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.133 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.7905ms +2021-09-04 13:09:15.133 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.135 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.2659ms +2021-09-04 13:09:15.136 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.137 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.2479ms +2021-09-04 13:09:15.142 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.143 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.143 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.145 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.147 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.148 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.148 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.154 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.156 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.157 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.157 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 61.6236ms +2021-09-04 13:09:15.157 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.158 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.160 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.160 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.165 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.173 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.173 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.174 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 63.8181ms +2021-09-04 13:09:15.175 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.176 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.188 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.190 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.195 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.196 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.214 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.1249ms +2021-09-04 13:09:15.215 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.225 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 117.7711ms +2021-09-04 13:09:15.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.226 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.228 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.1542ms +2021-09-04 13:09:15.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.229 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.229 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.229 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.230 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.8014ms +2021-09-04 13:09:15.230 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.231 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.231 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.232 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.238 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.238 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.238 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.238 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.238 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.3978ms +2021-09-04 13:09:15.238 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.238 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.239 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.239 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.241 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.241 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.243 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.243 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.244 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.244 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.244 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.244 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.244 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.5015ms +2021-09-04 13:09:15.246 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.246 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.247 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.257 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.258 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.265 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.266 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.284 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.285 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.289 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.4790ms +2021-09-04 13:09:15.290 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.305 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.5556ms +2021-09-04 13:09:15.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.311 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.311 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.311 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.6675ms +2021-09-04 13:09:15.312 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.4128ms +2021-09-04 13:09:15.312 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.312 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.320 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.320 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.320 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.6460ms +2021-09-04 13:09:15.320 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.320 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.320 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.321 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.322 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.322 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.325 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.325 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.325 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.325 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.325 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.326 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.327 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.327 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.327 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.327 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.329 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.329 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.329 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.329 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.329 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.1035ms +2021-09-04 13:09:15.330 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.340 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.341 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.346 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.347 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.362 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.8345ms +2021-09-04 13:09:15.363 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.383 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.388 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.396 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.397 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.398 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.3665ms +2021-09-04 13:09:15.398 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.2965ms +2021-09-04 13:09:15.398 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.399 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.399 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.400 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.400 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.401 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.4577ms +2021-09-04 13:09:15.402 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.402 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.406 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.8994ms +2021-09-04 13:09:15.407 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.407 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.407 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.407 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.407 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.408 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.408 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.408 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.408 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.409 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.409 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.409 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.409 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.409 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.410 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.1557ms +2021-09-04 13:09:15.410 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.411 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.413 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.415 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.416 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.424 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.424 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.427 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.428 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.428 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.428 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.9800ms +2021-09-04 13:09:15.430 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.431 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.441 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.443 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.448 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.449 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.482 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.3149ms +2021-09-04 13:09:15.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.483 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.9750ms +2021-09-04 13:09:15.485 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.6795ms +2021-09-04 13:09:15.485 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.485 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.488 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.489 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.9930ms +2021-09-04 13:09:15.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.491 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.493 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.497 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.498 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.500 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.501 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.501 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.502 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.502 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.9402ms +2021-09-04 13:09:15.502 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.502 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.502 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.502 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.502 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.503 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.503 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.504 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.505 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.505 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.4019ms +2021-09-04 13:09:15.505 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.506 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.507 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.508 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.508 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.508 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.509 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.510 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.510 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.576 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.4151ms +2021-09-04 13:09:15.577 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.577 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.0135ms +2021-09-04 13:09:15.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.579 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.581 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.2516ms +2021-09-04 13:09:15.582 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.583 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.583 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.584 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.4427ms +2021-09-04 13:09:15.585 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.585 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.5200ms +2021-09-04 13:09:15.585 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.586 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.586 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.586 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.587 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.587 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.587 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.588 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.588 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.588 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.588 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.588 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.588 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.589 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.589 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.7224ms +2021-09-04 13:09:15.589 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.589 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.589 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.590 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.590 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.590 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.593 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.593 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.594 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.595 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.653 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.4754ms +2021-09-04 13:09:15.654 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.655 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.3431ms +2021-09-04 13:09:15.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.662 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.662 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.662 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.698 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 119.5854ms +2021-09-04 13:09:15.698 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.0654ms +2021-09-04 13:09:15.698 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.698 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.698 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.699 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.700 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.700 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.704 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.705 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.707 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.707 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 117.9956ms +2021-09-04 13:09:15.707 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.707 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.708 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.708 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.708 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.708 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.708 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.708 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.710 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 124.1345ms +2021-09-04 13:09:15.710 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.710 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.711 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.712 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.713 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.713 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.714 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.716 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.723 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.724 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.755 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 100.1564ms +2021-09-04 13:09:15.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.5220ms +2021-09-04 13:09:15.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.7429ms +2021-09-04 13:09:15.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 123.8128ms +2021-09-04 13:09:15.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.786 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.789 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.791 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.791 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.791 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.8887ms +2021-09-04 13:09:15.791 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.791 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.791 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.791 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.791 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.792 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.792 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.792 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.792 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.793 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.8335ms +2021-09-04 13:09:15.794 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.794 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.795 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.795 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.797 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.797 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.797 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.798 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.799 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.799 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.858 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.858 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.861 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.6481ms +2021-09-04 13:09:15.862 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.865 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.2701ms +2021-09-04 13:09:15.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.865 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.866 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.3505ms +2021-09-04 13:09:15.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.1609ms +2021-09-04 13:09:15.867 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.867 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.867 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.5891ms +2021-09-04 13:09:15.867 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.871 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.871 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.872 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.872 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.872 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.872 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.872 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.873 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.873 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.873 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.873 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.873 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.873 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.873 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.873 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.873 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.874 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.7279ms +2021-09-04 13:09:15.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.874 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.874 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.874 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.874 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.877 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.878 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.879 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.880 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.947 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.8901ms +2021-09-04 13:09:15.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.947 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.1498ms +2021-09-04 13:09:15.948 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.7498ms +2021-09-04 13:09:15.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.949 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.9173ms +2021-09-04 13:09:15.949 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:09:15.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.953 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.9571ms +2021-09-04 13:09:15.955 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:15.955 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.955 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.955 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.6881ms +2021-09-04 13:09:15.956 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:15.957 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.957 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:09:15.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:15.979 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.8240ms +2021-09-04 13:09:16.190 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:09:16.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.190 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4397ms +2021-09-04 13:09:16.192 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.194 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.195 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.198 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.201 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.201 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.202 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.202 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.214 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.215 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.221 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.231 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.236 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.236 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.241 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.241 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.241 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.242 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.243 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.247 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.4966ms +2021-09-04 13:09:16.247 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.252 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.294 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.297 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.9985ms +2021-09-04 13:09:16.298 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.298 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 55.6118ms +2021-09-04 13:09:16.298 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.298 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.301 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.304 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.305 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.305 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.308 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.308 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.309 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.310 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.333 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.333 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 119.1080ms +2021-09-04 13:09:16.337 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.337 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.340 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.340 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.350 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.352 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.361 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.362 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.362 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.365 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 54.9226ms +2021-09-04 13:09:16.365 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.365 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.369 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.369 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.372 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.372 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.374 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.375 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.392 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.392 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.401 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.402 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.406 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.409 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:09:16.411 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.411 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.413 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:09:16.415 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.416 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.418 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 66.0986ms +2021-09-04 13:09:16.418 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.419 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.419 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.421 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 123.3226ms +2021-09-04 13:09:16.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.427 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.443 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.443 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.452 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.456 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.456 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.460 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.460 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.464 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.464 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.469 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 94.6817ms +2021-09-04 13:09:16.470 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.470 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.471 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.475 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.475 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.475 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.475 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 144.4789ms +2021-09-04 13:09:16.483 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.485 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.491 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.495 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.495 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.498 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.499 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.500 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.502 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.502 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.507 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.507 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.509 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 89.7032ms +2021-09-04 13:09:16.509 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.513 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.514 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.529 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.531 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.531 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.532 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.541 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.543 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.546 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.549 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.550 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.550 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.551 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 188.8202ms +2021-09-04 13:09:16.553 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.553 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 92.916ms +2021-09-04 13:09:16.553 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.553 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.560 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.561 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.566 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.570 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.582 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.585 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.592 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.592 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.594 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.595 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 203.3902ms +2021-09-04 13:09:16.596 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.597 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.601 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.602 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.605 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.605 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 109.5688ms +2021-09-04 13:09:16.605 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.605 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.610 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.614 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.621 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.621 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.629 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.630 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.635 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 208.7607ms +2021-09-04 13:09:16.636 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.636 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.638 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.639 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.639 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.642 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.643 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.649 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.649 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.656 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.656 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.656 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.3924ms +2021-09-04 13:09:16.657 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.668 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.670 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.680 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 219.2300ms +2021-09-04 13:09:16.685 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.685 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.688 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.214ms +2021-09-04 13:09:16.688 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.688 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.689 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.696 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.697 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.706 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.723 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.726 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.727 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.737 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.757 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.765 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.2283ms +2021-09-04 13:09:16.767 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.768 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.768 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 162.3972ms +2021-09-04 13:09:16.768 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.775 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.776 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.1548ms +2021-09-04 13:09:16.776 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.778 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.779 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 108.7277ms +2021-09-04 13:09:16.779 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.781 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.785 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.785 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.794 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.794 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.797 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.797 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.797 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 266.6862ms +2021-09-04 13:09:16.799 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.808 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.810 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.817 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.818 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.827 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.827 +08:00 [DBG] Transport connection checking... +2021-09-04 13:09:16.827 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:09:16.828 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.849 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.852 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.852 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.854 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 288.4446ms +2021-09-04 13:09:16.857 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.866 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 228.6175ms +2021-09-04 13:09:16.867 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.867 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.867 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.872 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.872 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.872 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.3390ms +2021-09-04 13:09:16.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.874 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.875 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.876 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.876 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.879 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.879 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.879 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 151.9665ms +2021-09-04 13:09:16.879 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.880 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.880 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.881 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:16.882 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.884 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.885 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.885 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:16.886 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.890 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.891 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.894 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:16.896 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:16.899 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.906 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.906 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:16.909 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.913 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 115.865ms +2021-09-04 13:09:16.913 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:16.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.960 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.972 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.982 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.982 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:16.984 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 298.8556ms +2021-09-04 13:09:16.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:16.989 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:16.996 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:16.996 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.5663ms +2021-09-04 13:09:16.996 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.000 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.001 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.001 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.0278ms +2021-09-04 13:09:17.002 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.007 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.007 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.009 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.5394ms +2021-09-04 13:09:17.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.009 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.8127ms +2021-09-04 13:09:17.009 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.011 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.013 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.014 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.014 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.025 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.027 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.032 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.037 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.037 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.041 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.042 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.042 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.043 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.043 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.053 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 146.6905ms +2021-09-04 13:09:17.054 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.085 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 286.5938ms +2021-09-04 13:09:17.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.090 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.092 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 235.6221ms +2021-09-04 13:09:17.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.094 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.094 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.094 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 227.1037ms +2021-09-04 13:09:17.095 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.099 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.103 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.105 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.105 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.112 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.113 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.119 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.121 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.122 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.128 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.129 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.131 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.136 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.136 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.139 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.144 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.146 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.150 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.157 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.157 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.157 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.157 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.161 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.163 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.169 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.0557ms +2021-09-04 13:09:17.170 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.7016ms +2021-09-04 13:09:17.170 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.170 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.6293ms +2021-09-04 13:09:17.170 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.171 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.171 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.176 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.176 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.183 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.193 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.194 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.199 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.199 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.208 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.210 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.212 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.231 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.261 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.8324ms +2021-09-04 13:09:17.263 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.263 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.463ms +2021-09-04 13:09:17.264 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.264 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.265 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.265 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.3098ms +2021-09-04 13:09:17.265 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.270 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.271 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.275 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 289.1913ms +2021-09-04 13:09:17.276 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.276 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.277 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.279 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.280 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.6206ms +2021-09-04 13:09:17.280 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.283 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.284 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.293 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.295 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.295 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.296 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.302 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.303 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.307 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.307 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.307 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.308 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.308 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.328 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.5815ms +2021-09-04 13:09:17.328 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.340 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.340 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.341 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 253.3022ms +2021-09-04 13:09:17.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.344 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.351 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.5251ms +2021-09-04 13:09:17.353 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.356 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.356 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.362 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.363 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.4332ms +2021-09-04 13:09:17.363 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.363 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.364 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.366 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.366 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.372 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.372 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.372 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.373 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.380 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.381 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.382 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.382 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.385 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.385 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.387 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.388 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.388 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.391 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.394 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.394 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.394 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.401 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.403 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.424 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.425 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.3283ms +2021-09-04 13:09:17.425 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.426 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.6551ms +2021-09-04 13:09:17.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.429 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.1295ms +2021-09-04 13:09:17.429 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.430 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.432 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.433 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.437 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.437 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.440 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.440 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.448 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.451 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.488 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.505 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.518 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.525 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.783ms +2021-09-04 13:09:17.525 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.526 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.4100ms +2021-09-04 13:09:17.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.527 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.2131ms +2021-09-04 13:09:17.527 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.531 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.7142ms +2021-09-04 13:09:17.531 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.531 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.531 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.531 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.533 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.7377ms +2021-09-04 13:09:17.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.534 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.538 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.538 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.545 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.545 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.554 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.554 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.557 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.565 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.565 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.565 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.568 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.568 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.573 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.574 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.582 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.0056ms +2021-09-04 13:09:17.582 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.599 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.8279ms +2021-09-04 13:09:17.600 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.610 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.610 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.610 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.611 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 247.1304ms +2021-09-04 13:09:17.613 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.613 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.620 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.621 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.628 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.632 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.633 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.633 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.633 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.633 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.637 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.1246ms +2021-09-04 13:09:17.638 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.639 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.640 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.640 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.642 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.642 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.645 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.646 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.646 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.648 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.651 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.654 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.653 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.660 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.661 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.668 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.669 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.677 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.7013ms +2021-09-04 13:09:17.678 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.678 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.679 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.686 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.687 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.1698ms +2021-09-04 13:09:17.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.689 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.690 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.692 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.693 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.4214ms +2021-09-04 13:09:17.693 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.693 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.697 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.697 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.700 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.700 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.700 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.709 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.709 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.764 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.764 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.8816ms +2021-09-04 13:09:17.765 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.767 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.780 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.782 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.790 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.790 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.791 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.792 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.0149ms +2021-09-04 13:09:17.793 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.794 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.4594ms +2021-09-04 13:09:17.795 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.795 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.796 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.796 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.799 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.5577ms +2021-09-04 13:09:17.799 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.800 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.804 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.804 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.9031ms +2021-09-04 13:09:17.804 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.807 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.811 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.813 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.848 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.860 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.860 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.861 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 261.1437ms +2021-09-04 13:09:17.862 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.869 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.870 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.871 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 232.8368ms +2021-09-04 13:09:17.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.877 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.878 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.882 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.890 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.891 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.893 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 182.844ms +2021-09-04 13:09:17.893 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.895 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.895 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.899 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.901 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.902 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.902 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.905 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.905 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.906 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.906 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.907 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 294.0706ms +2021-09-04 13:09:17.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.908 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.908 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.910 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.910 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.911 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.912 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.912 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 115.6199ms +2021-09-04 13:09:17.912 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.912 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.913 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.917 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.918 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.924 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.924 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:17.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.931 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.933 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:17.947 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:17.959 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.4441ms +2021-09-04 13:09:17.960 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:17.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 274.5068ms +2021-09-04 13:09:17.965 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:17.965 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:17.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:17.976 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:17.981 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.990 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:17.990 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.998 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:17.999 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.008 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.009 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.011 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.3420ms +2021-09-04 13:09:18.012 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.032 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.033 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.038 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.039 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.046 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.046 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.047 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.050 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.050 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.055 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.055 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.058 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 146.3981ms +2021-09-04 13:09:18.058 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.3377ms +2021-09-04 13:09:18.058 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.058 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.059 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.2859ms +2021-09-04 13:09:18.059 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.060 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.060 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.060 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.8551ms +2021-09-04 13:09:18.062 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.062 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.077 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.084 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.090 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.090 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.095 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.095 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.095 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.110 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.110 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.116 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.8947ms +2021-09-04 13:09:18.117 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.139 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 266.2596ms +2021-09-04 13:09:18.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.143 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.144 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.1471ms +2021-09-04 13:09:18.145 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.150 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.159 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.164 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.164 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.164 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.165 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 302.4398ms +2021-09-04 13:09:18.169 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.170 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.173 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.173 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.174 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.175 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.175 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.184 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.184 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.184 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.184 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.185 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.185 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.2122ms +2021-09-04 13:09:18.185 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.187 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.192 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.193 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.197 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.197 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.199 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 234.5674ms +2021-09-04 13:09:18.200 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.200 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.201 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.201 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.214 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.221 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.222 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.230 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.230 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.233 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.237 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.239 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.247 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 137.4253ms +2021-09-04 13:09:18.247 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.269 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.273 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.5209ms +2021-09-04 13:09:18.274 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.276 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.297 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.303 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.309 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.309 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.309 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.309 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.314 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.314 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.314 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.315 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.316 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.322 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 137.6962ms +2021-09-04 13:09:18.322 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.324 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.2563ms +2021-09-04 13:09:18.324 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.329 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.005ms +2021-09-04 13:09:18.329 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.338 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.338 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.340 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 277.2983ms +2021-09-04 13:09:18.341 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.343 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.353 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.358 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.358 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.365 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.367 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.368 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.373 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.373 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.381 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.385 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.393 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.3874ms +2021-09-04 13:09:18.393 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.405 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.405 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.406 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.4941ms +2021-09-04 13:09:18.407 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.416 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.421 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.422 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.424 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.428 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 282.6130ms +2021-09-04 13:09:18.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.429 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.429 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.434 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.434 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.436 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.436 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.436 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.437 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.440 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.1343ms +2021-09-04 13:09:18.440 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.440 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.440 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 273.3043ms +2021-09-04 13:09:18.445 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.446 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.446 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.446 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.450 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.451 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.452 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.454 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.461 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.462 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.465 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.465 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.466 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.7978ms +2021-09-04 13:09:18.466 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.466 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.467 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.467 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.468 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.477 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.481 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.492 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.493 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.500 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.501 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.504 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.505 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.506 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.525 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.5126ms +2021-09-04 13:09:18.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.528 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.540 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.543 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.4492ms +2021-09-04 13:09:18.543 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.543 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.548 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.4765ms +2021-09-04 13:09:18.548 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.549 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.554 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.554 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.554 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.556 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.556 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.562 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.0124ms +2021-09-04 13:09:18.562 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.576 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.603 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.612 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.635 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 167.1908ms +2021-09-04 13:09:18.635 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.643 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.4405ms +2021-09-04 13:09:18.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 303.7984ms +2021-09-04 13:09:18.644 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.2842ms +2021-09-04 13:09:18.644 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.645 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.645 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.646 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.647 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.647 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.654 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 224.1602ms +2021-09-04 13:09:18.655 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.656 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.662 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.664 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.667 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.668 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.672 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.673 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.674 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.679 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.679 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.679 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.679 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.679 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.679 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.679 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.683 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.683 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.683 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.683 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.683 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.683 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.691 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.691 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.696 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.1629ms +2021-09-04 13:09:18.696 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.707 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.4970ms +2021-09-04 13:09:18.709 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.709 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.712 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.716 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.717 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.723 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.723 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.726 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.0026ms +2021-09-04 13:09:18.727 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.727 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.727 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.728 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.728 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.728 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.735 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:09:18.747 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.755 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.762 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.763 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.769 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.770 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.778 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.779 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.792 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.799 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.800 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.800 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 273.4688ms +2021-09-04 13:09:18.803 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.803 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.803 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.805 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.6613ms +2021-09-04 13:09:18.805 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.806 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.806 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.5526ms +2021-09-04 13:09:18.806 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.806 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.810 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.1327ms +2021-09-04 13:09:18.810 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.810 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.810 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.813 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.815 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.815 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.817 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.818 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.820 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.855 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.865 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.890 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 160.9158ms +2021-09-04 13:09:18.891 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.896 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.896 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.0297ms +2021-09-04 13:09:18.898 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.899 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.903 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.8126ms +2021-09-04 13:09:18.903 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.905 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.8168ms +2021-09-04 13:09:18.907 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.907 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.909 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 253.4149ms +2021-09-04 13:09:18.910 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.910 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.911 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.918 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.919 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.920 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.924 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.925 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.927 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.928 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.928 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.931 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.931 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.936 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.936 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.936 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.937 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.939 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.939 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.940 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.940 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.946 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.947 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.949 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:18.951 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.951 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.964 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.964 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.965 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.6344ms +2021-09-04 13:09:18.966 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.3952ms +2021-09-04 13:09:18.966 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.967 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.973 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.975 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.976 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.981 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:18.982 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:18.984 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.6693ms +2021-09-04 13:09:18.985 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:18.985 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:18.985 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:18.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:18.986 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:18.986 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:18.991 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:18.994 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.003 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.004 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.012 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.013 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.028 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.030 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.035 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.050 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.059 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.9501ms +2021-09-04 13:09:19.059 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.065 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.065 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.066 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.8583ms +2021-09-04 13:09:19.067 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.451ms +2021-09-04 13:09:19.067 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.067 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.072 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.072 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.9263ms +2021-09-04 13:09:19.072 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.073 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.078 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.078 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.083 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.084 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.093 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.094 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.103 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.126 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.5744ms +2021-09-04 13:09:19.127 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.135 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.136 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 237.8427ms +2021-09-04 13:09:19.139 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.156 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.3428ms +2021-09-04 13:09:19.159 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.160 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.160 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.161 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.166 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.166 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.171 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.177 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.178 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.186 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.191 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 282.5313ms +2021-09-04 13:09:19.194 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.196 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.196 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 164.4321ms +2021-09-04 13:09:19.197 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.198 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.203 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.203 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.203 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.205 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.206 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.206 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.207 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.211 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.211 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.216 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.218 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.219 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.0648ms +2021-09-04 13:09:19.219 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.219 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.219 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.222 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.1073ms +2021-09-04 13:09:19.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.246 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.252 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.264 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.268 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.270 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.276 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 97.2611ms +2021-09-04 13:09:19.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.277 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.277 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 292.0422ms +2021-09-04 13:09:19.279 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.288 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 221.1561ms +2021-09-04 13:09:19.290 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.292 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.295 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.301 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.301 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.303 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.304 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.309 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.310 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.310 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.310 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.311 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.316 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.316 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.321 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.324 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.325 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.326 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.332 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.2141ms +2021-09-04 13:09:19.333 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.333 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.365 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.369 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.1086ms +2021-09-04 13:09:19.370 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.373 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 102.5566ms +2021-09-04 13:09:19.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.373 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.375 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.8328ms +2021-09-04 13:09:19.377 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.393 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.396 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.396 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.405 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.405 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.413 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.413 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.414 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.423 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.426 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 268.0393ms +2021-09-04 13:09:19.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.439 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.441ms +2021-09-04 13:09:19.439 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.439 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.443 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.444 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.450 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.458 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.459 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.465 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.7732ms +2021-09-04 13:09:19.465 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.465 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.467 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.467 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.8975ms +2021-09-04 13:09:19.467 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.473 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.473 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.478 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 253.3526ms +2021-09-04 13:09:19.479 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.479 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.479 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.480 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.486 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.486 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.489 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.489 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.489 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.489 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.494 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.494 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.500 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.500 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.502 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.503 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.507 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 218.5984ms +2021-09-04 13:09:19.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.526 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.529 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.535 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.535 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.541 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.541 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.1732ms +2021-09-04 13:09:19.546 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.547 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.547 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.548 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.559 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.560 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.566 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.566 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.567 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.569 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.4327ms +2021-09-04 13:09:19.569 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.569 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.569 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.570 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.571 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.583 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.8819ms +2021-09-04 13:09:19.585 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.602 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.609 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.619 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.633 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.6903ms +2021-09-04 13:09:19.633 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.633 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.650 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 147.685ms +2021-09-04 13:09:19.650 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.655 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.5622ms +2021-09-04 13:09:19.655 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.662 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.685 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 114.1435ms +2021-09-04 13:09:19.685 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.688 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 311.2039ms +2021-09-04 13:09:19.690 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.690 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.697 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.697 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.5560ms +2021-09-04 13:09:19.699 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.700 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.703 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.709 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.709 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.714 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.714 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.714 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.715 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.722 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.723 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.728 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.729 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.729 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.730 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.736 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.736 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.738 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 271.6690ms +2021-09-04 13:09:19.740 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.740 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.743 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 232.8428ms +2021-09-04 13:09:19.745 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.754 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.754 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.757 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.759 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 279.7953ms +2021-09-04 13:09:19.759 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.759 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.759 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.761 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.763 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.765 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.765 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.765 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.765 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.769 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.769 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.771 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.771 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.771 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.771 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.772 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.776 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.776 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.776 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 230.9204ms +2021-09-04 13:09:19.777 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.779 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.779 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.781 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.781 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.787 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.794 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.794 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.800 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.800 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.807 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.808 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.821 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.824 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.828 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 91.4316ms +2021-09-04 13:09:19.828 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.832 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 101.4797ms +2021-09-04 13:09:19.832 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.880 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.893 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.914 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.914 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:19.919 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 147.4293ms +2021-09-04 13:09:19.920 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.922 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.5748ms +2021-09-04 13:09:19.923 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.925 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.1313ms +2021-09-04 13:09:19.925 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.928 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 146.72ms +2021-09-04 13:09:19.929 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.932 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.1899ms +2021-09-04 13:09:19.934 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.934 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.947 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.948 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.952 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:19.952 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.953 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.7993ms +2021-09-04 13:09:19.954 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:19.955 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:19.955 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.955 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.962 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.964 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:19.965 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:19.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.973 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:19.973 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.979 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:19.980 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:19.988 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:19.990 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.009 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.5981ms +2021-09-04 13:09:20.010 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.3024ms +2021-09-04 13:09:20.012 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.012 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.019 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.019 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.019 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.019 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.019 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.019 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.019 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 258.0531ms +2021-09-04 13:09:20.019 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 241.5887ms +2021-09-04 13:09:20.019 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.019 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.022 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.021 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.025 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.025 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.025 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.026 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.029 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.029 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.029 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.029 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.029 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.031 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.033 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.033 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.035 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.034 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.035 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.035 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.037 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.037 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.039 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.039 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.040 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.040 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.040 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.040 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.049 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.052 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.076 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.079 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.082 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.0575ms +2021-09-04 13:09:20.082 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.085 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 94.8642ms +2021-09-04 13:09:20.085 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.156 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.174 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.174 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.174 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.185 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.4155ms +2021-09-04 13:09:20.185 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.190 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.4575ms +2021-09-04 13:09:20.191 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.191 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 154.9952ms +2021-09-04 13:09:20.191 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.191 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.557ms +2021-09-04 13:09:20.191 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 258.3695ms +2021-09-04 13:09:20.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.3099ms +2021-09-04 13:09:20.195 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.195 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.197 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.202 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.203 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.209 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.209 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.209 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.209 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.213 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.213 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.214 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.214 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.214 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.214 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.262 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.5800ms +2021-09-04 13:09:20.263 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.265 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.266 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.3824ms +2021-09-04 13:09:20.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.0324ms +2021-09-04 13:09:20.268 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.269 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.269 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.270 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.271 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.271 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.274 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.275 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.275 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.276 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.277 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.6308ms +2021-09-04 13:09:20.278 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.278 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.278 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.279 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.281 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.281 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.282 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.283 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.285 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.285 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.285 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.285 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.286 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.286 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.286 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.286 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.286 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.286 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.286 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.287 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.290 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.290 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.290 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.295 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.295 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.301 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.326 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.332 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.335 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.8658ms +2021-09-04 13:09:20.335 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.337 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.8307ms +2021-09-04 13:09:20.337 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.419 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.422 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.426 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.426 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.440 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.1383ms +2021-09-04 13:09:20.440 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.440 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.6131ms +2021-09-04 13:09:20.440 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.443 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.443 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.443 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 156.8224ms +2021-09-04 13:09:20.443 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.444 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.1566ms +2021-09-04 13:09:20.444 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.2486ms +2021-09-04 13:09:20.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.445 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.0983ms +2021-09-04 13:09:20.445 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.446 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.446 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.448 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.449 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.453 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.456 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.458 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.460 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.461 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.462 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.465 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.467 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.467 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.468 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.468 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.468 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.471 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.476 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.477 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.523 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.523 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.8647ms +2021-09-04 13:09:20.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.4289ms +2021-09-04 13:09:20.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.525 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.525 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.4202ms +2021-09-04 13:09:20.525 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.525 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 247.7590ms +2021-09-04 13:09:20.526 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.526 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:09:20.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:20.528 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.528 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.530 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.534 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.535 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.535 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:20.537 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.537 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.540 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.541 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.542 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.546 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.546 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.548 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.548 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.549 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:09:20.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.565 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.567 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.569 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:09:20.570 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:20.576 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.576 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:09:20.582 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.582 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.586 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 115.2982ms +2021-09-04 13:09:20.587 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.588 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 109.9216ms +2021-09-04 13:09:20.588 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.645 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.646 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.665 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:09:20.669 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.409ms +2021-09-04 13:09:20.669 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.671 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 103.2987ms +2021-09-04 13:09:20.671 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.679 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.679 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 233.7127ms +2021-09-04 13:09:20.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.682 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 105.6411ms +2021-09-04 13:09:20.683 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:09:20.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.686 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.8825ms +2021-09-04 13:09:20.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 208.9565ms +2021-09-04 13:09:20.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 208.2715ms +2021-09-04 13:09:20.740 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:09:20.741 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 213.9975ms +2021-09-04 13:09:21.717 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:09:22.460 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JeqNT5jtRu8t4IyAjk8eLQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.461 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.463 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.463 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.464 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.503 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ggdUrfWfoZbq_XaobZD1Sg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.503 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.505 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.506 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.507 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.522 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RW_yPuvxjr9tQs6hKdVxBw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.522 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.525 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.525 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.526 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.860 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=joZ7E4Ay-4dFDrO2L54Vdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.862 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.862 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.863 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.939 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xV3PbgJCgYiuZpE6JCC0ww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.939 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.942 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.942 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.943 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.957 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HS34nF_lhqO5iD--my97EA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.958 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.960 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.960 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.961 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.976 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=naMtPHd3CE6UZXI3PQT3Hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.977 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.979 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.980 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:22.981 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:22.996 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lhes2ftX68BpS2IJs40YQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:22.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:22.998 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:22.999 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.000 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.014 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2QU4xvtHtHkn8ixn3faviQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.015 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.017 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.017 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.018 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.032 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BRqbNkLMs0wnY12ARXKOYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.035 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.035 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.036 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.054 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nFETaAJIbs6bYy_g7YFNWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.054 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.056 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.056 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.057 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.071 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ilKdA9eXgWjbmbHlrb_sfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.075 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.090 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mX28gg92gIzhEpiVqrScfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.090 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.092 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.093 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.094 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.108 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bnAq6wEpiuCRKpsjh3_EUw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.110 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.111 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.112 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.126 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aiIV17dIx2JuK568b8yH3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.130 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.145 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=V4PgdDVjMosytbRFFyP3Wg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.145 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.147 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.148 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.149 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.162 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=POl4QC5DVpA8p-0W7ZOUeg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.165 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.166 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.540 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fKdfL4kc_tKm9R7jiLDiQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.540 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.542 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.543 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.544 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:23.606 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OTt3NzhB2yyq9tHgO-3Z8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:23.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:23.608 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:23.609 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:23.610 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.141 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aTwrp-V8ybOXXwsG2iTeog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.145 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.207 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kb1VlXkr2BrmXFPKOdnVqg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.207 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.209 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.210 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.210 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.225 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1hfI6pi4T8qD7cELZKEK5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.228 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.228 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.229 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.397 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tW79T9bvtWupFfdjI5fCPg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.397 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.400 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.401 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.415 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uW7z7cBNA-_8pF8UpJJpdA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.416 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.418 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.418 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.419 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.461 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fK_YwXtZ94XIE7pLLBb45A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.461 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.464 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.464 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.465 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.479 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ggBarlwmfedOVxSpQZ_kug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.481 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.482 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.483 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.496 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3-gqaMyIRo52CSSUb0pGdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.497 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.499 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.499 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.500 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.555 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YeAOlAUp0snGmPoif5czhw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.557 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.558 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.559 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.618 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1lg3C1xmSts_eFxvkzNG8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.619 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.621 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.621 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.622 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.712 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=N-SIhZCsWeJO9oay-CixVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.713 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.715 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.715 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.716 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.731 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=19hLl-6digJCigIngWty9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.731 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.733 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.734 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.734 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.950 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VJxgWtTltTw5YEKLSvnL8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.950 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.952 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.953 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.954 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.967 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ungOKDOlumG8hCpAH_JllA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.968 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.970 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.970 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.971 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:24.986 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FJwTrDxYD-yGA9vbBdoDaQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:24.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:24.988 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:24.989 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:24.990 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.044 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=K1CcZoTadhAMEmMirPDbHA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.045 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.047 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.047 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.048 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.156 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iPSCXZMpkNcmzcSG2yFUbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.156 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.159 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.159 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.160 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.202 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G7wBDvwhONazBzafTYRP7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.204 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.205 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.206 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pc3yNZNfkKx2tVFB-sHopQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.221 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.223 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.223 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.224 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bfOhrPYOj23OVNgs8h3x1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.364 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.365 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.457 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0WYv8ue37RwzQTalVtun7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.459 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.460 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.461 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.504 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Z_VJk6sD0jaY02F8Ee5hPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.504 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.506 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.507 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.508 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.521 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QEa3-O-CnPjvJXi9zgosUg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.522 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.524 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.525 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.525 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.615 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=y_2qE-g0l7mrlC5_3tpN_Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.615 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.617 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.618 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.618 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.695 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BLKmAbiivTutERGqyMAGrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.697 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.697 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.698 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.714 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y5QGXVVZIOvdrNuWtyUpcg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.715 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.718 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.718 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.720 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.734 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dwLmIqNS-5j3Y0mdBRLfog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.738 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.753 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=X1qWj5SJRfhtM1qydCGzeA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.753 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.755 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.756 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.757 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.771 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ATXhNmE6Z3XHCuy4h2R9lA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.771 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.774 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.774 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.775 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.917 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JEf2YcdWA44qAwEa4_xidQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.920 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.920 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.921 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:25.949 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=leXGxSyREGwvPi-NZMcUPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:25.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:25.952 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:25.952 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:25.953 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.044 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RGGhzt_QfbEH1cpVgbggSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.044 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.047 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.047 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.048 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.063 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1IIagg65fnMOQ4kh1KI5XA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.065 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.066 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.067 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.081 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zR5Nbb1qxt5oUPCBf21PqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.081 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.083 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.084 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.085 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.122 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6_oAxvV_OWCZNtwqPpifFg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.125 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.126 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.140 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xT8fvhgBqb-Npb8BiL975Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.140 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.143 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.144 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.232 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6iaZ-qgw0JcZYeuIsN_r8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.233 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.235 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.235 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.246 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.261 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MTiSBvi6NsknKVJPjYXU9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.264 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.265 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.279 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JFHX4bSAVH84JZsWFx8N7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.282 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.282 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.283 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.342 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qeY2503GPcLL6L1FZVotjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.343 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.345 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.345 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.346 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=N2xr7amfUGp2dCtljvYBzA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.364 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.365 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.470 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UH_YisA-NfxOfjcNygzQWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.471 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.473 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.473 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.474 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XkMVXrhlFPTn4E-xM7H0CA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.489 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.491 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.492 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.493 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.507 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KrmpxDIk3BJ5RzLaSSMGuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.510 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.510 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.511 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.526 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gn-SkJQC-o1_16GvEwYlHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.526 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.529 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.529 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.530 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.582 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mBmUBcliHfQAYs_WTt8zQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.582 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.584 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.585 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.585 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.630 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BgYMvSpmR345CHonhL12_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.630 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.632 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.632 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.633 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.647 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2n36OxyrUt02spIXbTJ4Hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.647 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.649 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.649 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.650 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.665 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LnYWAVJQHKIcXBiJQKXeLA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.667 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.668 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.668 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.684 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mqKH-CjoIROymRiJIeDeyQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.684 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.686 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.687 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.688 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.787 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jj7rAXDRwyRJ70fG1cFHWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.788 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.790 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.790 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.791 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.805 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=as_zk4G9vt0gtGZUbdi8jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.808 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.809 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.849 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_P-ay2Z1ZsRpksz5BXwDjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.851 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.852 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.853 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.897 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NNh5KAQK3k7nWWav9U_Xcw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.897 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.900 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.900 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.901 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.928 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1HJ1Xjbrcn-htkddYLNF8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.931 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.931 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.932 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:26.946 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TQCHQo-M6SQHIY6r5EEK9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:26.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:26.949 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:26.949 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:26.950 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.040 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S_47YLbL_TLMDl2thSC3pg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.041 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.043 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.043 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.044 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.058 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U64NSeoLXSpnLQvRHzKKnw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.060 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.061 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.062 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.076 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=31lRAddOQAUupoZ39_ueFw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.088 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.094 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.097 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.162 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DJZ76WdHRQcA8Q1_BU5sPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.185 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.190 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.191 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.205 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2KJTJVop_dp2TzMjTza56g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.208 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.208 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.209 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.224 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hmUZAHDN_sUSW3-pLbdYLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.227 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.228 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.277 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=w318s0ecKKkN-xgXmGKhoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.280 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.281 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.282 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.298 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bD7b_mNTUl8oYGqUSdIQoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.298 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.301 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.302 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.317 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=o34RJkzNYkLwHdiVk04Pvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.318 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.320 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.321 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.322 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.337 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lIX0icv8NcWHdYf9a4KwSQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.337 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.341 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.341 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.342 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.358 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eoc0teg7cnne5ZPEUtasBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.358 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.360 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.361 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.362 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.387 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sHlZak_9CNKFNJZcZktxMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.391 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.391 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.392 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.408 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_3KlokUd3IZ631JKFYad_w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.412 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.412 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.414 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.546 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0dWvf0AUWYUy2ebl5jJp9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.547 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.549 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.549 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.550 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.564 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v8-iv3gS1emxo_tpAaxC4g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.567 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.567 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.568 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.583 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZmSxuM9fLZPPlwBoti10ng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.584 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.586 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.586 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.587 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.656 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lgBPe5EEO6g9_rEUxbO7Yg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.657 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.659 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.659 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.662 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.683 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nOWIMorkiz8t2nKQdRuSBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.686 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.692 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.692 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.693 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.708 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MdWA6SPKRH_4NiKP05xDOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.708 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.710 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.711 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.712 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.727 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r5C7eSiMg6tFqzw09YH2cg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.728 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.730 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.730 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.731 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.745 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=moPWm4tGi2UfP6bZMzaVEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.746 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.748 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.749 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.750 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.799 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4hN67BmxqyBEHI-YtjMn3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.802 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.803 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.805 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.819 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=H4mYrodfctsCE8eLmDVLqw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.819 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.822 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.822 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.823 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.894 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8yTAAGLKQfJGoTxfb0s9fg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.896 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.897 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.898 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.911 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ctDy_Q7ySjRKc8V06sOE4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.911 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.914 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.915 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.919 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.939 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ldmc1ZdmrJoI-5beecviNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.940 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.942 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.942 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.943 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:27.988 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yISUAVFSjoWkcsdx2xfUNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:09:27.989 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:09:27.991 +08:00 [INF] Successfully validated the token. +2021-09-04 13:09:27.991 +08:00 [INF] Authorization was successful. +2021-09-04 13:09:27.992 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:09:46.837 +08:00 [DBG] Transport connection checking... +2021-09-04 13:09:46.837 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:09:51.928 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:10:10.164 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.164 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.164 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mBmUBcliHfQAYs_WTt8zQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 43584.3332ms +2021-09-04 13:10:10.164 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ggdUrfWfoZbq_XaobZD1Sg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47663.1483ms +2021-09-04 13:10:10.164 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.165 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.165 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.165 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3-gqaMyIRo52CSSUb0pGdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45670.0652ms +2021-09-04 13:10:10.165 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lIX0icv8NcWHdYf9a4KwSQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 42829.5438ms +2021-09-04 13:10:10.166 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=N2xr7amfUGp2dCtljvYBzA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 43805.2526ms +2021-09-04 13:10:10.434 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.435 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XkMVXrhlFPTn4E-xM7H0CA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 43947.5792ms +2021-09-04 13:10:10.436 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.437 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U64NSeoLXSpnLQvRHzKKnw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 43380.4162ms +2021-09-04 13:10:10.480 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.481 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mqKH-CjoIROymRiJIeDeyQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 43798.5440ms +2021-09-04 13:10:10.692 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.692 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.692 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.692 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.692 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:10.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nFETaAJIbs6bYy_g7YFNWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47640.8595ms +2021-09-04 13:10:10.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tW79T9bvtWupFfdjI5fCPg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46297.2639ms +2021-09-04 13:10:10.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RGGhzt_QfbEH1cpVgbggSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 44650.2135ms +2021-09-04 13:10:10.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G7wBDvwhONazBzafTYRP7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45492.3322ms +2021-09-04 13:10:10.693 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aiIV17dIx2JuK568b8yH3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47568.5554ms +2021-09-04 13:10:12.563 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.563 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jj7rAXDRwyRJ70fG1cFHWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45777.6785ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=naMtPHd3CE6UZXI3PQT3Hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49588.8127ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bfOhrPYOj23OVNgs8h3x1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47204.2609ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6_oAxvV_OWCZNtwqPpifFg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46443.0782ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=as_zk4G9vt0gtGZUbdi8jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45760.2836ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yISUAVFSjoWkcsdx2xfUNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 44576.9170ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sHlZak_9CNKFNJZcZktxMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45178.1660ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1hfI6pi4T8qD7cELZKEK5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48340.4559ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xT8fvhgBqb-Npb8BiL975Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46425.6025ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kb1VlXkr2BrmXFPKOdnVqg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48359.1292ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HS34nF_lhqO5iD--my97EA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49608.6058ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eoc0teg7cnne5ZPEUtasBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45207.9360ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xV3PbgJCgYiuZpE6JCC0ww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49627.0906ms +2021-09-04 13:10:12.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pc3yNZNfkKx2tVFB-sHopQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47345.6582ms +2021-09-04 13:10:12.564 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.565 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.565 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ldmc1ZdmrJoI-5beecviNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 44626.9294ms +2021-09-04 13:10:12.565 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.565 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=19hLl-6digJCigIngWty9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47835.6921ms +2021-09-04 13:10:12.565 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.952 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ATXhNmE6Z3XHCuy4h2R9lA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47182.8638ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2KJTJVop_dp2TzMjTza56g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45748.6789ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zR5Nbb1qxt5oUPCBf21PqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46874.1346ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=moPWm4tGi2UfP6bZMzaVEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45209.3109ms +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=y_2qE-g0l7mrlC5_3tpN_Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47340.3657ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OTt3NzhB2yyq9tHgO-3Z8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49349.2688ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r5C7eSiMg6tFqzw09YH2cg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45227.4547ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VJxgWtTltTw5YEKLSvnL8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48005.1785ms +2021-09-04 13:10:12.953 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=X1qWj5SJRfhtM1qydCGzeA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47202.3894ms +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZmSxuM9fLZPPlwBoti10ng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45371.9251ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hmUZAHDN_sUSW3-pLbdYLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45731.0256ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DJZ76WdHRQcA8Q1_BU5sPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45793.5959ms +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=K1CcZoTadhAMEmMirPDbHA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47911.3546ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fKdfL4kc_tKm9R7jiLDiQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49415.7897ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=joZ7E4Ay-4dFDrO2L54Vdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50096.1754ms +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ungOKDOlumG8hCpAH_JllA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47988.5435ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4hN67BmxqyBEHI-YtjMn3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45157.2387ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RW_yPuvxjr9tQs6hKdVxBw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50433.9082ms +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S_47YLbL_TLMDl2thSC3pg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45915.6088ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BgYMvSpmR345CHonhL12_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46326.3661ms +2021-09-04 13:10:12.954 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8yTAAGLKQfJGoTxfb0s9fg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45062.1059ms +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.954 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=w318s0ecKKkN-xgXmGKhoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45679.4781ms +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TQCHQo-M6SQHIY6r5EEK9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46009.9553ms +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1IIagg65fnMOQ4kh1KI5XA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46893.6053ms +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=POl4QC5DVpA8p-0W7ZOUeg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49794.1132ms +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ilKdA9eXgWjbmbHlrb_sfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49885.7138ms +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gn-SkJQC-o1_16GvEwYlHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46430.3213ms +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JeqNT5jtRu8t4IyAjk8eLQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50496.1570ms +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uW7z7cBNA-_8pF8UpJJpdA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48541.2940ms +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JEf2YcdWA44qAwEa4_xidQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47039.3561ms +2021-09-04 13:10:12.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2n36OxyrUt02spIXbTJ4Hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46309.8206ms +2021-09-04 13:10:12.972 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FJwTrDxYD-yGA9vbBdoDaQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47971.1843ms +2021-09-04 13:10:12.973 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.973 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.973 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.973 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:12.973 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=leXGxSyREGwvPi-NZMcUPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47026.1754ms +2021-09-04 13:10:12.973 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LnYWAVJQHKIcXBiJQKXeLA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46310.3690ms +2021-09-04 13:10:12.973 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qeY2503GPcLL6L1FZVotjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46632.6100ms +2021-09-04 13:10:12.973 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aTwrp-V8ybOXXwsG2iTeog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48834.3277ms +2021-09-04 13:10:13.087 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.464 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iPSCXZMpkNcmzcSG2yFUbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47933.3831ms +2021-09-04 13:10:13.464 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0WYv8ue37RwzQTalVtun7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48009.3907ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=H4mYrodfctsCE8eLmDVLqw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45647.2107ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=o34RJkzNYkLwHdiVk04Pvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46148.8748ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ctDy_Q7ySjRKc8V06sOE4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45555.3419ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=V4PgdDVjMosytbRFFyP3Wg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50321.4998ms +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QEa3-O-CnPjvJXi9zgosUg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47945.4967ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lhes2ftX68BpS2IJs40YQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50471.5527ms +2021-09-04 13:10:13.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Z_VJk6sD0jaY02F8Ee5hPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47963.1959ms +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fK_YwXtZ94XIE7pLLBb45A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 49006.1565ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NNh5KAQK3k7nWWav9U_Xcw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46570.1387ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y5QGXVVZIOvdrNuWtyUpcg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47753.2350ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dwLmIqNS-5j3Y0mdBRLfog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47733.4652ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MTiSBvi6NsknKVJPjYXU9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47206.5279ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6iaZ-qgw0JcZYeuIsN_r8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47235.2637ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_P-ay2Z1ZsRpksz5BXwDjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46618.6301ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nOWIMorkiz8t2nKQdRuSBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45784.4966ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_3KlokUd3IZ631JKFYad_w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46059.8520ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JFHX4bSAVH84JZsWFx8N7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47188.6296ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2QU4xvtHtHkn8ixn3faviQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50453.5935ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1HJ1Xjbrcn-htkddYLNF8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46539.4869ms +2021-09-04 13:10:13.466 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UH_YisA-NfxOfjcNygzQWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46997.5758ms +2021-09-04 13:10:13.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ggBarlwmfedOVxSpQZ_kug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48989.4476ms +2021-09-04 13:10:13.467 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.467 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.467 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1lg3C1xmSts_eFxvkzNG8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48849.9494ms +2021-09-04 13:10:13.467 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.467 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BRqbNkLMs0wnY12ARXKOYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50436.2833ms +2021-09-04 13:10:13.467 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=31lRAddOQAUupoZ39_ueFw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46392.1091ms +2021-09-04 13:10:13.467 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bnAq6wEpiuCRKpsjh3_EUw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50360.7495ms +2021-09-04 13:10:13.467 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.467 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.467 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=N-SIhZCsWeJO9oay-CixVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48756.1310ms +2021-09-04 13:10:13.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YeAOlAUp0snGmPoif5czhw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48911.5620ms +2021-09-04 13:10:13.485 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.485 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.485 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MdWA6SPKRH_4NiKP05xDOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45778.4816ms +2021-09-04 13:10:13.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lgBPe5EEO6g9_rEUxbO7Yg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45830.8150ms +2021-09-04 13:10:13.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bD7b_mNTUl8oYGqUSdIQoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46189.1872ms +2021-09-04 13:10:13.485 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.485 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KrmpxDIk3BJ5RzLaSSMGuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46979.9304ms +2021-09-04 13:10:13.486 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.486 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BLKmAbiivTutERGqyMAGrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 47792.6910ms +2021-09-04 13:10:13.486 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0dWvf0AUWYUy2ebl5jJp9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 45940.9608ms +2021-09-04 13:10:13.712 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.712 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v8-iv3gS1emxo_tpAaxC4g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 46149.1752ms +2021-09-04 13:10:13.732 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:13.732 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mX28gg92gIzhEpiVqrScfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 50643.7915ms +2021-09-04 13:10:14.967 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4728ms +2021-09-04 13:10:14.968 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.968 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.968 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3455ms +2021-09-04 13:10:14.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:14.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:14.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.971 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.972 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4288ms +2021-09-04 13:10:14.972 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:14.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:14.972 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.973 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.973 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3330ms +2021-09-04 13:10:14.973 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:14.973 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.973 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.974 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:14.974 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.974 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.974 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.975 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.975 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3528ms +2021-09-04 13:10:14.976 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:14.977 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.977 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.977 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.977 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4258ms +2021-09-04 13:10:14.979 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.979 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.979 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4305ms +2021-09-04 13:10:14.979 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:14.980 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:14.984 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.985 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.985 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.985 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4780ms +2021-09-04 13:10:14.985 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:14.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:14.991 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.991 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.991 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.992 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5162ms +2021-09-04 13:10:14.992 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4604ms +2021-09-04 13:10:14.992 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5258ms +2021-09-04 13:10:14.992 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.993 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3879ms +2021-09-04 13:10:14.996 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:14.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4132ms +2021-09-04 13:10:14.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4154ms +2021-09-04 13:10:14.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.997 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:14.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:14.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.2781ms +2021-09-04 13:10:14.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:14.999 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.000 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.000 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.000 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3790ms +2021-09-04 13:10:15.000 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3551ms +2021-09-04 13:10:15.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.001 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.001 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.001 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3729ms +2021-09-04 13:10:15.001 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.002 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3722ms +2021-09-04 13:10:15.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.005 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.006 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 8.8129ms +2021-09-04 13:10:15.006 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.007 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.008 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8708ms +2021-09-04 13:10:15.008 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.009 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.009 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9819ms +2021-09-04 13:10:15.009 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.011 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5942ms +2021-09-04 13:10:15.011 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4925ms +2021-09-04 13:10:15.012 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.012 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.014 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7876ms +2021-09-04 13:10:15.014 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.015 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.015 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.9080ms +2021-09-04 13:10:15.016 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.016 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7586ms +2021-09-04 13:10:15.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2839ms +2021-09-04 13:10:15.017 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.018 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.020 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.020 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.021 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3132ms +2021-09-04 13:10:15.021 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.022 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0649ms +2021-09-04 13:10:15.022 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.025 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.026 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.024 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.7031ms +2021-09-04 13:10:15.026 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4696ms +2021-09-04 13:10:15.027 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.027 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2256ms +2021-09-04 13:10:15.029 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6448ms +2021-09-04 13:10:15.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.9340ms +2021-09-04 13:10:15.030 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.031 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.032 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4527ms +2021-09-04 13:10:15.032 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.032 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.032 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8331ms +2021-09-04 13:10:15.033 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.034 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.035 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.034 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.035 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2822ms +2021-09-04 13:10:15.035 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.035 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.036 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4771ms +2021-09-04 13:10:15.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.038 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.039 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.0303ms +2021-09-04 13:10:15.039 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.039 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.040 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.041 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.041 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.041 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8266ms +2021-09-04 13:10:15.041 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 8.2109ms +2021-09-04 13:10:15.042 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.042 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.042 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3129ms +2021-09-04 13:10:15.043 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.044 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8754ms +2021-09-04 13:10:15.045 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.049 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.5954ms +2021-09-04 13:10:15.049 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.050 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.051 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5185ms +2021-09-04 13:10:15.051 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.052 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2243ms +2021-09-04 13:10:15.052 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.052 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.0518ms +2021-09-04 13:10:15.052 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8224ms +2021-09-04 13:10:15.052 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.052 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.052 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.052 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.053 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4366ms +2021-09-04 13:10:15.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.055 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.2384ms +2021-09-04 13:10:15.055 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.9968ms +2021-09-04 13:10:15.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.055 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.056 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0263ms +2021-09-04 13:10:15.058 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.058 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.058 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4567ms +2021-09-04 13:10:15.059 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.059 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.061 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.063 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.063 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.064 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.064 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.064 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.064 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8846ms +2021-09-04 13:10:15.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.9897ms +2021-09-04 13:10:15.065 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.065 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.066 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.066 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.068 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4327ms +2021-09-04 13:10:15.069 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.069 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.069 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.069 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.9763ms +2021-09-04 13:10:15.069 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.071 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9017ms +2021-09-04 13:10:15.072 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5043ms +2021-09-04 13:10:15.072 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.072 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.073 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.074 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7562ms +2021-09-04 13:10:15.075 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1645ms +2021-09-04 13:10:15.075 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.076 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.076 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.077 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.8192ms +2021-09-04 13:10:15.078 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.078 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.078 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.079 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9276ms +2021-09-04 13:10:15.079 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.079 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.079 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.3498ms +2021-09-04 13:10:15.079 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3778ms +2021-09-04 13:10:15.080 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.080 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.081 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.083 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.084 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8462ms +2021-09-04 13:10:15.087 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.089 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.093 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.093 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.094 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.5649ms +2021-09-04 13:10:15.094 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.2243ms +2021-09-04 13:10:15.095 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.095 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.095 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.095 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.095 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.095 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.096 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.096 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.096 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9891ms +2021-09-04 13:10:15.096 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2972ms +2021-09-04 13:10:15.096 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.6212ms +2021-09-04 13:10:15.096 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.096 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 8.7784ms +2021-09-04 13:10:15.096 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7816ms +2021-09-04 13:10:15.096 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.097 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8627ms +2021-09-04 13:10:15.097 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4331ms +2021-09-04 13:10:15.098 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.098 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.098 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4178ms +2021-09-04 13:10:15.100 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.102 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.103 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.103 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.103 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.104 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6865ms +2021-09-04 13:10:15.104 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.105 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.2131ms +2021-09-04 13:10:15.107 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.107 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.109 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.109 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.109 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.111 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.111 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.5287ms +2021-09-04 13:10:15.111 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1524ms +2021-09-04 13:10:15.111 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.111 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.4507ms +2021-09-04 13:10:15.112 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.112 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9849ms +2021-09-04 13:10:15.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.112 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.112 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.112 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.113 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8897ms +2021-09-04 13:10:15.114 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.113 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.114 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1506ms +2021-09-04 13:10:15.115 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.116 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.117 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.117 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.117 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4906ms +2021-09-04 13:10:15.117 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1215ms +2021-09-04 13:10:15.120 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.120 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.120 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.122 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.3914ms +2021-09-04 13:10:15.122 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.123 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2219ms +2021-09-04 13:10:15.123 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.125 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.126 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.5175ms +2021-09-04 13:10:15.127 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.127 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2649ms +2021-09-04 13:10:15.128 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.128 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.5948ms +2021-09-04 13:10:15.129 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.5950ms +2021-09-04 13:10:15.129 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.129 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.130 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1450ms +2021-09-04 13:10:15.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.130 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7263ms +2021-09-04 13:10:15.134 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.134 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.134 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.136 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.136 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.137 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4670ms +2021-09-04 13:10:15.137 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.138 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.5605ms +2021-09-04 13:10:15.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.140 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4593ms +2021-09-04 13:10:15.140 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2164ms +2021-09-04 13:10:15.140 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9432ms +2021-09-04 13:10:15.141 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.7377ms +2021-09-04 13:10:15.141 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.143 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.143 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.143 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.145 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.3677ms +2021-09-04 13:10:15.145 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.145 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.145 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.5755ms +2021-09-04 13:10:15.146 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.146 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.146 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4225ms +2021-09-04 13:10:15.146 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4275ms +2021-09-04 13:10:15.146 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.148 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.148 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.149 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.150 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7774ms +2021-09-04 13:10:15.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.150 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.150 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8009ms +2021-09-04 13:10:15.150 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.151 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.151 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.1474ms +2021-09-04 13:10:15.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.152 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.152 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:15.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.152 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6109ms +2021-09-04 13:10:15.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.152 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8568ms +2021-09-04 13:10:15.152 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4049ms +2021-09-04 13:10:15.153 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.153 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.6392ms +2021-09-04 13:10:15.156 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.157 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.159 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.160 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.163 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.163 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.164 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.166 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.166 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.167 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.1412ms +2021-09-04 13:10:15.171 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.171 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.171 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.171 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.171 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.172 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.173 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.173 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.173 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.3503ms +2021-09-04 13:10:15.174 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.174 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.174 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.174 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.179 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.180 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.187 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.191 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.196 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.197 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.216 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.3685ms +2021-09-04 13:10:15.216 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.8145ms +2021-09-04 13:10:15.218 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.218 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.240 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.240 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.9536ms +2021-09-04 13:10:15.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.0559ms +2021-09-04 13:10:15.247 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.247 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.247 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.247 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.251 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.251 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.251 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.251 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.256 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.256 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.256 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.256 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.257 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.0500ms +2021-09-04 13:10:15.257 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.5877ms +2021-09-04 13:10:15.257 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.257 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.257 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.257 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.257 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.257 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.258 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.258 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.260 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.260 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.261 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.261 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.262 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.262 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.263 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.263 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.324 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 106.1945ms +2021-09-04 13:10:15.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.327 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.328 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 109.7094ms +2021-09-04 13:10:15.329 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.337 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.5011ms +2021-09-04 13:10:15.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.337 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.338 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.8576ms +2021-09-04 13:10:15.338 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.338 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.338 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.341 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.8926ms +2021-09-04 13:10:15.341 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.341 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.341 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.341 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.342 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.342 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.342 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.342 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.343 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.343 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.343 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.343 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.343 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.343 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.4579ms +2021-09-04 13:10:15.344 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.344 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.344 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.344 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.344 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.344 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.344 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.345 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.346 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.346 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.347 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.348 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.349 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.349 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.420 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.6363ms +2021-09-04 13:10:15.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.422 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.422 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.0680ms +2021-09-04 13:10:15.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.8859ms +2021-09-04 13:10:15.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.7426ms +2021-09-04 13:10:15.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.425 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.425 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.425 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.4652ms +2021-09-04 13:10:15.427 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.428 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.428 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.429 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.429 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.429 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.2018ms +2021-09-04 13:10:15.429 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.429 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.429 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.430 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.430 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.431 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.431 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.432 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.433 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.434 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.435 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.9586ms +2021-09-04 13:10:15.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.9025ms +2021-09-04 13:10:15.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.7864ms +2021-09-04 13:10:15.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.1562ms +2021-09-04 13:10:15.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.8602ms +2021-09-04 13:10:15.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.511 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.511 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.516 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.5200ms +2021-09-04 13:10:15.516 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.516 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.516 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.516 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.516 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.516 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.516 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.517 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.519 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.520 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.522 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.522 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.0371ms +2021-09-04 13:10:15.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.9205ms +2021-09-04 13:10:15.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.4912ms +2021-09-04 13:10:15.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.2621ms +2021-09-04 13:10:15.593 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.593 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.593 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.595 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.4924ms +2021-09-04 13:10:15.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.595 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.599 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.599 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.599 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.599 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.599 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.599 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.600 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.600 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.9306ms +2021-09-04 13:10:15.600 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.600 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.600 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.600 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.600 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.600 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.600 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.600 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.601 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.601 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.601 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.601 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.604 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.605 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.606 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.607 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.675 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.675 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.676 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.2343ms +2021-09-04 13:10:15.677 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.678 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.679 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.5374ms +2021-09-04 13:10:15.679 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.7201ms +2021-09-04 13:10:15.679 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.3468ms +2021-09-04 13:10:15.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.681 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.681 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.681 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.6241ms +2021-09-04 13:10:15.683 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.683 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.684 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.685 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.685 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.2361ms +2021-09-04 13:10:15.685 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.685 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.685 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.685 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.685 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.686 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.686 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.686 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.687 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.687 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.687 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.687 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.687 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.687 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.688 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.689 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.689 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.690 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.691 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.692 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.765 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.3182ms +2021-09-04 13:10:15.766 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.767 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.769 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.9708ms +2021-09-04 13:10:15.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.770 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.771 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.772 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.7256ms +2021-09-04 13:10:15.772 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.5411ms +2021-09-04 13:10:15.772 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.772 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.774 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.3283ms +2021-09-04 13:10:15.774 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.775 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.775 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.775 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.776 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.776 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.776 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.776 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.777 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.777 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.777 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.777 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.778 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.778 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.778 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.778 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.6386ms +2021-09-04 13:10:15.778 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.778 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.778 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.779 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.779 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.779 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.779 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.780 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.780 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.782 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.783 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.784 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.784 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.846 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.846 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.851 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.7283ms +2021-09-04 13:10:15.852 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.857 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.6634ms +2021-09-04 13:10:15.857 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.3151ms +2021-09-04 13:10:15.857 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.857 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.857 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.860 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.861 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.4074ms +2021-09-04 13:10:15.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.861 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.862 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.8286ms +2021-09-04 13:10:15.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.862 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.863 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.863 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.863 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.863 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.864 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.864 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.864 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.4708ms +2021-09-04 13:10:15.864 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.865 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.865 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.866 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.866 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.867 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.867 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.867 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.867 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.868 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.870 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.870 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.4272ms +2021-09-04 13:10:15.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.7343ms +2021-09-04 13:10:15.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.9859ms +2021-09-04 13:10:15.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.9412ms +2021-09-04 13:10:15.944 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.947 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.7077ms +2021-09-04 13:10:15.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.950 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:15.950 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.950 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.950 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.0831ms +2021-09-04 13:10:15.950 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:15.950 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.950 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.950 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.951 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.951 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:15.951 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.951 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.951 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.954 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:15.955 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:15.956 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:15.957 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.5354ms +2021-09-04 13:10:16.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.9678ms +2021-09-04 13:10:16.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.4431ms +2021-09-04 13:10:16.033 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.033 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.4213ms +2021-09-04 13:10:16.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.034 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.034 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.034 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.034 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.7347ms +2021-09-04 13:10:16.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.034 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.035 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.036 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.036 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.037 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.037 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.037 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.037 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.6104ms +2021-09-04 13:10:16.037 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.037 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.037 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.037 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.038 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.038 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.038 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.038 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.038 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.038 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.039 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.041 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.041 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.043 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.043 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.109 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.112 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.3540ms +2021-09-04 13:10:16.115 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.117 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.117 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.117 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.117 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.118 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.6221ms +2021-09-04 13:10:16.118 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.7134ms +2021-09-04 13:10:16.118 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.120 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.120 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.121 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.4638ms +2021-09-04 13:10:16.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.121 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.4085ms +2021-09-04 13:10:16.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.124 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.6833ms +2021-09-04 13:10:16.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.124 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.125 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.125 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.125 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.125 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.126 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.127 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.127 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.128 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.130 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.130 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.206 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.207 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.208 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.208 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.6057ms +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.7664ms +2021-09-04 13:10:16.209 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.3745ms +2021-09-04 13:10:16.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.209 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.9874ms +2021-09-04 13:10:16.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.209 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.2557ms +2021-09-04 13:10:16.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.210 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.210 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.210 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.210 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.4405ms +2021-09-04 13:10:16.211 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.211 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.211 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.211 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.212 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.212 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.212 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.212 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.212 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.212 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.213 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.213 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.213 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.213 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.213 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.213 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.213 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.214 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.281 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.5593ms +2021-09-04 13:10:16.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.282 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.283 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.6359ms +2021-09-04 13:10:16.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.284 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.286 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.9927ms +2021-09-04 13:10:16.290 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.293 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.1365ms +2021-09-04 13:10:16.294 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.294 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.6108ms +2021-09-04 13:10:16.294 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.294 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.294 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.294 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.296 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.298 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.298 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.299 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.299 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.299 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.299 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.300 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.300 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.301 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.301 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.301 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.301 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.302 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.302 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.2512ms +2021-09-04 13:10:16.302 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.302 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.302 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.302 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.306 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.306 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.308 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.309 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.365 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.6952ms +2021-09-04 13:10:16.367 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.370 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.372 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.8915ms +2021-09-04 13:10:16.374 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.376 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.381 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.3742ms +2021-09-04 13:10:16.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.4011ms +2021-09-04 13:10:16.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.384 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.6434ms +2021-09-04 13:10:16.384 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.384 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.384 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.384 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.7398ms +2021-09-04 13:10:16.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:16.385 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.385 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.385 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.385 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.385 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.386 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.386 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.386 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.386 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.387 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.387 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.387 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.387 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.387 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.387 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.388 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.388 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.389 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.389 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.389 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.391 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:16.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.465 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.467 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.466 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.9319ms +2021-09-04 13:10:16.467 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.8606ms +2021-09-04 13:10:16.467 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.8121ms +2021-09-04 13:10:16.469 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.469 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.469 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.469 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.470 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.8930ms +2021-09-04 13:10:16.470 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.8701ms +2021-09-04 13:10:16.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.473 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.0353ms +2021-09-04 13:10:16.687 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:10:16.687 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.688 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4318ms +2021-09-04 13:10:16.689 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.689 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.691 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.692 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.696 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.696 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.699 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.699 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.700 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.700 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.735 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:16.738 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 38.2941ms +2021-09-04 13:10:16.738 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.762 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.767 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.768 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.772 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.7875ms +2021-09-04 13:10:16.772 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.775 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.775 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.776 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.776 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.788 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.789 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.794 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.795 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.805 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.807 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.811 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.812 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.816 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:16.818 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.819 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.819 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.1497ms +2021-09-04 13:10:16.819 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.821 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.821 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.825 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.825 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.829 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.829 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.830 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.830 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.839 +08:00 [DBG] Transport connection checking... +2021-09-04 13:10:16.839 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:10:16.848 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.862 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:16.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.867 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.872 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.872 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.876 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.876 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.877 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.877 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.877 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 65.7351ms +2021-09-04 13:10:16.877 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.878 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.878 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 116.3397ms +2021-09-04 13:10:16.880 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.889 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.890 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.899 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.900 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.905 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.906 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.909 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.909 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:16.909 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.912 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.912 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.916 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 86.1301ms +2021-09-04 13:10:16.917 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.922 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.922 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.927 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.928 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.933 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.933 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:16.943 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.943 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 156.7402ms +2021-09-04 13:10:16.945 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.958 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.964 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:16.972 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:16.973 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:16.973 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.974 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.981 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:16.982 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:16.986 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:16.989 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.993 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:16.995 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:16.997 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:16.997 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.001 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.001 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.006 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.006 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.007 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.007 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 188.2638ms +2021-09-04 13:10:17.008 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.6787ms +2021-09-04 13:10:17.008 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.013 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.017 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.024 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.024 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.025 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.0854ms +2021-09-04 13:10:17.026 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.032 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.032 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.038 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.038 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.038 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.044 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.5063ms +2021-09-04 13:10:17.045 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.094 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.114 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.115 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 274.0110ms +2021-09-04 13:10:17.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.125 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.8087ms +2021-09-04 13:10:17.126 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.129 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.7428ms +2021-09-04 13:10:17.131 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.132 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.133 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.136 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.140 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.1238ms +2021-09-04 13:10:17.140 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.140 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 231.6195ms +2021-09-04 13:10:17.142 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.142 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.142 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.143 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.143 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.150 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.149 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.150 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.156 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.156 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.157 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.159 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.165 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.166 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.166 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.167 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.167 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.170 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.174 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.174 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.176 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.177 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.192 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.7759ms +2021-09-04 13:10:17.193 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.202 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.202 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.203 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.0696ms +2021-09-04 13:10:17.204 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.206 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.212 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.213 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.220 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.220 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.226 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.0034ms +2021-09-04 13:10:17.228 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.229 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.230 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.230 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.246 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.249 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.256 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.263 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.264 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.270 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.270 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.270 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.274 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.276 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.276 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.298 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 290.0581ms +2021-09-04 13:10:17.299 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.863ms +2021-09-04 13:10:17.299 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.300 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.301 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.304 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.2552ms +2021-09-04 13:10:17.305 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.305 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.305 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.306 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.312 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.312 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.314 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.314 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.315 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.317 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.317 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.9962ms +2021-09-04 13:10:17.318 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.318 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.391 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.393 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.402 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 271.4373ms +2021-09-04 13:10:17.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.410 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 285.5769ms +2021-09-04 13:10:17.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.410 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.4456ms +2021-09-04 13:10:17.410 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.411 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 161.1468ms +2021-09-04 13:10:17.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.411 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.411 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.413 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.3880ms +2021-09-04 13:10:17.413 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.414 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.415 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.415 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.416 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.417 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.426 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.428 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.428 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.432 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.438 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.438 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.441 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.441 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.442 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.442 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.443 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.443 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.446 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.447 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.451 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.451 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.451 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.451 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.454 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.454 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.455 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.455 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 136.8031ms +2021-09-04 13:10:17.455 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.455 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.465 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.484 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.486 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.9302ms +2021-09-04 13:10:17.487 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.494 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.497 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 293.1663ms +2021-09-04 13:10:17.498 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.499 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.501 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.505 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.505 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.512 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.513 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.522 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.523 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.524 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.526 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.532 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.538 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.538 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.545 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.546 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.553 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.554 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.5687ms +2021-09-04 13:10:17.557 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.559 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.573 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.576 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.580 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 128.6222ms +2021-09-04 13:10:17.580 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.581 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.581 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.585 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.586 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.586 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.586 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 144.5541ms +2021-09-04 13:10:17.586 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.587 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.587 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.604 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 148.5639ms +2021-09-04 13:10:17.606 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.638 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.639 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.667 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.7431ms +2021-09-04 13:10:17.668 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.669 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.9712ms +2021-09-04 13:10:17.669 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.7216ms +2021-09-04 13:10:17.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 266.8732ms +2021-09-04 13:10:17.673 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.674 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.690 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.698 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.701 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.705 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.707 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.708 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.713 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.713 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.713 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.713 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.716 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 304.4825ms +2021-09-04 13:10:17.717 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.717 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.718 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.718 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.718 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.718 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.719 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.719 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.720 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.720 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.721 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.725 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.728 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.7437ms +2021-09-04 13:10:17.728 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.731 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.732 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.738 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.739 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.745 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.745 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.745 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.758 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.758 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.759 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.9039ms +2021-09-04 13:10:17.761 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.761 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.763 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.4745ms +2021-09-04 13:10:17.765 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.767 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.772 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.792 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.793 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.796 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.798 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.798 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.798 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.807 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.807 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.807 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.808 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.808 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.808 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.810 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.0884ms +2021-09-04 13:10:17.811 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.812 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.813 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.815 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.815 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.824 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.824 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.825 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.826 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.833 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.834 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.840 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.841 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.849 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.852 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.852 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:17.853 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.4238ms +2021-09-04 13:10:17.853 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.856 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.858 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 137.5784ms +2021-09-04 13:10:17.858 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.863 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.0469ms +2021-09-04 13:10:17.863 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.903 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.933 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.0184ms +2021-09-04 13:10:17.933 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.950 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.961 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:17.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.972 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 300.0205ms +2021-09-04 13:10:17.973 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 299.0356ms +2021-09-04 13:10:17.975 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.975 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.977 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.4754ms +2021-09-04 13:10:17.977 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.978 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 154.0809ms +2021-09-04 13:10:17.978 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:17.979 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.979 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:17.984 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.984 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.988 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.8343ms +2021-09-04 13:10:17.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:17.990 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:17.991 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.991 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:17.991 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.991 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:17.998 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.998 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:17.998 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:17.998 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.000 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.000 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.000 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.001 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.001 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.003 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.005 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.012 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.013 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.7919ms +2021-09-04 13:10:18.016 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.016 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.018 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.019 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.024 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.025 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.027 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.031 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.038 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.039 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.046 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.046 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.050 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.051 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.052 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 239.8637ms +2021-09-04 13:10:18.053 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.053 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.056 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 291.2246ms +2021-09-04 13:10:18.056 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.058 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.059 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.060 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.060 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.068 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.069 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.072 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.075 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.081 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.081 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.082 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.083 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.087 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.087 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.094 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.095 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.108 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.108 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.114 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 113.0124ms +2021-09-04 13:10:18.115 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.121 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.8183ms +2021-09-04 13:10:18.122 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.147 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.152 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.164 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.197 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 172.1815ms +2021-09-04 13:10:18.198 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.201 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.207 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.209 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.204ms +2021-09-04 13:10:18.210 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.5830ms +2021-09-04 13:10:18.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.226 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.0529ms +2021-09-04 13:10:18.226 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.226 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.2759ms +2021-09-04 13:10:18.226 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.229 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.234 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.235 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.241 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.241 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.241 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.243 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 268.0703ms +2021-09-04 13:10:18.244 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.244 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.245 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.249 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.250 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.254 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.254 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.256 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.256 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.262 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.262 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.272 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.273 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.277 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 287.7185ms +2021-09-04 13:10:18.279 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.282 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.285 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.294 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.297 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.304 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.305 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.310 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.310 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.312 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.1062ms +2021-09-04 13:10:18.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.315 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.315 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.315 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.315 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.315 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.316 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.6863ms +2021-09-04 13:10:18.317 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.319 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.320 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.320 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.323 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.325 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.325 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.325 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.2442ms +2021-09-04 13:10:18.327 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.328 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.328 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.328 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.329 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.329 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.331 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.331 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.331 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.331 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.331 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.332 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.332 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.332 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.336 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.336 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.341 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.341 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.348 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.350 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.359 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.386 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.7515ms +2021-09-04 13:10:18.387 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.397 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.406 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.439 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.5984ms +2021-09-04 13:10:18.439 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.449 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 162.3275ms +2021-09-04 13:10:18.451 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.471 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.471 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.472 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.485 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 154.2817ms +2021-09-04 13:10:18.486 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.5234ms +2021-09-04 13:10:18.486 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.486 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.492 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 160.0069ms +2021-09-04 13:10:18.493 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.496 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.496 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.497 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 271.5035ms +2021-09-04 13:10:18.498 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.499 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.520 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.523 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 245.6423ms +2021-09-04 13:10:18.524 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.524 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.530 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.530 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.541 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.543 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.551 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.5849ms +2021-09-04 13:10:18.553 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.557 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.563 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.572 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.573 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.574 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.579 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.579 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.8551ms +2021-09-04 13:10:18.579 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.580 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.581 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.583 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.583 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.583 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.584 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.1034ms +2021-09-04 13:10:18.584 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.584 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.586 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.587 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.587 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.587 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.588 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.588 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.589 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.589 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.589 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.590 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.592 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.7455ms +2021-09-04 13:10:18.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.595 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.596 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.596 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.597 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.599 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.599 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.600 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.600 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.600 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.600 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.600 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.601 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.601 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.601 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.605 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.605 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.608 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.608 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.608 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.609 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.635 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.664 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.9974ms +2021-09-04 13:10:18.665 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.705 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.706 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.719 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.731 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.7936ms +2021-09-04 13:10:18.732 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.748 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.748 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.755 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 167.1352ms +2021-09-04 13:10:18.755 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.755 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 155.1605ms +2021-09-04 13:10:18.755 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.759 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 158.3554ms +2021-09-04 13:10:18.759 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.759 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.6748ms +2021-09-04 13:10:18.760 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.765 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.4130ms +2021-09-04 13:10:18.767 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.778 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.780 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.786 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.790 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.790 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.792 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.792 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.802 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.5869ms +2021-09-04 13:10:18.803 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.822 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.827 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.833 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.833 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.838 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.839 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.844 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.846 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.856 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.6565ms +2021-09-04 13:10:18.856 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 330.3139ms +2021-09-04 13:10:18.856 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.7745ms +2021-09-04 13:10:18.856 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 275.5586ms +2021-09-04 13:10:18.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.859 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.859 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.859 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:18.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:18.860 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.861 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.861 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.861 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.862 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.865 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.868 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.869 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.869 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.869 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.872 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.873 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.875 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.875 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.875 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.875 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.878 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:18.879 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.880 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.885 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.885 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.886 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.886 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.886 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.887 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.893 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:18.893 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.899 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:18.899 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:18.900 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.909 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.911 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:18.923 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.3691ms +2021-09-04 13:10:18.923 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.924 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.926 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.937 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 89.3561ms +2021-09-04 13:10:18.938 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:18.985 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:18.993 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:18.993 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.004 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.3471ms +2021-09-04 13:10:19.005 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.007 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.2359ms +2021-09-04 13:10:19.008 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.018 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.7018ms +2021-09-04 13:10:19.019 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.020 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.9889ms +2021-09-04 13:10:19.021 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.036 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.039 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.046 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.046 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.050 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.050 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.050 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.054 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.054 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.058 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.7191ms +2021-09-04 13:10:19.060 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.061 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.074 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.077 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.080 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 166.7231ms +2021-09-04 13:10:19.080 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.085 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.090 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.090 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.093 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 234.5759ms +2021-09-04 13:10:19.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.098 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.101 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.101 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.102 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.9057ms +2021-09-04 13:10:19.104 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.104 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.108 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.109 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.112 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.116 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.116 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.117 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.121 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.121 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.0674ms +2021-09-04 13:10:19.122 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.122 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.123 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.123 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.124 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.125 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.127 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.138 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.145 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.146 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.154 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.154 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.160 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.161 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.167 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.171 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 311.1178ms +2021-09-04 13:10:19.172 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.174 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.180 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.1547ms +2021-09-04 13:10:19.182 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.185 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.188 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.196 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.197 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.204 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.205 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.215 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.216 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.235 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.240 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.241 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.246 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.253 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.6148ms +2021-09-04 13:10:19.254 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.270 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 168.9281ms +2021-09-04 13:10:19.270 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.270 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.4348ms +2021-09-04 13:10:19.271 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.271 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.271 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.297 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.3832ms +2021-09-04 13:10:19.298 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.303 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.305 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.2364ms +2021-09-04 13:10:19.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.320 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.324 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.326 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.327 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.330 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.331 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.337 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.338 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.345 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.352 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.5001ms +2021-09-04 13:10:19.353 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.356 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.054ms +2021-09-04 13:10:19.357 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.365 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.367 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 307.9467ms +2021-09-04 13:10:19.368 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.369 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.375 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.376 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.378 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 274.6847ms +2021-09-04 13:10:19.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.383 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.383 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.384 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.385 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.386 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.386 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.390 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.390 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.393 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.395 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.395 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.396 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.400 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.401 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.401 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.401 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.403 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.403 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.404 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 280.7521ms +2021-09-04 13:10:19.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.409 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.410 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.413 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.413 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.416 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.424 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.425 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.431 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.431 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.439 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.440 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.1831ms +2021-09-04 13:10:19.441 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.441 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.442 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.449 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.449 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.453 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.453 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.460 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.461 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.473 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.476 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.488 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.5055ms +2021-09-04 13:10:19.488 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.494 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.498 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.506 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 104.8038ms +2021-09-04 13:10:19.507 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.526 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.527 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.3331ms +2021-09-04 13:10:19.529 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.561 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.562 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.8063ms +2021-09-04 13:10:19.562 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.591 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 176.0089ms +2021-09-04 13:10:19.591 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.593 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.600 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 292.7570ms +2021-09-04 13:10:19.600 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.600 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.600 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 231.3017ms +2021-09-04 13:10:19.602 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.604 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.604 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.614 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.614 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.615 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.615 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.620 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.620 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.621 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.621 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.625 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.625 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.628 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.628 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.629 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.629 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.641 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 165.3596ms +2021-09-04 13:10:19.642 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.646 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 292.2850ms +2021-09-04 13:10:19.649 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.650 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.661 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.662 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.662 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.663 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.5406ms +2021-09-04 13:10:19.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.669 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.670 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.670 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.671 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 290.7347ms +2021-09-04 13:10:19.672 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.672 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.673 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.674 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.674 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.675 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.677 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.678 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.679 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.680 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.684 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.684 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.684 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.684 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.690 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.691 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.699 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.702 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.702 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.703 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.736 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.736 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.754 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.8476ms +2021-09-04 13:10:19.754 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.755 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.9024ms +2021-09-04 13:10:19.755 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.755 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.755 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.756 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 315.2042ms +2021-09-04 13:10:19.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.761 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.765 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.766 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.785 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.790 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.791 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.796 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.796 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.803 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.804 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.820 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.1873ms +2021-09-04 13:10:19.821 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.839 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.857 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.864 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 160.7595ms +2021-09-04 13:10:19.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.864 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.864 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.865 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.9268ms +2021-09-04 13:10:19.865 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.5608ms +2021-09-04 13:10:19.866 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.867 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.874 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 171.0476ms +2021-09-04 13:10:19.874 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.877 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.882 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.887 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.888 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.893 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.894 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.895 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.895 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.901 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.902 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.902 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.903 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.912 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.912 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.912 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.918 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.918 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.2808ms +2021-09-04 13:10:19.921 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.932 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.934 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.941 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.942 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.947 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.947 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.947 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.3724ms +2021-09-04 13:10:19.947 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.949 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 276.5477ms +2021-09-04 13:10:19.949 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:19.950 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:19.951 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.952 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.960 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.963 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.965 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.965 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:19.967 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.7001ms +2021-09-04 13:10:19.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:19.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.970 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:19.978 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.979 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.983 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:19.983 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.987 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.988 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:19.988 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.988 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:19.994 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:19.996 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:19.997 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.005 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.008 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.010 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.011 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.021 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.025 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.2483ms +2021-09-04 13:10:20.025 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.048 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 290.8217ms +2021-09-04 13:10:20.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.048 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 136.4572ms +2021-09-04 13:10:20.048 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.051 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.053 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.054 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.056 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.056 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.062 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.062 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.064 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 114.165ms +2021-09-04 13:10:20.064 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.065 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.065 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.067 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.068 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.075 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.125 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.3972ms +2021-09-04 13:10:20.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.137 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.152 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.153 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.154 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.157 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.157 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.161 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 151.8557ms +2021-09-04 13:10:20.161 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.161 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 294.7292ms +2021-09-04 13:10:20.161 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.161 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.163 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.7637ms +2021-09-04 13:10:20.164 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.164 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 152.6351ms +2021-09-04 13:10:20.165 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.165 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.176 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.177 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.177 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.182 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.186 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.187 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.188 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.188 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.195 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.195 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.196 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.196 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.196 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.196 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.202 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.219 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.2146ms +2021-09-04 13:10:20.220 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.242 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 294.8349ms +2021-09-04 13:10:20.246 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.252 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.258 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.259 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.263 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.263 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.264 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.8333ms +2021-09-04 13:10:20.264 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 103.0054ms +2021-09-04 13:10:20.265 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.266 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.266 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.266 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.267 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.274 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.274 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.284 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.298 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.298 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.305 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.306 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.313 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.314 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.318 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.318 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.319 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.0572ms +2021-09-04 13:10:20.321 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.323 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.332 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.335 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.339 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.341 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.344 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.344 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.350 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.350 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.351 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 154.5277ms +2021-09-04 13:10:20.351 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.351 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.351 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.352 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 156.0664ms +2021-09-04 13:10:20.353 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.353 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 226.6701ms +2021-09-04 13:10:20.354 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.373 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.382 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.391 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.392 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.397 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.398 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.405 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.407 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.408 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.415 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.428 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.6068ms +2021-09-04 13:10:20.428 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.435 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.6787ms +2021-09-04 13:10:20.437 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.438 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.2686ms +2021-09-04 13:10:20.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.439 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.448 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 285.5851ms +2021-09-04 13:10:20.449 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.451 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.459 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.461 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.461 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.468 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.468 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.469 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.473 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.475 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.475 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.477 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.480 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.481 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.483 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.484 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.488 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.489 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.500 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.501 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.507 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.510 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 158.0934ms +2021-09-04 13:10:20.510 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.521 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 274.3912ms +2021-09-04 13:10:20.522 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.522 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.527 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.0935ms +2021-09-04 13:10:20.527 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.533 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.534 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.537 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.539 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.539 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.541 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 274.7799ms +2021-09-04 13:10:20.542 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.542 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.542 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.542 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.548 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.548 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.555 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.557 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.570 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.575 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.580 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.582 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.582 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.590 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.591 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.592 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 271.2510ms +2021-09-04 13:10:20.595 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.599 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.606 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.608 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.614 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.4144ms +2021-09-04 13:10:20.615 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.618 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.619 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.621 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.627 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.627 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 277.9469ms +2021-09-04 13:10:20.632 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.632 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.2712ms +2021-09-04 13:10:20.632 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.633 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.635 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.636 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.648 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.648 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.648 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.650 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.653 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.659 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.659 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.660 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.665 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.666 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.670 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.670 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.677 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.1906ms +2021-09-04 13:10:20.678 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.699 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 261.6954ms +2021-09-04 13:10:20.701 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.702 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.714 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.715 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.722 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.722 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.722 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.9334ms +2021-09-04 13:10:20.723 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.723 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.725 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.725 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.732 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.734 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.734 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.734 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.739 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.739 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.741 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.7147ms +2021-09-04 13:10:20.741 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.743 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.743 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.752 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.753 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.763 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.765 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 242.8422ms +2021-09-04 13:10:20.766 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.784 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.786 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.791 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.792 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.794 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.795 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.795 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.796 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.797 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.797 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 148.8172ms +2021-09-04 13:10:20.797 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.798 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.4299ms +2021-09-04 13:10:20.798 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.836 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.838 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 296.0223ms +2021-09-04 13:10:20.840 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.853 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.866 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.871 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.878 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.878 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.884 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.884 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.888 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.892 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.893 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.903 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.1124ms +2021-09-04 13:10:20.904 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.910 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.915 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 320.3989ms +2021-09-04 13:10:20.915 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 180.5413ms +2021-09-04 13:10:20.915 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.917 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.922 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.808ms +2021-09-04 13:10:20.922 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.923 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 288.6171ms +2021-09-04 13:10:20.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.923 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.925 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:20.926 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.926 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:20.930 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.930 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.932 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:20.934 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.934 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.935 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.938 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.938 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.939 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:20.939 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.944 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:20.945 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:20.957 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:20.959 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:20.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.994 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:20.994 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:20.996 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.9806ms +2021-09-04 13:10:21.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.008 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 307.7491ms +2021-09-04 13:10:21.011 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.013 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.7132ms +2021-09-04 13:10:21.017 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.018 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.023 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.0388ms +2021-09-04 13:10:21.023 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.023 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.026 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.029 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.029 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.032 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.032 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.032 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.032 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.034 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.039 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.039 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.039 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.039 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.040 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.040 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.043 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.043 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.043 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.045 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.046 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.046 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.046 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.047 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.047 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.047 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.047 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.048 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 109.9235ms +2021-09-04 13:10:21.048 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.081 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.098 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 258.0247ms +2021-09-04 13:10:21.100 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.100 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.4997ms +2021-09-04 13:10:21.101 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.121 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.125 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.130 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.131 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.131 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.132 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.135 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 218.1798ms +2021-09-04 13:10:21.135 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.135 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.136 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.136 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.136 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.136 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.143 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 96.8713ms +2021-09-04 13:10:21.143 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.149 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.154 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.163 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.164 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.166 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.171 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.178 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.180 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.196 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.196 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.205 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.8091ms +2021-09-04 13:10:21.205 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.8369ms +2021-09-04 13:10:21.205 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.205 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.213 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 288.2913ms +2021-09-04 13:10:21.214 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.222 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.226 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.235 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.236 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.244 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.255 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.1302ms +2021-09-04 13:10:21.256 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.256 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.257 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.284 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.288 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.288 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.289 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.295 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.295 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.303 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.303 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.309 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.309 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 299.0216ms +2021-09-04 13:10:21.309 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.310 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.6804ms +2021-09-04 13:10:21.310 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.310 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.6918ms +2021-09-04 13:10:21.310 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.310 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:21.311 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 294.0487ms +2021-09-04 13:10:21.311 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.313 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.314 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.321 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:21.321 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.324 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:21.324 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.325 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.325 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:21.367 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.377 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.377 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.378 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 278.1620ms +2021-09-04 13:10:21.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.380 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 244.1180ms +2021-09-04 13:10:21.380 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.3665ms +2021-09-04 13:10:21.380 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.417 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.427 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:21.429 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.8909ms +2021-09-04 13:10:21.429 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.438 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 113.0146ms +2021-09-04 13:10:21.438 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:21.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.450 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.450 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.450 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.452 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.0761ms +2021-09-04 13:10:21.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 227.6932ms +2021-09-04 13:10:21.490 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.490 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:21.490 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 180.0547ms +2021-09-04 13:10:21.670 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=D-m6BPKq73VT1zFf9CpCKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:21.671 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.673 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.673 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.674 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:21.820 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vu7yr2lu-eXd0V92AzUv-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:21.820 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.822 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.823 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.824 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:21.858 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ciDP9ReHObUl8VmxfiDiw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:21.859 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:21.861 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:21.861 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:21.862 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.077 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IH2wUuYcVt9wdVMsnv7LIA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.078 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.080 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.080 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.081 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.332 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U0HpcThOisKBwhR4UA0-8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.332 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.334 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.335 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.336 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.442 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pX3W-3iQ8rfgT0eQL5G4QA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.442 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.445 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.446 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.447 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.628 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qFiqPGa2gaD2TYazAUTZsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.631 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.631 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.632 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.805 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oAoBRl_eESb03LTEDGURsQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.806 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.808 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.809 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.877 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zela28x_MU7LvQ3DwAckFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.877 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.879 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.880 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.881 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.912 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-1brrvGryxPFXHMSm6CGXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.913 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.915 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.915 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.916 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.935 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y7idoeyf4wAS-f2lS7tlBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.936 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.938 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.938 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.939 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.955 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=t0oHZ4mxbJX3Cq7BiQ3gQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.955 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.957 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.958 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.959 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.974 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GXZwB2-SJMmdbTsMIOAhIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.974 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.976 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.977 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.978 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:22.992 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UyekJY-ZeE6Yowc0aFxoNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:22.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:22.994 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:22.995 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:22.996 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.010 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oz4um5ycZvr2Yc16XUcI-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.012 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.013 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.014 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.028 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Wu0AoD7E0iE_MKldVR24wA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.032 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.046 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aLq178N60BUq1bJdrF_YRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.048 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.049 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.050 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.064 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=88mSaAcA87ZbbaU0Du_PGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.067 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.068 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.069 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.083 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=97Y6erKhpgnbwEa2eWHLMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.084 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.086 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.086 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.087 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.101 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HqAM_6EBiq5sUSarlAUYsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.104 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.104 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.105 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AE88VQvWemQNAHwD-o-fNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.120 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.122 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.123 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.124 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.138 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MahtP_S59GXrCy0KLHN8Eg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.140 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.141 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.142 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.157 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6E7p5-AjHG9y4J5lF7D2-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.159 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.160 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.161 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:23.709 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sPey-66atR32Zd8mut32cQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:23.709 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:23.711 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:23.712 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:23.712 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.025 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0-hKketeSz0ehGW_UXMJGA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.027 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.028 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.029 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.089 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SbiYL-QEX-3QP7ONwH9IAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.089 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.091 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.091 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.092 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RhM2nnf7_xZ1SEij4qG_Tw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.125 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.139 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FwiC8SYX_Z1_rNXyXaSdZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.142 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.143 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.158 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Jjq_NzYx460T2BR1K_1Jvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.160 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.161 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.161 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.261 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8hcjlfgrG2ne2JJ-42Y-7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.263 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.267 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.284 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2uR_1_KfsVITxSkPLLnj5A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.284 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.286 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.286 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.287 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.356 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iEhlk3ovO9_c-W9A2hswvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.358 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.359 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.360 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.388 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ywzgWzjX6uF3EFdzBZFC5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.391 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.392 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.406 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kz4MbwWAOg5PMAq0i9wNoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.406 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.408 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.409 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.410 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.546 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=c44oBY9hwZqJZS9grx40QQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.548 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.548 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.549 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.565 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zopjL70AEyPbc2txgZvuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.567 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.568 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.569 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.655 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xk9W8x-sWBY0NAKwFU-cLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.655 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.657 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.658 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.658 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.672 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UTFJzIAvzB8EG2C35vD8oQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.673 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.675 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.675 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.676 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.691 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PgYDTMZ5sxQXRmVmU6nmlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.691 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.693 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.694 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.695 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.750 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hUWAeBZhJWsZSsWC09zFlw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.752 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.753 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.754 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.782 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r5VbPg3PQofiqd4VgpBQHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.782 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.784 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.785 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.786 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.920 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Zhpt_6Tv7atcjCQubM7DSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.920 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.923 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.923 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.924 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:24.988 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BTSrnKp0Dt_JZjgg3W-yiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:24.988 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:24.991 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:24.991 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:24.992 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=npjVODGUN-7I3yB3lYN5PQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.010 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.010 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.011 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.025 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wXxOhVjIH4TlXPYXZalO1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.030 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.044 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zGNE43Ab7LA3HfYNUXgVIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.044 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.046 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.046 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.047 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.064 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=o1CHi8r-plNhLDmmnoLvnQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.066 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.067 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.068 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.130 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O5kAhDtEyFSx9NqsajHWBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.133 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.134 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.224 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TlkhbL_RyqZBtXgQ4dblfA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.226 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.228 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.242 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_QR9phAhkwzIw_k_4cS6zA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.244 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.246 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.260 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MDziu8GUGaKGzAOEPzmoXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.263 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.263 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.264 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.278 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TeqVWvHelUNjk009na-StQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.278 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.280 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.281 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.282 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.301 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1FFbQQ06LoKX58M-HHldBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.304 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.304 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.305 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.349 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WEw8TGnL3B3Yy68oxCfaBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.349 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.351 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.352 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.353 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.356 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:10:25.380 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YYmv3r0K60MY8SLErPvOvA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.383 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.383 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.384 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.524 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1ZCm8m1rseSbmaQvkAGUyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.524 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.526 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.527 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.528 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.541 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yzRPeJymiWc9u4ewm7beHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.542 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.544 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.545 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.546 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.559 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BFP7iUYrPIxpMNykLDD_2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.560 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.562 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.562 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.563 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.618 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y7IrZjPQ_sU8ebohnBlx1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.619 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.622 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.622 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.623 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.638 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aYUjqGnS6cQ_km1kA5-zJg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.639 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.641 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.642 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.642 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.682 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hD0ubJa5W8KaDj6K_pTRhA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.686 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.687 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.702 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zz_BV3yQXnzIcjYKjHc1DQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.702 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.705 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.706 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.707 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.722 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DhXfNvDAtA3kXXROJoj-Vg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.724 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.725 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.726 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.740 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gtdKnEc9h5lSjqkmmh8Zpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.740 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.742 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.743 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.744 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.758 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8NGpihz2lqshUnpfmXHCug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.758 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.761 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.762 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.763 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.781 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KIJc55jzxtcnNl-Jb_steQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.782 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.789 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.790 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.792 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.807 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mZEheya70e4PbU08m8Wa7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.807 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.810 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.810 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.812 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.874 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aIXTtNNF4RQ0bqte80werw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.877 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.878 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.879 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.894 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Jlf4weSv0gUrmCkA9vg-HQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.898 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.899 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.900 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:25.981 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ao94Csk4XZP1ImPKYG87MA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:25.981 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:25.983 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:25.983 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:25.984 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.058 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YRTKe4R-xBY8LbY_X-RXFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.060 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.061 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.062 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.153 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uKyb_TTEOypmLtQniM9Txg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.153 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.156 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.156 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.157 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.185 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qp_Tngx06mTkYMQxYlHqzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.188 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.188 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.189 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.204 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Q074JxGLMrdj9_K3FHcjGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.204 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.207 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.208 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.249 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6o8h47MtS5LmVXsgZlz7_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.252 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.253 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.269 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FoTh873lhTMYGEXCAv6hqg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.269 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.271 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.272 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.273 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.288 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=upcOkhdNT0mfEoQ8pIq2Iw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.291 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.291 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.292 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.307 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OWpE6rFvz4Wi7CBzS6-1tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.307 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.309 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.310 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.311 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.343 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R3Er7-7fQGivg3SzhrMzvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.344 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.346 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.346 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.347 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2mciG3Xlh7bobqLUjfQ_GA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.362 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.364 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.364 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.365 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.466 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2vuZ1XjgQiau7JfyXRoV_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.469 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.470 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.471 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.592 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e-FqtcVceMQHY7DoqWGpkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.595 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.595 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.596 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.610 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mJhyJZIWG2Lq1OW4_GnPWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.612 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.613 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.614 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.628 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E-VnZkqv14235Sj4OfUJwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.631 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.631 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.632 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.687 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AdW-EhOJspDlqydqKHuJEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.687 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.690 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.691 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.692 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.706 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gKna3JXHrT15zFcQSwR2Lg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.706 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.708 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.709 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.710 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.798 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=igVl2zefmgO1tNWREEIumw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.801 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.802 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.844 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WPG4uO1OiTFzf2FRM6xVoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.844 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.847 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.847 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.863 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XEEv6iR4cP2U1bb79PfJMQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.866 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.867 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.881 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mVubQoDlGcfmVlTYV-hA7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.882 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.884 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.885 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.886 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:26.900 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Al_j1fM-l2zzhF3hVumaIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:26.901 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:26.903 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:26.904 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:26.905 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.018 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BlpSlw91hXOeHDOvIG3onA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.018 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.020 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.021 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.022 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.037 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fPKO8zr2KXN5no8vb7DW0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.038 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.040 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.041 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.042 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.056 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JJ4arEO8LBevCGdGvQyHgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.058 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.059 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.060 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.074 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UDiOoQLVl1LdfKQwQmxuvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.076 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.077 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.078 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.254 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7W4gChFfegZzDr8iH7zKbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.254 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.256 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.257 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.257 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.272 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gUYT4TVWR3-O1xnWemAuTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.272 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.274 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.275 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.276 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.332 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5xxoFUpPhMHTuz2tfRgk7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.332 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.335 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.335 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.336 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.351 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6cgZ5cpSNhvCbYqzIsF2ow&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.352 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.354 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.355 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.356 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.370 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MmRiPLEsc8TvDRKwQfwGPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.373 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.374 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.374 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.764 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XM2EOIPs1py3Gulk8X31uQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.766 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.767 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.768 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:27.841 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pfezZAhE-D04bGjZLtjoNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:27.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:27.844 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:27.844 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:27.845 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:33.858 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.858 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.858 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.858 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oAoBRl_eESb03LTEDGURsQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11052.6756ms +2021-09-04 13:10:33.858 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Jjq_NzYx460T2BR1K_1Jvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 9700.4417ms +2021-09-04 13:10:33.858 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2mciG3Xlh7bobqLUjfQ_GA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7496.7764ms +2021-09-04 13:10:33.990 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.990 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qp_Tngx06mTkYMQxYlHqzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7805.6608ms +2021-09-04 13:10:33.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AE88VQvWemQNAHwD-o-fNw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10870.4308ms +2021-09-04 13:10:33.990 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.990 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:33.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TeqVWvHelUNjk009na-StQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 8712.6319ms +2021-09-04 13:10:33.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zGNE43Ab7LA3HfYNUXgVIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 8946.9545ms +2021-09-04 13:10:34.055 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:34.055 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:34.057 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_QR9phAhkwzIw_k_4cS6zA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 8814.8780ms +2021-09-04 13:10:34.057 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AdW-EhOJspDlqydqKHuJEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7370.1289ms +2021-09-04 13:10:34.551 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:34.554 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e-FqtcVceMQHY7DoqWGpkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7961.5411ms +2021-09-04 13:10:36.755 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:36.755 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aLq178N60BUq1bJdrF_YRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13709.4137ms +2021-09-04 13:10:37.279 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.279 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.279 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YRTKe4R-xBY8LbY_X-RXFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11221.8234ms +2021-09-04 13:10:37.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1ZCm8m1rseSbmaQvkAGUyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11755.7591ms +2021-09-04 13:10:37.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HqAM_6EBiq5sUSarlAUYsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14178.1031ms +2021-09-04 13:10:37.279 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.279 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oz4um5ycZvr2Yc16XUcI-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14270.2136ms +2021-09-04 13:10:37.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KIJc55jzxtcnNl-Jb_steQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11498.7293ms +2021-09-04 13:10:37.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=D-m6BPKq73VT1zFf9CpCKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 15609.7344ms +2021-09-04 13:10:37.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OWpE6rFvz4Wi7CBzS6-1tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10973.3784ms +2021-09-04 13:10:37.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UyekJY-ZeE6Yowc0aFxoNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14288.5841ms +2021-09-04 13:10:37.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zz_BV3yQXnzIcjYKjHc1DQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11578.5754ms +2021-09-04 13:10:37.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.297 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Q074JxGLMrdj9_K3FHcjGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11076.9003ms +2021-09-04 13:10:37.298 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.298 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.298 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Zhpt_6Tv7atcjCQubM7DSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12378.5473ms +2021-09-04 13:10:37.298 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8hcjlfgrG2ne2JJ-42Y-7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13037.7953ms +2021-09-04 13:10:37.299 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.299 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JJ4arEO8LBevCGdGvQyHgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10243.3554ms +2021-09-04 13:10:37.299 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.299 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BFP7iUYrPIxpMNykLDD_2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11740.0179ms +2021-09-04 13:10:37.299 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.299 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ciDP9ReHObUl8VmxfiDiw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 15441.2835ms +2021-09-04 13:10:37.299 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.299 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=c44oBY9hwZqJZS9grx40QQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12754.2470ms +2021-09-04 13:10:37.300 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6cgZ5cpSNhvCbYqzIsF2ow&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 9948.6552ms +2021-09-04 13:10:37.300 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ywzgWzjX6uF3EFdzBZFC5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12912.1502ms +2021-09-04 13:10:37.300 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MDziu8GUGaKGzAOEPzmoXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12040.2530ms +2021-09-04 13:10:37.300 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=97Y6erKhpgnbwEa2eWHLMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14217.1661ms +2021-09-04 13:10:37.300 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gUYT4TVWR3-O1xnWemAuTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10047.9846ms +2021-09-04 13:10:37.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FoTh873lhTMYGEXCAv6hqg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11051.6611ms +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2vuZ1XjgQiau7JfyXRoV_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10854.0847ms +2021-09-04 13:10:37.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=npjVODGUN-7I3yB3lYN5PQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12313.2061ms +2021-09-04 13:10:37.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TlkhbL_RyqZBtXgQ4dblfA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12096.6611ms +2021-09-04 13:10:37.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8NGpihz2lqshUnpfmXHCug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11562.8783ms +2021-09-04 13:10:37.321 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xk9W8x-sWBY0NAKwFU-cLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12666.3946ms +2021-09-04 13:10:37.321 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aYUjqGnS6cQ_km1kA5-zJg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11682.7752ms +2021-09-04 13:10:37.321 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Jlf4weSv0gUrmCkA9vg-HQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11427.3093ms +2021-09-04 13:10:37.321 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R3Er7-7fQGivg3SzhrMzvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10978.3927ms +2021-09-04 13:10:37.340 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.340 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.340 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1FFbQQ06LoKX58M-HHldBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12039.6447ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=t0oHZ4mxbJX3Cq7BiQ3gQg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14386.1560ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=o1CHi8r-plNhLDmmnoLvnQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12277.4245ms +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YYmv3r0K60MY8SLErPvOvA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11961.1687ms +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DhXfNvDAtA3kXXROJoj-Vg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11619.3176ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PgYDTMZ5sxQXRmVmU6nmlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12650.6206ms +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U0HpcThOisKBwhR4UA0-8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 15009.5247ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XM2EOIPs1py3Gulk8X31uQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 9577.4592ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=igVl2zefmgO1tNWREEIumw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10543.5453ms +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UDiOoQLVl1LdfKQwQmxuvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10267.6690ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6E7p5-AjHG9y4J5lF7D2-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14184.8631ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WPG4uO1OiTFzf2FRM6xVoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10497.5622ms +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hUWAeBZhJWsZSsWC09zFlw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12591.8297ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aIXTtNNF4RQ0bqte80werw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11468.1023ms +2021-09-04 13:10:37.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zopjL70AEyPbc2txgZvuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12777.1804ms +2021-09-04 13:10:37.342 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.342 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MmRiPLEsc8TvDRKwQfwGPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 9971.5289ms +2021-09-04 13:10:37.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r5VbPg3PQofiqd4VgpBQHQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12560.3997ms +2021-09-04 13:10:37.342 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.342 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zela28x_MU7LvQ3DwAckFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14465.2916ms +2021-09-04 13:10:37.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.359 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uKyb_TTEOypmLtQniM9Txg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11205.4594ms +2021-09-04 13:10:37.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2uR_1_KfsVITxSkPLLnj5A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13076.3360ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XEEv6iR4cP2U1bb79PfJMQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10496.9972ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iEhlk3ovO9_c-W9A2hswvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13003.9666ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yzRPeJymiWc9u4ewm7beHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11818.5879ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IH2wUuYcVt9wdVMsnv7LIA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 15282.8332ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E-VnZkqv14235Sj4OfUJwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10731.8517ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0-hKketeSz0ehGW_UXMJGA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13335.1605ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RhM2nnf7_xZ1SEij4qG_Tw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13240.1330ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y7idoeyf4wAS-f2lS7tlBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14424.9608ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Wu0AoD7E0iE_MKldVR24wA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14332.4490ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O5kAhDtEyFSx9NqsajHWBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12230.4499ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Y7IrZjPQ_sU8ebohnBlx1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11742.0326ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Al_j1fM-l2zzhF3hVumaIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10459.9261ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wXxOhVjIH4TlXPYXZalO1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12335.0258ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WEw8TGnL3B3Yy68oxCfaBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12011.5572ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BTSrnKp0Dt_JZjgg3W-yiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12372.4764ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hD0ubJa5W8KaDj6K_pTRhA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11678.1156ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GXZwB2-SJMmdbTsMIOAhIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14386.6549ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fPKO8zr2KXN5no8vb7DW0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10323.0565ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gtdKnEc9h5lSjqkmmh8Zpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11620.7324ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gKna3JXHrT15zFcQSwR2Lg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10654.8276ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pfezZAhE-D04bGjZLtjoNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 9519.3895ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=upcOkhdNT0mfEoQ8pIq2Iw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11072.4825ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pX3W-3iQ8rfgT0eQL5G4QA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14919.0967ms +2021-09-04 13:10:37.360 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ao94Csk4XZP1ImPKYG87MA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11380.3017ms +2021-09-04 13:10:37.360 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MahtP_S59GXrCy0KLHN8Eg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14223.0801ms +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UTFJzIAvzB8EG2C35vD8oQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12688.5938ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-1brrvGryxPFXHMSm6CGXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14448.7384ms +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qFiqPGa2gaD2TYazAUTZsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14733.0180ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mVubQoDlGcfmVlTYV-hA7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10479.6810ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mZEheya70e4PbU08m8Wa7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11554.1804ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sPey-66atR32Zd8mut32cQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13652.4577ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kz4MbwWAOg5PMAq0i9wNoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 12955.2268ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vu7yr2lu-eXd0V92AzUv-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 15541.4095ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=88mSaAcA87ZbbaU0Du_PGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 14297.4659ms +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5xxoFUpPhMHTuz2tfRgk7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10029.0692ms +2021-09-04 13:10:37.361 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7W4gChFfegZzDr8iH7zKbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10107.6837ms +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mJhyJZIWG2Lq1OW4_GnPWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10751.4927ms +2021-09-04 13:10:37.361 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FwiC8SYX_Z1_rNXyXaSdZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13222.3050ms +2021-09-04 13:10:37.573 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.573 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SbiYL-QEX-3QP7ONwH9IAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 13485.1304ms +2021-09-04 13:10:37.707 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.708 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6o8h47MtS5LmVXsgZlz7_g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11459.2383ms +2021-09-04 13:10:37.728 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:10:37.728 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BlpSlw91hXOeHDOvIG3onA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 10711.2403ms +2021-09-04 13:10:41.650 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.650 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.650 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4555ms +2021-09-04 13:10:41.650 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.651 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3104ms +2021-09-04 13:10:41.652 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.652 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.654 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.654 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.655 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.655 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6311ms +2021-09-04 13:10:41.655 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.656 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.656 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.657 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.657 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3527ms +2021-09-04 13:10:41.657 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.657 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.657 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.658 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.659 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.659 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.659 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.659 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.659 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.660 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.660 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4372ms +2021-09-04 13:10:41.662 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.662 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.663 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3716ms +2021-09-04 13:10:41.663 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.663 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3156ms +2021-09-04 13:10:41.664 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.664 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.666 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.669 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.669 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.670 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.672 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.673 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.673 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.673 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.673 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.0274ms +2021-09-04 13:10:41.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.675 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.8807ms +2021-09-04 13:10:41.675 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8240ms +2021-09-04 13:10:41.675 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5533ms +2021-09-04 13:10:41.681 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.681 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.681 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.681 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.682 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.682 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.4120ms +2021-09-04 13:10:41.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7194ms +2021-09-04 13:10:41.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1602ms +2021-09-04 13:10:41.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3641ms +2021-09-04 13:10:41.683 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.683 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.683 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.2972ms +2021-09-04 13:10:41.684 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.688 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.688 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.689 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.690 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.690 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.691 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5964ms +2021-09-04 13:10:41.691 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0425ms +2021-09-04 13:10:41.692 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.692 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.693 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.693 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.694 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2496ms +2021-09-04 13:10:41.694 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.694 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.695 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.695 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.697 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5621ms +2021-09-04 13:10:41.697 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.697 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.698 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.698 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.699 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0914ms +2021-09-04 13:10:41.699 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.701 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.701 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.702 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3326ms +2021-09-04 13:10:41.703 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.703 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.704 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 11.6347ms +2021-09-04 13:10:41.704 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.1936ms +2021-09-04 13:10:41.704 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.704 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6624ms +2021-09-04 13:10:41.705 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.706 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.708 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.708 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.709 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0556ms +2021-09-04 13:10:41.710 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.712 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.714 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.716 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.716 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.6195ms +2021-09-04 13:10:41.716 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.716 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.1249ms +2021-09-04 13:10:41.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.716 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8602ms +2021-09-04 13:10:41.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.717 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.0919ms +2021-09-04 13:10:41.717 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.721 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.6075ms +2021-09-04 13:10:41.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.722 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.723 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.723 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.724 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 70.1171ms +2021-09-04 13:10:41.724 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.728 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.1639ms +2021-09-04 13:10:41.728 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.4953ms +2021-09-04 13:10:41.728 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.728 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.729 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.729 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.6709ms +2021-09-04 13:10:41.729 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.4300ms +2021-09-04 13:10:41.729 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.729 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.731 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.731 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.731 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.733 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.734 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.734 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4855ms +2021-09-04 13:10:41.737 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7734ms +2021-09-04 13:10:41.738 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.739 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.739 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 9.6514ms +2021-09-04 13:10:41.739 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.739 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.740 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4259ms +2021-09-04 13:10:41.740 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.6693ms +2021-09-04 13:10:41.742 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.742 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.744 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.744 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.744 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4363ms +2021-09-04 13:10:41.745 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.745 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.5479ms +2021-09-04 13:10:41.746 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6503ms +2021-09-04 13:10:41.746 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.747 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.748 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.749 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.749 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.751 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8357ms +2021-09-04 13:10:41.751 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5776ms +2021-09-04 13:10:41.751 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.751 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.5016ms +2021-09-04 13:10:41.752 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.752 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5076ms +2021-09-04 13:10:41.752 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.752 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.752 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3613ms +2021-09-04 13:10:41.755 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.757 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.758 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.758 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.759 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.759 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.759 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4814ms +2021-09-04 13:10:41.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.761 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7729ms +2021-09-04 13:10:41.761 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6948ms +2021-09-04 13:10:41.762 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.763 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.764 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8592ms +2021-09-04 13:10:41.766 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.766 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.771 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.771 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.771 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.772 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.773 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.773 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.774 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.3471ms +2021-09-04 13:10:41.774 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3253ms +2021-09-04 13:10:41.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.774 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0205ms +2021-09-04 13:10:41.774 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8172ms +2021-09-04 13:10:41.775 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9294ms +2021-09-04 13:10:41.777 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.777 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.779 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.780 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.780 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.781 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.781 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.782 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.2398ms +2021-09-04 13:10:41.783 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8698ms +2021-09-04 13:10:41.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.785 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 117.8078ms +2021-09-04 13:10:41.787 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 105.8111ms +2021-09-04 13:10:41.787 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.788 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.788 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.788 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.788 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.3675ms +2021-09-04 13:10:41.788 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.0120ms +2021-09-04 13:10:41.790 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.790 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.790 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.790 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0528ms +2021-09-04 13:10:41.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.795 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.795 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3215ms +2021-09-04 13:10:41.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4103ms +2021-09-04 13:10:41.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4093ms +2021-09-04 13:10:41.795 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.796 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.797 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.797 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.799 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.799 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.801 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.801 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.801 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.801 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.802 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6133ms +2021-09-04 13:10:41.802 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3904ms +2021-09-04 13:10:41.803 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.805 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.1919ms +2021-09-04 13:10:41.806 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.806 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.807 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.808 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.809 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5242ms +2021-09-04 13:10:41.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.809 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.810 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2773ms +2021-09-04 13:10:41.810 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.810 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 129.2348ms +2021-09-04 13:10:41.810 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.810 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.811 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.811 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3846ms +2021-09-04 13:10:41.811 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8906ms +2021-09-04 13:10:41.811 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.811 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.813 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.815 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.816 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.816 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7074ms +2021-09-04 13:10:41.818 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.820 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.821 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.6957ms +2021-09-04 13:10:41.821 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.821 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.822 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.825 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.826 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.826 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.826 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.826 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.827 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5580ms +2021-09-04 13:10:41.827 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5574ms +2021-09-04 13:10:41.827 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5764ms +2021-09-04 13:10:41.827 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3705ms +2021-09-04 13:10:41.828 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.828 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.828 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3979ms +2021-09-04 13:10:41.828 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.832 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.832 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.832 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.834 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.836 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.837 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.837 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.6737ms +2021-09-04 13:10:41.837 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.837 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.838 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.839 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.3578ms +2021-09-04 13:10:41.839 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8937ms +2021-09-04 13:10:41.839 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.839 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.8335ms +2021-09-04 13:10:41.839 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.840 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.840 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.3634ms +2021-09-04 13:10:41.842 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.846 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.847 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.847 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.848 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.8365ms +2021-09-04 13:10:41.848 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.850 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1082ms +2021-09-04 13:10:41.850 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.851 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.2383ms +2021-09-04 13:10:41.852 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.852 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.8978ms +2021-09-04 13:10:41.853 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.853 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9170ms +2021-09-04 13:10:41.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.856 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.857 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6980ms +2021-09-04 13:10:41.857 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.858 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.9689ms +2021-09-04 13:10:41.858 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.861 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.862 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6460ms +2021-09-04 13:10:41.863 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.864 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7327ms +2021-09-04 13:10:41.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.865 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4614ms +2021-09-04 13:10:41.866 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.868 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.869 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4437ms +2021-09-04 13:10:41.871 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.871 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.873 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4875ms +2021-09-04 13:10:41.874 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.875 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.1186ms +2021-09-04 13:10:41.875 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.876 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4827ms +2021-09-04 13:10:41.878 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.878 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4366ms +2021-09-04 13:10:41.878 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.879 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.879 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3637ms +2021-09-04 13:10:41.883 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.883 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.884 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.885 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.885 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.887 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.887 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6280ms +2021-09-04 13:10:41.887 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.7637ms +2021-09-04 13:10:41.888 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0708ms +2021-09-04 13:10:41.889 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.890 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2219ms +2021-09-04 13:10:41.892 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:10:41.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.896 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.896 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.5242ms +2021-09-04 13:10:41.900 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 111.5292ms +2021-09-04 13:10:41.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.902 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 113.9707ms +2021-09-04 13:10:41.902 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.904 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.906 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.906 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.910 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.910 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.913 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 184.5113ms +2021-09-04 13:10:41.913 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.914 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.914 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.2829ms +2021-09-04 13:10:41.914 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.916 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.917 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.918 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.923 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.923 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.923 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:41.923 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 171.4393ms +2021-09-04 13:10:41.923 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.923 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.0419ms +2021-09-04 13:10:41.923 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.923 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:41.923 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:41.924 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.924 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.924 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.925 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.925 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.925 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.925 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.926 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.926 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:41.927 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.927 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:41.928 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.928 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.928 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:41.928 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.015 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.017 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 114.4699ms +2021-09-04 13:10:42.017 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.6023ms +2021-09-04 13:10:42.018 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 113.3866ms +2021-09-04 13:10:42.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.020 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.020 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.020 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 107.7920ms +2021-09-04 13:10:42.023 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.024 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.1269ms +2021-09-04 13:10:42.024 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.1950ms +2021-09-04 13:10:42.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.025 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.026 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.026 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.026 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.026 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.026 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.026 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.027 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.027 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.027 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.027 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.027 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.027 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.027 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.028 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.028 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.028 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.028 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.030 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.030 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.030 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.030 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.118 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.120 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 100.7603ms +2021-09-04 13:10:42.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.1673ms +2021-09-04 13:10:42.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.1676ms +2021-09-04 13:10:42.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.5570ms +2021-09-04 13:10:42.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.6935ms +2021-09-04 13:10:42.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.124 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.126 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.126 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.126 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.126 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.127 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.127 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.1983ms +2021-09-04 13:10:42.127 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.127 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.127 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.127 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.127 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.127 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.128 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.130 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.131 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.132 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.132 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.222 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.3289ms +2021-09-04 13:10:42.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.222 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.1772ms +2021-09-04 13:10:42.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 100.2984ms +2021-09-04 13:10:42.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.2637ms +2021-09-04 13:10:42.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.227 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 104.5038ms +2021-09-04 13:10:42.227 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.227 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.228 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.2657ms +2021-09-04 13:10:42.228 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.228 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.228 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.229 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.229 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.229 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.229 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.230 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.230 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.231 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.231 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.231 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.232 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.234 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.234 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.321 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.324 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.1426ms +2021-09-04 13:10:42.324 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.324 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.324 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.324 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.324 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.324 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.6371ms +2021-09-04 13:10:42.324 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.8177ms +2021-09-04 13:10:42.324 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.325 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.326 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.9782ms +2021-09-04 13:10:42.326 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.4076ms +2021-09-04 13:10:42.326 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.326 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.328 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.328 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.329 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.329 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.329 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.331 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.331 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.331 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.332 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.333 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.333 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.333 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.333 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.335 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 106.1785ms +2021-09-04 13:10:42.335 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.335 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.339 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.339 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.350 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.351 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.9623ms +2021-09-04 13:10:42.408 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.409 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.9771ms +2021-09-04 13:10:42.410 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.411 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.413 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.418 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.8239ms +2021-09-04 13:10:42.421 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.422 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.422 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.422 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.6570ms +2021-09-04 13:10:42.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.6682ms +2021-09-04 13:10:42.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.423 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.427 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.427 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.428 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.428 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.428 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.429 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.429 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.429 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.429 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.429 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.430 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.430 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.430 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.430 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.431 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.431 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.9580ms +2021-09-04 13:10:42.431 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.431 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.431 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.431 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.431 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.431 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.435 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.435 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.444 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.445 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.471 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.474 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 65.4417ms +2021-09-04 13:10:42.476 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.507 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.510 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.511 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.514 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.514 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.4519ms +2021-09-04 13:10:42.515 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.3116ms +2021-09-04 13:10:42.516 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.517 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.520 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.520 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.521 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.522 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.4393ms +2021-09-04 13:10:42.522 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.522 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.523 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.525 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.0262ms +2021-09-04 13:10:42.525 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.525 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.526 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.526 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.527 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.527 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.527 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.527 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.527 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.2063ms +2021-09-04 13:10:42.527 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.527 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.528 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.528 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.528 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.528 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.528 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.528 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.528 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.529 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.529 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.529 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.529 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.531 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.536 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.537 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.553 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.556 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.6534ms +2021-09-04 13:10:42.557 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.575 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.578 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.586 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.587 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.628 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 104.2809ms +2021-09-04 13:10:42.628 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.6416ms +2021-09-04 13:10:42.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.630 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.630 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.9040ms +2021-09-04 13:10:42.630 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.631 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.632 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.632 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.632 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 115.4336ms +2021-09-04 13:10:42.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 115.4788ms +2021-09-04 13:10:42.633 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.633 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.633 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.633 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.639 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.639 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.9058ms +2021-09-04 13:10:42.642 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.642 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.644 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.645 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.646 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.646 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.733 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.5334ms +2021-09-04 13:10:42.733 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 100.1098ms +2021-09-04 13:10:42.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.1095ms +2021-09-04 13:10:42.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.0323ms +2021-09-04 13:10:42.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 104.3642ms +2021-09-04 13:10:42.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.737 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.4769ms +2021-09-04 13:10:42.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.737 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.738 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.738 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.738 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.738 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.739 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.739 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.739 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.741 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.742 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.743 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.743 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.820 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.8195ms +2021-09-04 13:10:42.821 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.823 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.5358ms +2021-09-04 13:10:42.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.2514ms +2021-09-04 13:10:42.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.5317ms +2021-09-04 13:10:42.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.5458ms +2021-09-04 13:10:42.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.833 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.833 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.834 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.834 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.834 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.834 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.0648ms +2021-09-04 13:10:42.835 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.835 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.835 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.835 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.835 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.835 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.837 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.837 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.837 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.837 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.837 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.838 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.838 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.838 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.838 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.839 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.841 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.841 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.924 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.5127ms +2021-09-04 13:10:42.927 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.6943ms +2021-09-04 13:10:42.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.7762ms +2021-09-04 13:10:42.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.0744ms +2021-09-04 13:10:42.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.931 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:42.932 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.9184ms +2021-09-04 13:10:42.932 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 99.0471ms +2021-09-04 13:10:42.932 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.932 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:42.932 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.932 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:42.933 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.933 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.933 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.933 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.933 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.933 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.934 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.934 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.934 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.934 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.934 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.935 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.935 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.935 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.935 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.935 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.935 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:42.935 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.936 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.936 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:42.937 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.937 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.938 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:42.938 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.8575ms +2021-09-04 13:10:43.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.7449ms +2021-09-04 13:10:43.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.022 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.022 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.3524ms +2021-09-04 13:10:43.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.5399ms +2021-09-04 13:10:43.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.028 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.6943ms +2021-09-04 13:10:43.029 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.030 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.5453ms +2021-09-04 13:10:43.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.031 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.031 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.031 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.031 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.031 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.035 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.036 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.037 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.125 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.0080ms +2021-09-04 13:10:43.125 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.0326ms +2021-09-04 13:10:43.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.126 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.6784ms +2021-09-04 13:10:43.126 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 102.7799ms +2021-09-04 13:10:43.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.126 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 103.5641ms +2021-09-04 13:10:43.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.126 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.129 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.129 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.129 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.129 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.4292ms +2021-09-04 13:10:43.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.129 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.130 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.130 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.130 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.130 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.130 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.130 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.131 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.131 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.131 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.131 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.133 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.134 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.135 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.135 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.219 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.6878ms +2021-09-04 13:10:43.221 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.1191ms +2021-09-04 13:10:43.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.9535ms +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.3563ms +2021-09-04 13:10:43.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 98.5846ms +2021-09-04 13:10:43.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.0922ms +2021-09-04 13:10:43.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.224 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.226 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.226 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.226 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.227 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.227 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.227 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.228 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.228 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.228 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.228 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.229 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.229 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.229 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.310 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.4247ms +2021-09-04 13:10:43.311 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.312 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.321 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.1082ms +2021-09-04 13:10:43.322 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.322 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.322 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 97.6487ms +2021-09-04 13:10:43.322 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 101.7580ms +2021-09-04 13:10:43.322 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.322 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.323 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.330 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 106.2522ms +2021-09-04 13:10:43.330 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 105.8082ms +2021-09-04 13:10:43.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:10:43.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:43.331 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.331 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.331 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.331 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.332 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.332 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.332 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.333 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.333 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.333 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:43.334 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:43.335 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.335 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:10:43.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.396 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.7308ms +2021-09-04 13:10:43.396 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.396 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.397 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.8451ms +2021-09-04 13:10:43.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.398 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.3708ms +2021-09-04 13:10:43.399 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.399 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:43.399 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 68.1627ms +2021-09-04 13:10:44.515 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:10:44.515 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.516 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5725ms +2021-09-04 13:10:44.518 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.520 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.521 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.525 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.525 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.529 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.529 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.530 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.530 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.571 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.575 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.8383ms +2021-09-04 13:10:44.575 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.613 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.613 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.616 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.617 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.622 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.622 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.624 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.625 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 106.8354ms +2021-09-04 13:10:44.625 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.626 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.626 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.639 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.639 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.654 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.659 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.665 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.665 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.671 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.671 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.671 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.672 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.672 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.675 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.4306ms +2021-09-04 13:10:44.675 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.677 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.682 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.682 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.686 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.686 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.689 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.689 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.690 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.690 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.710 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.713 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.725 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.732 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.736 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.737 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.737 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.739 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 125.8634ms +2021-09-04 13:10:44.740 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.740 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.741 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.741 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.742 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 69.7824ms +2021-09-04 13:10:44.742 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.744 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.745 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.749 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.757 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.766 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.766 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.772 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.772 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.776 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.776 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.781 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.782 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.783 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.792 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.795 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.801 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.804 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.81ms +2021-09-04 13:10:44.804 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.805 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.805 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.806 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.806 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.807 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 168.5777ms +2021-09-04 13:10:44.809 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.818 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.820 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.833 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.836 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.836 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.840 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.840 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.844 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.844 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.848 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.849 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.851 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.852 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.859 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.3166ms +2021-09-04 13:10:44.861 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.874 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.878 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.886 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.892 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.892 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.892 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.892 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 215.1132ms +2021-09-04 13:10:44.893 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.893 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.917 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:44.918 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.922 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.9538ms +2021-09-04 13:10:44.924 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.926 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:44.926 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.927 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.934 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:44.934 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:44.950 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.953 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:44.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.974 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 167.5783ms +2021-09-04 13:10:44.974 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.974 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:44.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.975 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 265.3232ms +2021-09-04 13:10:44.976 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:44.976 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:44.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:44.985 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.6484ms +2021-09-04 13:10:44.987 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:44.993 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.004 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.012 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.013 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.019 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.019 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.027 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.027 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.027 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.038 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 293.4183ms +2021-09-04 13:10:45.039 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.048 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.050 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.052 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 158.129ms +2021-09-04 13:10:45.053 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.055 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.055 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.060 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 277.6283ms +2021-09-04 13:10:45.061 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.064 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.065 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.084 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.085 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.085 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.091 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.098 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.098 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.103 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.104 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.105 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.109 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.109 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.111 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 293.8843ms +2021-09-04 13:10:45.114 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.118 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.119 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 164.6511ms +2021-09-04 13:10:45.120 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.142 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.142 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.142 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.154 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.155 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.160 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.160 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.168 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.0473ms +2021-09-04 13:10:45.169 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 319.8659ms +2021-09-04 13:10:45.172 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.174 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.194 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.205 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.206 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.206 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.214 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.214 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.219 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.222 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.223 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.223 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.235 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.649ms +2021-09-04 13:10:45.235 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.236 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 151.1297ms +2021-09-04 13:10:45.236 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.244 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 349.7678ms +2021-09-04 13:10:45.246 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.246 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.249 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.257 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.257 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.262 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.266 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 289.7313ms +2021-09-04 13:10:45.266 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.267 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.268 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.268 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.270 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.270 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.277 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.277 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.278 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.282 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.291 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.291 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.302 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.303 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.325 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.329 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.341 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.345 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.357 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.3778ms +2021-09-04 13:10:45.359 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 198.6514ms +2021-09-04 13:10:45.359 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 340.2210ms +2021-09-04 13:10:45.382 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.383 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.384 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.391 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.392 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.398 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.398 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.398 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 174.8354ms +2021-09-04 13:10:45.398 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.398 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.399 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.403 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.403 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.403 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.404 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.406 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.407 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.410 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.410 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.421 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.423 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.451 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 171.0207ms +2021-09-04 13:10:45.452 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.452 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.453 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.453 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.453 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 339.9688ms +2021-09-04 13:10:45.455 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.455 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.460 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.8421ms +2021-09-04 13:10:45.460 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.460 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.461 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.465 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.474 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.474 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.477 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.477 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.522 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 350.6241ms +2021-09-04 13:10:45.524 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.526 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.539 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.545 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.551 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.553 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.553 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.553 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.564 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.566 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.574 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.575 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.577 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 330.8150ms +2021-09-04 13:10:45.578 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 170.4247ms +2021-09-04 13:10:45.578 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.580 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.580 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 155.8966ms +2021-09-04 13:10:45.580 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.580 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.586 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.586 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.594 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 325.6169ms +2021-09-04 13:10:45.595 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.597 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.597 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.600 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.601 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.601 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.602 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.602 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.605 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.606 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.607 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.614 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.615 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.626 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.626 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.646 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.668 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.668 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.668 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 190.2375ms +2021-09-04 13:10:45.668 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.669 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 285.3545ms +2021-09-04 13:10:45.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 288.1463ms +2021-09-04 13:10:45.670 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.670 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.671 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.689 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.691 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.698 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.703 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.703 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.704 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.708 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.711 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.711 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.717 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.719 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.719 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.719 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.733 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.735 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.765 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.765 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.767 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 191.8663ms +2021-09-04 13:10:45.768 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.775 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 320.1262ms +2021-09-04 13:10:45.775 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 169.2665ms +2021-09-04 13:10:45.775 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.775 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.0485ms +2021-09-04 13:10:45.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.775 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.777 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.781 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.781 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.783 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.791 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.792 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.804 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.805 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.826 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.830 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.852 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.857 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.881 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 304.0734ms +2021-09-04 13:10:45.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 359.4204ms +2021-09-04 13:10:45.883 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 148.1752ms +2021-09-04 13:10:45.883 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.883 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 163.8465ms +2021-09-04 13:10:45.884 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.885 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.886 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.892 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.892 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.892 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.892 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.899 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.900 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.900 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.900 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.902 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.3243ms +2021-09-04 13:10:45.903 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.906 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.907 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.907 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.907 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.907 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.908 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.908 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.909 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.909 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.909 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.910 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.914 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.914 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.917 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.917 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:45.918 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.918 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:45.975 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:45.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.977 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.4498ms +2021-09-04 13:10:45.979 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:45.979 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.980 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 309.4422ms +2021-09-04 13:10:45.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:45.981 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.2619ms +2021-09-04 13:10:45.981 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:45.981 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:45.982 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.982 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.991 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:45.992 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:45.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:45.999 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.001 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.002 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.011 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.011 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.018 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.020 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.021 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.021 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.033 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.036 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.054 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.063 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.067 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.079 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 170.5494ms +2021-09-04 13:10:46.079 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.083 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.8359ms +2021-09-04 13:10:46.083 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.088 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 170.0638ms +2021-09-04 13:10:46.088 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.093 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 316.0515ms +2021-09-04 13:10:46.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.096 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.116 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.123 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.130 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.131 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.149 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.151 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.159 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.165 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.165 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.173 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.196 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 175.0924ms +2021-09-04 13:10:46.197 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.199 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.200 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 314.0921ms +2021-09-04 13:10:46.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.201 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 315.4533ms +2021-09-04 13:10:46.203 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.203 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.209 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 172.4026ms +2021-09-04 13:10:46.209 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.210 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.210 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.213 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.216 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.217 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 313.7499ms +2021-09-04 13:10:46.219 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.221 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.221 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.221 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.228 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.228 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.230 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.230 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.231 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.231 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.232 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.237 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.246 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.246 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.255 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.257 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.267 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.269 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.291 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.291 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 312.2819ms +2021-09-04 13:10:46.294 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.301 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.305 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 139.0588ms +2021-09-04 13:10:46.305 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.306 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.306 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.306 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 325.1299ms +2021-09-04 13:10:46.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.309 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.309 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.310 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.313 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.313 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.313 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.321 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.321 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.329 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.342 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.344 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.380 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.386 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.399 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.404 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.7245ms +2021-09-04 13:10:46.404 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.406 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 174.6858ms +2021-09-04 13:10:46.406 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.409 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 314.5940ms +2021-09-04 13:10:46.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.410 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.6829ms +2021-09-04 13:10:46.410 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.412 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.418 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.426 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.427 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.436 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.438 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.456 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.460 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.498 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.498 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.527 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 307.9987ms +2021-09-04 13:10:46.527 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 323.8362ms +2021-09-04 13:10:46.527 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 323.8566ms +2021-09-04 13:10:46.527 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 182.5455ms +2021-09-04 13:10:46.527 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.528 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 214.7265ms +2021-09-04 13:10:46.528 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.528 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.532 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.534 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.541 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.541 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.541 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.542 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.548 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.548 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.549 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.549 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.550 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.553 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.554 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.554 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.554 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.554 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.555 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.555 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.555 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.556 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.556 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.611 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.614 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.1275ms +2021-09-04 13:10:46.615 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.615 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.617 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 324.0819ms +2021-09-04 13:10:46.617 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.618 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 156.5588ms +2021-09-04 13:10:46.618 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.618 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.620 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.622 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.623 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.623 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.626 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.626 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.626 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.628 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.630 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.632 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.635 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.636 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.646 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.647 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.659 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.662 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.677 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.710 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.715 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 159.727ms +2021-09-04 13:10:46.715 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.719 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.731 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 174.9579ms +2021-09-04 13:10:46.732 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 322.3496ms +2021-09-04 13:10:46.734 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 178.3176ms +2021-09-04 13:10:46.734 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.735 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.738 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.758 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.759 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.770 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.776 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.778 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.779 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.783 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.783 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.810 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 177.7702ms +2021-09-04 13:10:46.811 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.826 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.831 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 302.3342ms +2021-09-04 13:10:46.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.833 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.835 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.837 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.848 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.848 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.848 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.849 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 319.4175ms +2021-09-04 13:10:46.852 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.852 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.858 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 328.7829ms +2021-09-04 13:10:46.865 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.865 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.865 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.868 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 205.2867ms +2021-09-04 13:10:46.868 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.869 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.871 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.871 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.875 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.877 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.877 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.878 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.878 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.883 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.887 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.888 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.893 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.893 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.893 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.894 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.894 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 278.8670ms +2021-09-04 13:10:46.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.897 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.897 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.897 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.897 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.898 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.899 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.899 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.899 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.904 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.904 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.907 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:46.907 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:46.915 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.915 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:46.950 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:46.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:46.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 330.6993ms +2021-09-04 13:10:46.952 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:46.952 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:46.983 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 199.795ms +2021-09-04 13:10:46.984 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:46.985 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:46.992 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.999 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:46.999 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.003 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.009 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.010 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.013 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.032 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.036 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.047 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.051 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.4813ms +2021-09-04 13:10:47.052 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.053 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.055 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.8973ms +2021-09-04 13:10:47.055 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.059 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 160.8453ms +2021-09-04 13:10:47.060 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.061 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 144.9794ms +2021-09-04 13:10:47.061 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.061 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.104 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 368.6379ms +2021-09-04 13:10:47.105 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.124 +08:00 [DBG] Transport connection checking... +2021-09-04 13:10:47.124 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:10:47.124 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.132 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.141 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.142 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.153 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.154 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.165 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.169 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 336.2667ms +2021-09-04 13:10:47.171 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.173 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.176 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.177 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.183 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 331.1481ms +2021-09-04 13:10:47.183 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.185 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.189 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.190 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.9420ms +2021-09-04 13:10:47.194 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.194 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.195 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.195 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.195 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.196 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 332.6153ms +2021-09-04 13:10:47.197 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.199 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.201 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.201 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.201 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.201 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.202 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.203 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 165.3386ms +2021-09-04 13:10:47.203 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.203 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.205 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.207 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.207 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.207 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.207 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.209 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.213 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.213 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.214 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.214 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.214 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.214 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.217 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.217 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.219 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.220 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.223 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.223 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.290 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.298 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 345.2080ms +2021-09-04 13:10:47.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.307 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.325 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.328 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.334 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 155.4222ms +2021-09-04 13:10:47.335 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.338 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.338 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.338 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.343 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.343 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.344 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.344 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.5202ms +2021-09-04 13:10:47.344 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.345 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.346 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.366 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.368 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.7972ms +2021-09-04 13:10:47.368 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.377 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 162.7335ms +2021-09-04 13:10:47.377 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.377 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.400 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 177.5229ms +2021-09-04 13:10:47.401 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.427 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.452 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 345.3668ms +2021-09-04 13:10:47.454 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.483 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 311.5293ms +2021-09-04 13:10:47.484 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.484 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.485 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.486 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.487 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.487 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 292.9817ms +2021-09-04 13:10:47.489 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.491 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.496 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.497 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 312.5615ms +2021-09-04 13:10:47.497 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.500 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.501 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.502 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.502 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.502 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.504 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.508 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.514 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.514 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.514 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.515 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.515 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 170.2073ms +2021-09-04 13:10:47.516 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.518 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.519 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.519 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.520 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.520 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.520 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.520 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.521 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.526 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.526 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.526 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.526 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.526 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.526 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.526 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.527 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 328.6683ms +2021-09-04 13:10:47.528 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.531 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.532 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.533 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.533 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.533 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.534 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.538 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.538 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.543 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.543 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.544 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.544 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.588 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.595 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 295.1838ms +2021-09-04 13:10:47.598 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.630 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.630 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.632 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.633 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.633 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.638 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.638 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.640 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.640 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.652 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 132.5792ms +2021-09-04 13:10:47.653 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.654 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.6318ms +2021-09-04 13:10:47.655 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.659 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.661 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.537ms +2021-09-04 13:10:47.662 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.662 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.682 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.688 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.688 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.695 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 161.9909ms +2021-09-04 13:10:47.695 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.697 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.2159ms +2021-09-04 13:10:47.698 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.711 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.745 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.754 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.754 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 298.9211ms +2021-09-04 13:10:47.756 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 266.8934ms +2021-09-04 13:10:47.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.761 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.773 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.773 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 289.0041ms +2021-09-04 13:10:47.774 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.776 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.779 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.781 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.784 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.790 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.790 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.791 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.797 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.797 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.802 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.809 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.811 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.811 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.812 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.812 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.812 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.817 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.818 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.820 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.821 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.822 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 159.7549ms +2021-09-04 13:10:47.822 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.824 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.824 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.825 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.825 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 326.1306ms +2021-09-04 13:10:47.825 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.829 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.829 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.830 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.9363ms +2021-09-04 13:10:47.830 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.830 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.833 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.837 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.838 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.841 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.841 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.841 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.842 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.844 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.845 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.846 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.846 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.855 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.855 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.858 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.860 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.899 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.3679ms +2021-09-04 13:10:47.901 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:47.904 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:47.922 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:47.929 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.936 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:47.936 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.940 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.941 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:47.941 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:47.941 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:47.942 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.942 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.5919ms +2021-09-04 13:10:47.942 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.942 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:47.945 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.6576ms +2021-09-04 13:10:47.945 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.945 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.8818ms +2021-09-04 13:10:47.945 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:47.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:47.975 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.013 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 166.7349ms +2021-09-04 13:10:48.013 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.019 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.068 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.068 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.068 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 310.7115ms +2021-09-04 13:10:48.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.071 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.074 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 298.0471ms +2021-09-04 13:10:48.075 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.075 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.076 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.077 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 216.9672ms +2021-09-04 13:10:48.077 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.078 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.078 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.078 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.078 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.085 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.086 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.086 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.086 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.086 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.087 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 329.4786ms +2021-09-04 13:10:48.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.091 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.092 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.093 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.093 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.094 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.095 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 152.9116ms +2021-09-04 13:10:48.096 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.098 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.098 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.099 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.099 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.104 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.107 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.113 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.113 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.113 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.119 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.119 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.120 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.120 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 293.6373ms +2021-09-04 13:10:48.120 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.122 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.133 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.138 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.138 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.142 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.142 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.151 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.153 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.154 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.156 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 323.8640ms +2021-09-04 13:10:48.158 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.183 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.184 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.191 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.191 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.191 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 291.9265ms +2021-09-04 13:10:48.195 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.198 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.198 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.198 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.209 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.210 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.213 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.214 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.221 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.221 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.8795ms +2021-09-04 13:10:48.221 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.222 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.225 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.225 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.226 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.228 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.243 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.7986ms +2021-09-04 13:10:48.244 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.272 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.278 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.288 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.309 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 188.6787ms +2021-09-04 13:10:48.310 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.312 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.318 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 164.5244ms +2021-09-04 13:10:48.318 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.332 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.2813ms +2021-09-04 13:10:48.332 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 255.8382ms +2021-09-04 13:10:48.332 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.333 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.333 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.341 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.346 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.352 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.352 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.353 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 282.1304ms +2021-09-04 13:10:48.354 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.359 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.359 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.367 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.367 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.369 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.373 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.384 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.386 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.393 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.394 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.406 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.407 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.418 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.419 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 330.4267ms +2021-09-04 13:10:48.422 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.435 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.435 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 313.4970ms +2021-09-04 13:10:48.436 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.439 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.440 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.440 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.440 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.442 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.9292ms +2021-09-04 13:10:48.442 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 212.832ms +2021-09-04 13:10:48.442 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.443 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.443 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.443 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.444 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.445 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.445 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.452 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.460 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.461 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.462 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.472 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.473 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.478 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.478 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.478 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.478 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.494 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.494 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.497 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.516 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.524 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.9363ms +2021-09-04 13:10:48.524 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.526 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.1637ms +2021-09-04 13:10:48.526 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.527 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.535 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 340.1040ms +2021-09-04 13:10:48.537 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.540 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.558 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.558 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.558 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.562 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.562 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.569 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.570 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.585 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.588 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.604 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 158.7745ms +2021-09-04 13:10:48.605 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.635 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.636 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.637 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 308.4895ms +2021-09-04 13:10:48.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 287.4775ms +2021-09-04 13:10:48.642 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.643 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.644 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.644 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.645 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 166.6989ms +2021-09-04 13:10:48.645 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.645 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 147.4446ms +2021-09-04 13:10:48.645 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.645 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.646 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.646 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.650 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.651 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.652 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.655 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.656 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.657 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.657 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.658 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.660 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.662 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.681 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.684 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.702 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.702 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.702 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.702 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 281.4596ms +2021-09-04 13:10:48.705 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.707 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.719 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.720 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.728 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.728 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.732 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 142.9904ms +2021-09-04 13:10:48.732 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.734 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.734 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.743 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.743 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.744 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.5047ms +2021-09-04 13:10:48.744 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 306.3481ms +2021-09-04 13:10:48.745 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.747 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.747 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.748 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.748 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.766 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.766 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.769 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.769 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.778 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.779 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.779 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.780 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.787 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.787 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.787 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.787 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.791 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.798 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.798 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.800 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.800 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.824 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.824 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 287.5622ms +2021-09-04 13:10:48.826 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 164.4965ms +2021-09-04 13:10:48.826 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.826 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.828 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 143.8003ms +2021-09-04 13:10:48.830 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.831 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.838 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.846 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.847 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.852 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.856 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.856 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.861 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.861 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.861 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.862 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.907 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 162.8658ms +2021-09-04 13:10:48.908 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.917 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.918 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:48.937 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.949 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.2049ms +2021-09-04 13:10:48.949 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.950 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 149.6504ms +2021-09-04 13:10:48.950 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 307.1907ms +2021-09-04 13:10:48.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 308.3043ms +2021-09-04 13:10:48.959 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.959 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:48.959 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.959 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:48.960 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.960 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:48.966 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.966 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:48.971 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.971 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.982 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.982 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:48.983 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.983 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.989 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.989 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:48.989 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.989 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:48.992 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.993 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:48.994 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:48.994 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.013 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.018 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 312.8699ms +2021-09-04 13:10:49.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.037 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.041 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.049 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.050 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.055 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.056 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.056 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 308.6090ms +2021-09-04 13:10:49.057 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.057 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.057 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.059 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 311.9951ms +2021-09-04 13:10:49.060 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 198.807ms +2021-09-04 13:10:49.060 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.060 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.061 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.061 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.061 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.065 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.065 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.068 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.069 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.069 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.070 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.075 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.076 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.077 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.077 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.079 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.079 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.086 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.091 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.135 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.136 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.166 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.167 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 172.7996ms +2021-09-04 13:10:49.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 341.3981ms +2021-09-04 13:10:49.167 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.168 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.3607ms +2021-09-04 13:10:49.168 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.169 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.169 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.171 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.171 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 114.2234ms +2021-09-04 13:10:49.171 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.171 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.173 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.177 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.189 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.190 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.199 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.200 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.206 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.207 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.226 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.267 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.268 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.268 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 190.3995ms +2021-09-04 13:10:49.269 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.270 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 310.9040ms +2021-09-04 13:10:49.273 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.274 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 314.3464ms +2021-09-04 13:10:49.275 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.275 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.281 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.284 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.284 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.290 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.291 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.291 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 199.1963ms +2021-09-04 13:10:49.292 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.294 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.299 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.299 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.300 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.300 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.300 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.300 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.301 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 281.6136ms +2021-09-04 13:10:49.302 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.302 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.303 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.303 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.303 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.304 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.314 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.318 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.318 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.324 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.331 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.331 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.337 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.338 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.343 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.345 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.365 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 157.8044ms +2021-09-04 13:10:49.365 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.368 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 310.9462ms +2021-09-04 13:10:49.371 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.376 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.378 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.380 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 318.7685ms +2021-09-04 13:10:49.382 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.383 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.383 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.392 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.393 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.403 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.403 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.403 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.408 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.409 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.414 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.418 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.419 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.438 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.441 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.465 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 162.3667ms +2021-09-04 13:10:49.465 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.465 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.471 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.483 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 164.3251ms +2021-09-04 13:10:49.483 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.484 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 315.3143ms +2021-09-04 13:10:49.484 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.592ms +2021-09-04 13:10:49.484 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.486 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.486 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.494 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.495 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.500 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.500 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.516 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.517 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.539 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.545 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.572 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.578 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.580 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 307.3968ms +2021-09-04 13:10:49.583 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.586 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.595 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 191.7582ms +2021-09-04 13:10:49.596 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.600 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.6994ms +2021-09-04 13:10:49.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 329.1526ms +2021-09-04 13:10:49.604 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.604 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.606 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 163.7523ms +2021-09-04 13:10:49.606 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.606 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.607 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.607 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.608 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.609 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.611 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.611 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.611 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.611 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.612 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.612 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.619 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.619 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.619 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.619 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.625 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.625 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.625 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.626 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.626 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.626 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.626 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.678 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.679 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 308.1250ms +2021-09-04 13:10:49.681 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.683 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.685 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.691 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.692 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.698 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.701 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 319.3104ms +2021-09-04 13:10:49.705 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.709 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.710 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.710 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.717 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 168.3332ms +2021-09-04 13:10:49.718 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.735 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.738 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.755 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.758 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.760 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.766 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.774 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.774 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.775 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.777 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.777 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.778 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 152.0024ms +2021-09-04 13:10:49.778 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 166.6217ms +2021-09-04 13:10:49.778 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.778 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.779 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.779 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.781 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 154.8477ms +2021-09-04 13:10:49.782 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.790 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.790 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.810 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 324.7568ms +2021-09-04 13:10:49.812 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:10:49.814 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:49.827 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:49.828 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.836 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:10:49.836 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.845 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:10:49.846 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:49.859 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.862 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:10:49.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 270.2720ms +2021-09-04 13:10:49.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 297.4647ms +2021-09-04 13:10:49.886 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.907 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 301.1621ms +2021-09-04 13:10:49.914 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 174.4859ms +2021-09-04 13:10:49.916 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.921 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.928 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 148.4554ms +2021-09-04 13:10:49.928 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.965 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:10:49.981 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.7959ms +2021-09-04 13:10:49.982 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:10:49.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.984 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:49.986 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 304.7965ms +2021-09-04 13:10:49.998 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:50.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:50.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:50.002 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 298.6567ms +2021-09-04 13:10:50.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:50.032 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:10:50.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 219.8480ms +2021-09-04 13:10:51.561 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a8Sk_zqvaejb2u9VafobLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:51.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:51.563 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:51.564 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:51.565 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:51.618 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2ivk8JAAT09-3upwElPfAw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:51.618 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:51.620 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:51.621 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:51.622 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:51.783 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rHzDjvb0jNuUJPKLUmImAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:51.783 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:51.785 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:51.786 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:51.787 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:52.163 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uFVvGCvfsGk28LFyXXQXrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:52.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:52.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:52.166 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:52.167 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:52.387 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LRWnXh2qP4PCEAiivvfYJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:52.387 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:52.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:52.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:52.391 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:52.505 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a7Cqbi8L3r3oBXjpYfaEbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:52.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:52.507 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:52.508 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:52.509 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:52.847 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZnATaB85uCCgA7XXMY9gmA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:52.848 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:52.850 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:52.850 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:52.852 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.203 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IJfjP7jZfsOHDsDk5vzqlQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.206 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.206 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.207 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.223 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r6kS4KCscAb0QYumiMecLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.225 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.226 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.227 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.242 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SZmnULEN-rvrvN-lNlfDwQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.245 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.246 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.261 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ae8brPrx9PwlErHVajs3xA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.263 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.265 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.278 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bd2sCd-5Cksfa_aVMOmNfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.279 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.281 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.281 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.282 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.296 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=627mQeODY5PzkN9aA6v1zA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.297 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.299 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.299 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.300 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.315 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LAfh3C2N6vgBasBb851Y3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.315 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.317 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.318 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.319 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.334 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2Cjm1akvV3BytiwNgsPDEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.335 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.337 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.337 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.338 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.352 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hfMqH5GTZ8OpSTx7G2hu2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.353 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.355 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.355 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.356 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.371 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b2xGGlc4mDg_L-9i1IZf3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.373 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.374 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.375 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.389 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qtdh-PcSIh59lRA5SvSkJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.391 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.392 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.393 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.407 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9EYLHhD7DUguWXmoSGAmYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.411 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.412 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.427 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FYX_pozCe3A6G1fBaRa76Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.430 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.430 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.431 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.446 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WWavEGIQHQUFy5lgUv-wuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.446 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.448 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.449 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.450 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.464 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bMRC-b8ei2aGSUQH7XEIZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.464 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.466 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.467 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.468 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.482 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SUOHnUB5361PchdDOLPQ4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.482 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.484 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.485 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.486 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.499 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uYKNGSxtBgne1vnftbxJsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.500 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.503 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.504 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.505 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:53.520 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5Sa-n0uQ1V4BWWj6TQAiNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:53.520 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:53.523 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:53.524 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:53.525 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.062 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UV4aHscoYAeP0ZJg5U3N2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.062 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.065 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.066 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.067 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.187 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j2y2_0jNRyfRS2IgDHhChQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.188 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.190 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.191 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.192 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.409 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iknHayHkOaz0uP_rCIKBQQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.411 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.412 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.413 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.428 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rlIollS4JaoLEHqpsIBTwA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.431 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.431 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.432 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YwAB9YtOTqbOK4sYmuw1YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.489 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.491 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.492 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.492 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.506 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GDMNmrVQGp_eozVxzcmGwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.506 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.509 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.509 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.510 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.585 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2qlWaa-61ukiOIqtHC8Q5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.587 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.588 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.589 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.605 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sV0pJhpUPFv9jeP0sITVEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.605 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.608 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.609 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.610 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.625 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TQep3ByzepSXZzz1Krr3Ag&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.626 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.628 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.628 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.629 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.792 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W1HNGkFd4L95HzjhEI2d1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.794 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.794 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.795 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.810 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6ibzAaJKi_3Czz-EQkFexA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.811 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.813 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.813 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.814 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.829 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mb8MyA8PQtxneXZ4deAU7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.830 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.832 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.832 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.833 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.966 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uZiIY5-FM__KAOduHk8J6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.966 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.968 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.969 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.970 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:54.985 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BTZnofi2wNHvuQa8P2qmoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:54.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:54.988 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:54.989 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:54.990 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.076 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eN6rqTzO_y6q0REdDZ0PaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.076 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.078 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.079 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.080 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.167 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gf5MO4g65rmxs1Ivp7UwJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.168 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.170 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.172 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.186 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bcqcf8CWgAz8e-sLhZhw3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.187 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.189 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.189 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.190 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.204 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5G7EX1XnMJAPkZXBVdwxYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.207 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.208 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.264 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZLi9QCWWBKV8GV1sX4KvkA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.264 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.266 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.267 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.268 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.282 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bm8f-PqgQu66yeqmxHfoqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.283 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.286 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.286 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.287 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.302 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FcXiRDWOHQPpyFWxDpnGTQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.304 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.305 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.305 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.343 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWtpBJQ0nzSDsfe5KvmHQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.343 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.346 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.346 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.347 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.390 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uUnla9A6hFPLYm3sxkw8XA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.392 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.393 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.394 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.443 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7B7t5vFzIgnftUXFM0YW2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.446 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.446 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.447 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.455 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:10:55.501 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vu6Xv1bB8QxlfvWXtGkpyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.504 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.505 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.506 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.549 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Hx4q2gYVSzPyK1Pd2Ytbhg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.549 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.552 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.552 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.553 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.582 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Zn9tItptZ10r3n0PsxYqNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.582 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.584 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.585 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.586 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.693 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oaw5H9aym7IE7lW3rGpmWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.693 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.695 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.696 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.697 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.711 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gw6_wlPBBcCt5PsUzdrzDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.711 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.713 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.714 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.715 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.802 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IV1NbL_N8Ah67yvS2M8eug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.803 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.805 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.805 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.806 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.913 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PBkRe3XGBCrQKj2nmiuOjQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.913 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.916 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.916 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.917 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.932 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5R7-EVV1taT-iCIrelLj7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.932 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.935 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.935 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.936 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:55.993 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dnHsVZu6zNy472v3Jsy3pA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:55.993 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:55.995 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:55.996 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:55.996 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.011 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VB2wJP7dUCaz7czqZ7n9YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.011 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.013 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.014 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.015 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.029 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4AqnN-1lbIJh34ixmH4xDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.031 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.032 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.033 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.068 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Uw_J5Wxi5W0TGRO7HKS74g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.071 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.071 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.072 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.100 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fAldE-Qkzula6_ie7d5yUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.100 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.103 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.103 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.104 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.131 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lNhXYgZVRm2Qh5dvcnw3BQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.131 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.134 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.134 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.135 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.149 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yF8OVugs7NuMvTuPsw_KHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.149 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.151 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.152 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.153 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.242 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cJDBd85LbYVsuafLhektCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.244 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.246 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.261 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JgimA40s4ff35LFc5O0U0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.263 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.265 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.280 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OFprgcklSussBXRykPXkKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.282 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.283 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.284 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.337 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l1tBM-rT58XqhiuksSlbbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.337 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.339 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.340 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.340 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.356 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dV2qPqiS_y37MS7g709Z2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.358 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.359 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.360 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.400 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U1J1zShLwkLE9Bi40FwjmA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.400 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.402 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.403 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.404 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.447 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TuAXDNUceVxjQTasUMpMCA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.447 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.449 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.450 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.451 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.465 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BqaC3p5vUhJH1REywxmU-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.468 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.468 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.469 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.541 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rUPdWvBpO6uWLm9NoW1tvQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.543 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.544 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.545 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.559 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GvDg3NlxjNvy15AfCYYD-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.560 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.562 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.562 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.563 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.620 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NgEogN5V6WlXEiyhk67-1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.621 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.623 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.623 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.624 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.642 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7-rYcjef84wp-w2nBWvAGA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.643 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.645 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.645 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.646 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.660 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lgCxuEoLNClvpP3MK2Uh-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.661 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.663 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.664 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.894 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BQj3UPbssoAhbZssz7VMYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.896 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.897 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.898 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.911 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XbOwQGEGsccQGGJ0Q5idog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.912 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.915 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.916 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.916 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.932 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ql8-Me8PNBlNIYVQfF5uKg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.932 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.934 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.935 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.936 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:56.968 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PHPzPvNlskReorQiER3PsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:56.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:56.971 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:56.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:56.973 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.092 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U5YhE7B5wsqfTKK9Pdjq-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.092 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.094 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.095 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.096 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.139 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=laFGzTZT2MASvsmhT0Cv0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.140 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.142 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.143 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.143 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.248 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XlVUXqdD2DsWUEFMSWWS7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.252 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.253 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.311 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0IjglhHo6YNPxw61mhZfgQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.311 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.314 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.314 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.315 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.330 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8JVFr8WiWkIGK1rsGmtBPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.334 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.335 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.337 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.352 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vR1snyaiZki4GYzy1j5SoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.352 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.355 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.355 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.356 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.424 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vDkz9-wYT_UOBMumYpiXGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.427 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.427 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.428 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.444 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cL4P3FWpMvyv_DN56ueSWQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.444 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.447 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.448 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.448 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.534 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C_P929EWj8neEq_3WF5x9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.537 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.537 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.539 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.785 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1LIUPtZgthf_5NnuKku-sA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.788 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.788 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.789 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.817 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1a9FwOLo8Zpgq-fNQn_R-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.818 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.820 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.820 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.821 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.865 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PmtI1nfFOPrUD7-JC84upg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.867 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.867 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.868 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.912 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uqOnfTMxuw5urFM9Q3il0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.912 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.914 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.915 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.916 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:57.991 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nKkcM6y9PjtX4bISbY5lsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:57.991 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:57.993 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:57.994 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:57.995 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.009 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=97GOaJwXWTWOZoLkpZX2Sg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.012 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.012 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.013 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.101 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4tQRISpO610IJ4_5wAOSaw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.104 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.105 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.106 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.212 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZOl-d4neJZjEa8riMfJIlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.213 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.215 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.215 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.216 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.231 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=81TQOAOv48fVCTpG8dXKSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.231 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.233 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.234 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.234 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.250 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s4IcHZV3mM6KV9QNk6HBhA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.250 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.252 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.253 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.254 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.269 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Orb1-7LLUtGGaQmMMRUmBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.269 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.272 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.272 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.273 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:10:58.351 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mJk1OW0C_wj_JrU3cmBG6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:10:58.351 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:10:58.353 +08:00 [INF] Successfully validated the token. +2021-09-04 13:10:58.354 +08:00 [INF] Authorization was successful. +2021-09-04 13:10:58.355 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:11.843 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:11:11.843 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:11.844 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 1.3838ms +2021-09-04 13:11:11.848 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:11.848 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:11.850 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:11.851 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:11.855 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:11.856 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:11.858 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:11.858 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:11.859 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:11.860 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:11.895 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:11.899 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 38.9956ms +2021-09-04 13:11:11.899 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:11.902 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:11.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:11.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:11.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.7644ms +2021-09-04 13:11:17.144 +08:00 [DBG] Transport connection checking... +2021-09-04 13:11:17.144 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:11:25.503 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:11:27.128 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C_P929EWj8neEq_3WF5x9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 29595.5213ms +2021-09-04 13:11:27.128 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IV1NbL_N8Ah67yvS2M8eug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 31327.0997ms +2021-09-04 13:11:27.284 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.285 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.285 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.285 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Uw_J5Wxi5W0TGRO7HKS74g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 31217.4535ms +2021-09-04 13:11:27.285 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8JVFr8WiWkIGK1rsGmtBPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 29955.5055ms +2021-09-04 13:11:27.285 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l1tBM-rT58XqhiuksSlbbQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30949.0395ms +2021-09-04 13:11:27.292 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.292 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=laFGzTZT2MASvsmhT0Cv0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30153.6222ms +2021-09-04 13:11:27.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a7Cqbi8L3r3oBXjpYfaEbg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34788.4382ms +2021-09-04 13:11:27.292 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.292 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fAldE-Qkzula6_ie7d5yUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 31192.8369ms +2021-09-04 13:11:27.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lgCxuEoLNClvpP3MK2Uh-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30632.7262ms +2021-09-04 13:11:27.517 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.517 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.517 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.518 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XbOwQGEGsccQGGJ0Q5idog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30606.9187ms +2021-09-04 13:11:27.518 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BQj3UPbssoAhbZssz7VMYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30624.3850ms +2021-09-04 13:11:27.518 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PmtI1nfFOPrUD7-JC84upg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 29653.7839ms +2021-09-04 13:11:27.980 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.980 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.980 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vR1snyaiZki4GYzy1j5SoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30629.2917ms +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YwAB9YtOTqbOK4sYmuw1YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33492.8967ms +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4AqnN-1lbIJh34ixmH4xDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 31952.6899ms +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cL4P3FWpMvyv_DN56ueSWQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30538.1486ms +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1a9FwOLo8Zpgq-fNQn_R-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 30164.1780ms +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9EYLHhD7DUguWXmoSGAmYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34575.0386ms +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iknHayHkOaz0uP_rCIKBQQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33573.2202ms +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TQep3ByzepSXZzz1Krr3Ag&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33356.9576ms +2021-09-04 13:11:27.981 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VB2wJP7dUCaz7czqZ7n9YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 31971.4580ms +2021-09-04 13:11:28.005 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:28.005 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:28.005 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:28.005 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:28.005 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s4IcHZV3mM6KV9QNk6HBhA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 29755.8953ms +2021-09-04 13:11:28.005 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qtdh-PcSIh59lRA5SvSkJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34617.1591ms +2021-09-04 13:11:28.005 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SUOHnUB5361PchdDOLPQ4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34524.1052ms +2021-09-04 13:11:28.005 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SZmnULEN-rvrvN-lNlfDwQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34763.6809ms +2021-09-04 13:11:30.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.854 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rHzDjvb0jNuUJPKLUmImAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 39072.8712ms +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=81TQOAOv48fVCTpG8dXKSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32624.9164ms +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Hx4q2gYVSzPyK1Pd2Ytbhg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35306.4623ms +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W1HNGkFd4L95HzjhEI2d1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36064.0605ms +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OFprgcklSussBXRykPXkKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34576.0816ms +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4tQRISpO610IJ4_5wAOSaw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32754.4550ms +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PHPzPvNlskReorQiER3PsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33887.7907ms +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7B7t5vFzIgnftUXFM0YW2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35413.1410ms +2021-09-04 13:11:30.855 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cJDBd85LbYVsuafLhektCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34614.3171ms +2021-09-04 13:11:30.856 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.856 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a8Sk_zqvaejb2u9VafobLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 39296.1636ms +2021-09-04 13:11:30.856 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.856 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vu6Xv1bB8QxlfvWXtGkpyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35355.6550ms +2021-09-04 13:11:30.855 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sV0pJhpUPFv9jeP0sITVEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36270.8823ms +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JgimA40s4ff35LFc5O0U0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34615.5477ms +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U5YhE7B5wsqfTKK9Pdjq-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33784.6450ms +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TuAXDNUceVxjQTasUMpMCA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34429.3208ms +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2ivk8JAAT09-3upwElPfAw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 39258.8051ms +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.875 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j2y2_0jNRyfRS2IgDHhChQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36689.0738ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZOl-d4neJZjEa8riMfJIlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32664.1182ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BTZnofi2wNHvuQa8P2qmoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35891.2821ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IJfjP7jZfsOHDsDk5vzqlQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37673.5031ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BqaC3p5vUhJH1REywxmU-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34411.4970ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1LIUPtZgthf_5NnuKku-sA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33091.2386ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vDkz9-wYT_UOBMumYpiXGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33452.7529ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NgEogN5V6WlXEiyhk67-1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34256.5788ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eN6rqTzO_y6q0REdDZ0PaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35801.4704ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uYKNGSxtBgne1vnftbxJsg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37377.8951ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PBkRe3XGBCrQKj2nmiuOjQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34964.4564ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oaw5H9aym7IE7lW3rGpmWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35184.2535ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dV2qPqiS_y37MS7g709Z2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34521.4180ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WWavEGIQHQUFy5lgUv-wuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37431.6715ms +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LRWnXh2qP4PCEAiivvfYJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 38490.4021ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0IjglhHo6YNPxw61mhZfgQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33566.4323ms +2021-09-04 13:11:30.876 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mb8MyA8PQtxneXZ4deAU7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36048.2648ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6ibzAaJKi_3Czz-EQkFexA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36067.2633ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XlVUXqdD2DsWUEFMSWWS7g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33629.0926ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FYX_pozCe3A6G1fBaRa76Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37450.7251ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Zn9tItptZ10r3n0PsxYqNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35296.2624ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uFVvGCvfsGk28LFyXXQXrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 38714.9244ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uqOnfTMxuw5urFM9Q3il0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32965.8665ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FcXiRDWOHQPpyFWxDpnGTQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35576.4261ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=627mQeODY5PzkN9aA6v1zA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37581.6128ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bm8f-PqgQu66yeqmxHfoqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35595.8508ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bMRC-b8ei2aGSUQH7XEIZQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37414.2054ms +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rlIollS4JaoLEHqpsIBTwA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36449.6992ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mJk1OW0C_wj_JrU3cmBG6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32527.3287ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gw6_wlPBBcCt5PsUzdrzDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35167.6652ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ql8-Me8PNBlNIYVQfF5uKg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 33946.5183ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=U1J1zShLwkLE9Bi40FwjmA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34478.6953ms +2021-09-04 13:11:30.877 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.878 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2qlWaa-61ukiOIqtHC8Q5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36293.8305ms +2021-09-04 13:11:30.878 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.878 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uUnla9A6hFPLYm3sxkw8XA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35488.6994ms +2021-09-04 13:11:30.878 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.878 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LAfh3C2N6vgBasBb851Y3Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37563.9967ms +2021-09-04 13:11:30.878 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.878 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GDMNmrVQGp_eozVxzcmGwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36373.0209ms +2021-09-04 13:11:30.878 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.878 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWtpBJQ0nzSDsfe5KvmHQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35535.9779ms +2021-09-04 13:11:30.878 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.895 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.877 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uZiIY5-FM__KAOduHk8J6Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35912.8173ms +2021-09-04 13:11:30.895 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=97GOaJwXWTWOZoLkpZX2Sg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32869.9975ms +2021-09-04 13:11:30.895 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.895 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yF8OVugs7NuMvTuPsw_KHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34747.6026ms +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.896 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gf5MO4g65rmxs1Ivp7UwJQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35730.0536ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZnATaB85uCCgA7XXMY9gmA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 38049.1224ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=r6kS4KCscAb0QYumiMecLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37674.6353ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rUPdWvBpO6uWLm9NoW1tvQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34356.5735ms +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5R7-EVV1taT-iCIrelLj7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34965.3946ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lNhXYgZVRm2Qh5dvcnw3BQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34766.3456ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b2xGGlc4mDg_L-9i1IZf3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37526.7747ms +2021-09-04 13:11:30.896 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5G7EX1XnMJAPkZXBVdwxYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35691.8949ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nKkcM6y9PjtX4bISbY5lsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32906.7816ms +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GvDg3NlxjNvy15AfCYYD-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34338.3423ms +2021-09-04 13:11:30.897 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5Sa-n0uQ1V4BWWj6TQAiNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37378.0017ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UV4aHscoYAeP0ZJg5U3N2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 36836.2890ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Bd2sCd-5Cksfa_aVMOmNfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37619.7722ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2Cjm1akvV3BytiwNgsPDEg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37563.4943ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZLi9QCWWBKV8GV1sX4KvkA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35634.1178ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dnHsVZu6zNy472v3Jsy3pA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34905.3881ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bcqcf8CWgAz8e-sLhZhw3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 35711.6732ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hfMqH5GTZ8OpSTx7G2hu2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37545.5828ms +2021-09-04 13:11:30.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7-rYcjef84wp-w2nBWvAGA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 34255.6885ms +2021-09-04 13:11:30.997 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.997 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:11:30.997 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ae8brPrx9PwlErHVajs3xA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 37736.8505ms +2021-09-04 13:11:30.997 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Orb1-7LLUtGGaQmMMRUmBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 32728.6156ms +2021-09-04 13:11:46.823 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.823 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.823 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5935ms +2021-09-04 13:11:46.824 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.824 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4286ms +2021-09-04 13:11:46.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.828 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.828 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.828 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.828 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3212ms +2021-09-04 13:11:46.829 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.829 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.829 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.829 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3337ms +2021-09-04 13:11:46.830 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.830 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.831 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.831 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.831 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.832 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.832 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.832 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.832 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.833 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.833 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4384ms +2021-09-04 13:11:46.835 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.837 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.837 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.838 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.838 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.838 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5865ms +2021-09-04 13:11:46.844 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.844 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.846 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.846 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.846 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2211ms +2021-09-04 13:11:46.847 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8666ms +2021-09-04 13:11:46.848 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.848 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.850 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.850 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.851 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4143ms +2021-09-04 13:11:46.851 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9001ms +2021-09-04 13:11:46.851 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.852 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.853 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.854 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.854 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.855 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9056ms +2021-09-04 13:11:46.855 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.855 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4445ms +2021-09-04 13:11:46.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.856 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.859 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7412ms +2021-09-04 13:11:46.859 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.860 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.861 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.863 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3526ms +2021-09-04 13:11:46.863 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.863 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6459ms +2021-09-04 13:11:46.864 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.865 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.865 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1298ms +2021-09-04 13:11:46.865 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3684ms +2021-09-04 13:11:46.865 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.866 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.866 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.5307ms +2021-09-04 13:11:46.866 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.868 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.869 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.873 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.873 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.874 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.874 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.874 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 46.6383ms +2021-09-04 13:11:46.874 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.875 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3542ms +2021-09-04 13:11:46.875 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.875 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.0378ms +2021-09-04 13:11:46.876 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9699ms +2021-09-04 13:11:46.876 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.876 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.876 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.876 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.3892ms +2021-09-04 13:11:46.876 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.878 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.878 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.881 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.881 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.881 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.881 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.882 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.882 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.882 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5538ms +2021-09-04 13:11:46.882 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.883 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.883 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.888 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.890 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 58.4748ms +2021-09-04 13:11:46.891 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.891 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.894 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.894 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.895 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.895 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 7.6901ms +2021-09-04 13:11:46.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.896 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.896 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2123ms +2021-09-04 13:11:46.897 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.897 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.898 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.898 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7809ms +2021-09-04 13:11:46.898 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4857ms +2021-09-04 13:11:46.898 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.898 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7474ms +2021-09-04 13:11:46.899 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.899 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6661ms +2021-09-04 13:11:46.899 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.900 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.904 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.905 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.906 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7683ms +2021-09-04 13:11:46.907 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.908 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.909 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.909 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.909 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.7660ms +2021-09-04 13:11:46.909 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.909 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.910 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3282ms +2021-09-04 13:11:46.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.910 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.2931ms +2021-09-04 13:11:46.911 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.912 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.912 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5897ms +2021-09-04 13:11:46.916 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.919 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.919 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.919 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.919 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.920 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.2308ms +2021-09-04 13:11:46.921 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.921 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.921 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.921 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.922 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7803ms +2021-09-04 13:11:46.922 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.922 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9246ms +2021-09-04 13:11:46.922 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.8055ms +2021-09-04 13:11:46.923 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6065ms +2021-09-04 13:11:46.927 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.928 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.929 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.931 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7742ms +2021-09-04 13:11:46.931 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.3610ms +2021-09-04 13:11:46.932 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2112ms +2021-09-04 13:11:46.932 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.935 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.935 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.936 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.937 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.937 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.0221ms +2021-09-04 13:11:46.938 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.938 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.5006ms +2021-09-04 13:11:46.939 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.940 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.9855ms +2021-09-04 13:11:46.941 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.942 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6809ms +2021-09-04 13:11:46.942 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.944 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.945 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.945 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6884ms +2021-09-04 13:11:46.947 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.949 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.949 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9708ms +2021-09-04 13:11:46.949 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3590ms +2021-09-04 13:11:46.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.2469ms +2021-09-04 13:11:46.953 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.952 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.954 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.954 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.954 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.5891ms +2021-09-04 13:11:46.955 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.957 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.957 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.958 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6143ms +2021-09-04 13:11:46.958 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3504ms +2021-09-04 13:11:46.958 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.960 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.961 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.962 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4710ms +2021-09-04 13:11:46.964 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.964 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.965 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.966 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9506ms +2021-09-04 13:11:46.966 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.966 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.6058ms +2021-09-04 13:11:46.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6561ms +2021-09-04 13:11:46.969 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.970 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 104.1651ms +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 96.2634ms +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 111.3643ms +2021-09-04 13:11:46.971 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 116.3365ms +2021-09-04 13:11:46.971 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4366ms +2021-09-04 13:11:46.971 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.971 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.971 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.971 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.971 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5633ms +2021-09-04 13:11:46.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.973 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.974 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.975 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:46.975 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4797ms +2021-09-04 13:11:46.975 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.8773ms +2021-09-04 13:11:46.976 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:46.976 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.976 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.978 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.978 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5109ms +2021-09-04 13:11:46.979 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:46.980 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:46.981 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.981 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:46.989 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.989 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.990 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.990 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1433ms +2021-09-04 13:11:46.990 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.990 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.990 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.990 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.0106ms +2021-09-04 13:11:46.990 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.2405ms +2021-09-04 13:11:46.993 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.995 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:46.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3394ms +2021-09-04 13:11:46.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:46.999 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.000 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7433ms +2021-09-04 13:11:47.000 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.4981ms +2021-09-04 13:11:47.001 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.004 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4748ms +2021-09-04 13:11:47.005 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.005 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.005 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.006 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.007 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 54.5015ms +2021-09-04 13:11:47.007 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 5.0747ms +2021-09-04 13:11:47.007 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.009 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2486ms +2021-09-04 13:11:47.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.009 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.8471ms +2021-09-04 13:11:47.010 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.013 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.015 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.015 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.016 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.7553ms +2021-09-04 13:11:47.016 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.3851ms +2021-09-04 13:11:47.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1235ms +2021-09-04 13:11:47.018 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.018 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2410ms +2021-09-04 13:11:47.019 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.024 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.6303ms +2021-09-04 13:11:47.024 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.024 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.025 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7694ms +2021-09-04 13:11:47.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.027 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.027 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.0491ms +2021-09-04 13:11:47.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.028 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3031ms +2021-09-04 13:11:47.030 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.031 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.032 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.4729ms +2021-09-04 13:11:47.032 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.034 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.035 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.036 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4549ms +2021-09-04 13:11:47.036 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.037 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.037 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.038 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.039 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.9315ms +2021-09-04 13:11:47.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.040 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.2619ms +2021-09-04 13:11:47.040 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.043 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.045 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 4.3472ms +2021-09-04 13:11:47.045 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.047 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7662ms +2021-09-04 13:11:47.047 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.7773ms +2021-09-04 13:11:47.048 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.050 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.3519ms +2021-09-04 13:11:47.050 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.050 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.051 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.4505ms +2021-09-04 13:11:47.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.051 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.052 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.052 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.7995ms +2021-09-04 13:11:47.053 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.7991ms +2021-09-04 13:11:47.054 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.054 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.054 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.054 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.054 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.9896ms +2021-09-04 13:11:47.055 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.056 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6071ms +2021-09-04 13:11:47.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.0210ms +2021-09-04 13:11:47.056 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.4458ms +2021-09-04 13:11:47.056 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.056 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.056 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.056 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.058 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.059 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.060 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.061 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.062 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.063 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.063 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.064 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.064 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.065 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.065 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.065 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.1493ms +2021-09-04 13:11:47.066 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6396ms +2021-09-04 13:11:47.065 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.6294ms +2021-09-04 13:11:47.066 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.066 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.066 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.066 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.066 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4264ms +2021-09-04 13:11:47.067 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.068 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.069 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.071 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.072 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.072 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.072 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.072 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.073 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.074 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6449ms +2021-09-04 13:11:47.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.079 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 71.8239ms +2021-09-04 13:11:47.080 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.080 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.081 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.083 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.9983ms +2021-09-04 13:11:47.084 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.1860ms +2021-09-04 13:11:47.085 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.086 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.087 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.088 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.089 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.6755ms +2021-09-04 13:11:47.090 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.091 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.092 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.091 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.092 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.092 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.2374ms +2021-09-04 13:11:47.092 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.4045ms +2021-09-04 13:11:47.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.094 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 1.3231ms +2021-09-04 13:11:47.094 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.7283ms +2021-09-04 13:11:47.094 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 6.7457ms +2021-09-04 13:11:47.095 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.097 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.098 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.098 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.099 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 2.1360ms +2021-09-04 13:11:47.099 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:11:47.101 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.103 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 3.4922ms +2021-09-04 13:11:47.106 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.107 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.125 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.125 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.126 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.2372ms +2021-09-04 13:11:47.127 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.0056ms +2021-09-04 13:11:47.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.130 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.130 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.132 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.0873ms +2021-09-04 13:11:47.132 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.133 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.139 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.7542ms +2021-09-04 13:11:47.140 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 85.1241ms +2021-09-04 13:11:47.142 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.143 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.145 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.146 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.146 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.146 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.146 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.147 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.147 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.147 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.147 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.148 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.149 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.149 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.150 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.150 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.151 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.151 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.154 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.5502ms +2021-09-04 13:11:47.154 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.154 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.184 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.185 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.212 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.7844ms +2021-09-04 13:11:47.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.213 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.213 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.1528ms +2021-09-04 13:11:47.214 +08:00 [DBG] Transport connection checking... +2021-09-04 13:11:47.214 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:11:47.214 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.216 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.3409ms +2021-09-04 13:11:47.217 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.217 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.217 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.0929ms +2021-09-04 13:11:47.217 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.221 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.222 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.224 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.224 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.225 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 92.2338ms +2021-09-04 13:11:47.225 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.227 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.227 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.227 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.227 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.227 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.228 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.232 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.233 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.233 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.233 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.233 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.233 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.235 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.235 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.235 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.235 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.7548ms +2021-09-04 13:11:47.247 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.248 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.257 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.258 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.263 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.263 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.283 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.9550ms +2021-09-04 13:11:47.283 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 68.8664ms +2021-09-04 13:11:47.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.284 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.305 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.2134ms +2021-09-04 13:11:47.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.307 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.310 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.310 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.311 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.9222ms +2021-09-04 13:11:47.312 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.312 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.313 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.6529ms +2021-09-04 13:11:47.313 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.313 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.313 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.313 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.313 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.314 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.315 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.315 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.316 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.316 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.316 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.317 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 70.1775ms +2021-09-04 13:11:47.317 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.317 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.317 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.317 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.318 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.318 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.318 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.321 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.322 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.332 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.367 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.7552ms +2021-09-04 13:11:47.371 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.372 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.373 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.4471ms +2021-09-04 13:11:47.374 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.374 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 72.6833ms +2021-09-04 13:11:47.386 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.389 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.389 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 76.1129ms +2021-09-04 13:11:47.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.389 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.390 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.1742ms +2021-09-04 13:11:47.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.390 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.391 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.394 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.394 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.394 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.394 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.394 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.395 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.395 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.395 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.395 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.396 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.396 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.396 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.397 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.397 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.398 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.398 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.400 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.3840ms +2021-09-04 13:11:47.401 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.401 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.414 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.424 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.425 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.457 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.5644ms +2021-09-04 13:11:47.458 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.3003ms +2021-09-04 13:11:47.459 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.459 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.459 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.463 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.4111ms +2021-09-04 13:11:47.463 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.6745ms +2021-09-04 13:11:47.464 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.465 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.470 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.5336ms +2021-09-04 13:11:47.470 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.471 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.472 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.472 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.472 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.472 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.472 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.472 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.475 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.475 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.475 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.476 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.476 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.477 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.477 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.477 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.477 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.477 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.479 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.479 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.480 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.480 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.483 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.483 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.4375ms +2021-09-04 13:11:47.483 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.484 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.498 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.512 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.513 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.537 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.537 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.537 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.537 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.538 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.8515ms +2021-09-04 13:11:47.538 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 73.7109ms +2021-09-04 13:11:47.540 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.540 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.542 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.542 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 86.3925ms +2021-09-04 13:11:47.544 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.0247ms +2021-09-04 13:11:47.545 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.545 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.547 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.547 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.549 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.3361ms +2021-09-04 13:11:47.550 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.550 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.554 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.554 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.554 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.555 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.556 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.556 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.557 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.558 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.558 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.558 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.558 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.558 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.2276ms +2021-09-04 13:11:47.562 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.562 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.564 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.565 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.566 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.567 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.622 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.622 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.624 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.7454ms +2021-09-04 13:11:47.625 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.8398ms +2021-09-04 13:11:47.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.8478ms +2021-09-04 13:11:47.632 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.9288ms +2021-09-04 13:11:47.632 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.632 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.633 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.634 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.634 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.636 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 95.2010ms +2021-09-04 13:11:47.636 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.637 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.637 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.637 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.639 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.639 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.639 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.639 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.640 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 77.6982ms +2021-09-04 13:11:47.640 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.640 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.640 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.640 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.640 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.640 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.641 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.641 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.642 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.643 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.644 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.645 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.645 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.714 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.714 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.715 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.4878ms +2021-09-04 13:11:47.715 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.1038ms +2021-09-04 13:11:47.715 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 90.3888ms +2021-09-04 13:11:47.715 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.716 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.716 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.716 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.5195ms +2021-09-04 13:11:47.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.717 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 84.0738ms +2021-09-04 13:11:47.717 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.717 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.718 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.718 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.721 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.721 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.721 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.721 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.721 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.721 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.5847ms +2021-09-04 13:11:47.722 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.722 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.722 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.723 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.725 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.726 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.727 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.727 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 79.0358ms +2021-09-04 13:11:47.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.0748ms +2021-09-04 13:11:47.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.796 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.796 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.0669ms +2021-09-04 13:11:47.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.797 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 81.3587ms +2021-09-04 13:11:47.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.800 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.800 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.800 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.7979ms +2021-09-04 13:11:47.801 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.801 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.802 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.802 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.803 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.803 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.804 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.804 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.804 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.804 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.804 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.804 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.2356ms +2021-09-04 13:11:47.804 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.805 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.806 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.807 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.810 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.810 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.857 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 61.3614ms +2021-09-04 13:11:47.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.859 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.871 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.875 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.4965ms +2021-09-04 13:11:47.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 82.8733ms +2021-09-04 13:11:47.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.4198ms +2021-09-04 13:11:47.879 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.880 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.881 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 83.6417ms +2021-09-04 13:11:47.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.881 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.883 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.883 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.883 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.883 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.884 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.884 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.884 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.884 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.884 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.884 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 80.1425ms +2021-09-04 13:11:47.885 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.885 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.885 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.885 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.888 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.889 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.895 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.896 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.909 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 51.1868ms +2021-09-04 13:11:47.910 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.919 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.921 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.925 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.926 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.3323ms +2021-09-04 13:11:47.952 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.954 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.959 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 78.5445ms +2021-09-04 13:11:47.961 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.964 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.969 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.969 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.5061ms +2021-09-04 13:11:47.969 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.3888ms +2021-09-04 13:11:47.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.971 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.974 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 89.5943ms +2021-09-04 13:11:47.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.974 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.974 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.975 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.976 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.976 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.976 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.976 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.977 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:47.977 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 67.8557ms +2021-09-04 13:11:47.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:47.982 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.982 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.982 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:47.982 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.982 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.982 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.983 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.984 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.985 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.985 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:47.986 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:47.987 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:47.988 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 63.9074ms +2021-09-04 13:11:48.016 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.027 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.030 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 69.1312ms +2021-09-04 13:11:48.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.033 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.034 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.034 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.053 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.060 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.8554ms +2021-09-04 13:11:48.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 94.9729ms +2021-09-04 13:11:48.066 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 87.6629ms +2021-09-04 13:11:48.066 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.066 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.066 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.067 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.068 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 93.3874ms +2021-09-04 13:11:48.068 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.068 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.068 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.074 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.075 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.075 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.078 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 62.3530ms +2021-09-04 13:11:48.079 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.081 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.091 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.093 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.096 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.098 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.098 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 66.3305ms +2021-09-04 13:11:48.098 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.100 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.109 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.111 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.116 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.116 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.1828ms +2021-09-04 13:11:48.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.8326ms +2021-09-04 13:11:48.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.142 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 75.7593ms +2021-09-04 13:11:48.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.143 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.150 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.150 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.152 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.152 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.156 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.156 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.156 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.156 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.159 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.159 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 91.4949ms +2021-09-04 13:11:48.160 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.162 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.165 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.165 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.165 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.165 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 67.0868ms +2021-09-04 13:11:48.165 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.167 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 88.3351ms +2021-09-04 13:11:48.168 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:11:48.169 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:48.171 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.178 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:48.180 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:48.182 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.184 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.185 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.185 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:11:48.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.197 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 56.0740ms +2021-09-04 13:11:48.197 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 56.2070ms +2021-09-04 13:11:48.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.217 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.6691ms +2021-09-04 13:11:48.230 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.230 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.231 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 62.8907ms +2021-09-04 13:11:48.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:48.234 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 74.0595ms +2021-09-04 13:11:49.633 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:11:49.633 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.633 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5047ms +2021-09-04 13:11:49.635 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.635 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.637 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.638 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.642 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.642 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.646 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.646 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.648 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.648 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.686 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.690 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.6304ms +2021-09-04 13:11:49.690 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.693 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.733 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 98.4934ms +2021-09-04 13:11:49.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.737 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.742 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.742 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.746 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.746 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.747 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.747 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.770 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.773 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.779 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.781 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.782 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.785 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.785 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.789 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.789 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.790 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.790 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.791 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.5099ms +2021-09-04 13:11:49.791 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.808 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.815 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.821 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.828 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.829 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.836 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.836 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.839 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.9434ms +2021-09-04 13:11:49.839 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.839 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.843 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.844 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.846 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.846 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 56.1495ms +2021-09-04 13:11:49.846 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.847 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.851 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.851 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.856 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.856 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.857 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.857 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.888 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.892 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.896 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.896 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.900 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 130.5715ms +2021-09-04 13:11:49.900 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.900 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.903 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 63.1464ms +2021-09-04 13:11:49.903 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.903 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.903 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.904 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.905 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.922 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.927 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.928 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.929 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.934 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.934 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.937 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 79.4749ms +2021-09-04 13:11:49.937 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.943 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.943 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.945 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.946 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.960 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.969 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 162.3813ms +2021-09-04 13:11:49.971 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:49.972 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.976 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:49.976 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.982 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:49.982 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:49.984 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 79.6002ms +2021-09-04 13:11:49.984 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.985 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:49.985 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:49.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.995 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:49.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:49.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:49.997 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 152.9564ms +2021-09-04 13:11:49.999 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:49.999 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.003 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.003 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.010 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.010 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.018 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.020 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.042 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.044 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 157.4866ms +2021-09-04 13:11:50.051 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.054 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.058 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.058 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.062 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.063 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.063 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.5142ms +2021-09-04 13:11:50.063 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.063 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.065 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.065 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.068 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.070 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.070 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 84.6455ms +2021-09-04 13:11:50.070 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.076 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.083 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.084 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.089 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.090 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.096 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.096 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.099 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.107 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.112 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 91.6919ms +2021-09-04 13:11:50.112 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.119 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.124 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.133 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.134 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.140 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 218.7448ms +2021-09-04 13:11:50.142 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.142 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.145 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.145 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.150 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.152 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.154 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.154 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.155 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.160 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 200.5506ms +2021-09-04 13:11:50.163 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.164 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.170 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.170 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.172 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 106.6344ms +2021-09-04 13:11:50.173 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.185 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.187 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.188 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.188 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 197.1299ms +2021-09-04 13:11:50.195 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.197 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.201 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.201 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.204 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.204 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.204 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 108.427ms +2021-09-04 13:11:50.205 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.205 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.205 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.222 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.240 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.240 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 208.8660ms +2021-09-04 13:11:50.246 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.246 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.247 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.252 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.253 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.255 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.256 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.259 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.269 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.973ms +2021-09-04 13:11:50.270 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.274 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 204.2736ms +2021-09-04 13:11:50.279 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.280 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.286 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.286 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.293 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.293 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.293 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.298 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.300 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.301 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.307 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.308 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.311 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.0195ms +2021-09-04 13:11:50.311 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.311 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.312 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.315 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.315 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.317 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.4699ms +2021-09-04 13:11:50.318 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.323 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.323 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.344 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.5103ms +2021-09-04 13:11:50.346 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.347 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.356 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.360 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.362 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.368 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.368 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.375 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.375 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.386 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.388 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.402 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.405 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.0940ms +2021-09-04 13:11:50.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.407 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 150.3374ms +2021-09-04 13:11:50.407 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.410 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 223.6782ms +2021-09-04 13:11:50.411 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.414 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.012ms +2021-09-04 13:11:50.414 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.414 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.419 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.421 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.427 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.428 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.434 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.435 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.435 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.438 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.440 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.443 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.444 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.450 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.450 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.454 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.454 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.8905ms +2021-09-04 13:11:50.454 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.454 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.467 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.480 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 258.2146ms +2021-09-04 13:11:50.482 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.483 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.488 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.491 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.493 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.498 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.498 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.504 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.504 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.505 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.5919ms +2021-09-04 13:11:50.505 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.507 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.508 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.8824ms +2021-09-04 13:11:50.519 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.521 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.530 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.537 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.540 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.543 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.545 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.9539ms +2021-09-04 13:11:50.546 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.547 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.547 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.548 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.549 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.556 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.557 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.561 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.561 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.561 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.564 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.565 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.568 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.568 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.571 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.8651ms +2021-09-04 13:11:50.571 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.574 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.574 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.579 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.197ms +2021-09-04 13:11:50.579 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.585 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.587 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.594 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.606 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.609 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.609 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.609 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.1069ms +2021-09-04 13:11:50.611 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.611 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.620 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 111.0608ms +2021-09-04 13:11:50.620 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.620 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.622 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.627 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.627 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.632 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.632 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.642 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 220.4463ms +2021-09-04 13:11:50.644 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.646 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.646 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.648 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.661 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.666 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.674 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.675 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.682 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.682 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.682 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.687 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.688 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.690 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.691 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 285.1219ms +2021-09-04 13:11:50.694 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.698 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 137.1443ms +2021-09-04 13:11:50.698 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.701 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 113.2945ms +2021-09-04 13:11:50.701 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.703 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.705 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.711 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.711 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.711 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.712 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.718 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.718 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.719 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 236.5725ms +2021-09-04 13:11:50.720 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.720 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.720 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.720 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.724 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.725 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.731 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.731 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.739 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.739 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.752 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.753 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.778 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.785 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.794 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.8626ms +2021-09-04 13:11:50.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 247.6266ms +2021-09-04 13:11:50.794 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 276.0437ms +2021-09-04 13:11:50.796 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 107.4604ms +2021-09-04 13:11:50.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.796 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.807 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.810 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.811 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.816 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.816 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.818 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.819 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.823 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.824 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.826 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.828 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.835 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.836 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.852 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.855 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.873 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.2171ms +2021-09-04 13:11:50.874 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.874 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.1768ms +2021-09-04 13:11:50.875 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 231.6288ms +2021-09-04 13:11:50.878 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.880 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.882 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.883 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.889 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.889 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.892 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 280.6358ms +2021-09-04 13:11:50.894 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.899 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.900 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.904 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.904 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.905 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.905 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.911 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.911 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.911 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.918 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.918 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.931 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.933 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.946 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 117.8823ms +2021-09-04 13:11:50.946 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.956 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:50.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.959 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.9553ms +2021-09-04 13:11:50.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.961 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.962 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 268.8241ms +2021-09-04 13:11:50.964 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.4072ms +2021-09-04 13:11:50.964 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:50.964 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.964 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:50.965 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.965 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.970 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.970 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.970 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:50.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:50.975 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.975 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.975 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:50.975 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.979 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.979 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:50.982 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:50.983 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:50.991 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:50.993 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.040 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.040 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 244.2950ms +2021-09-04 13:11:51.044 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 110.7506ms +2021-09-04 13:11:51.044 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.045 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.6939ms +2021-09-04 13:11:51.045 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.076 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.076 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.076 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 279.4569ms +2021-09-04 13:11:51.079 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.080 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.104 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.104 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.108 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.114 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.115 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 136.3462ms +2021-09-04 13:11:51.117 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.124 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.124 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.125 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.125 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.146 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.147 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.147 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.148 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.151 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.7333ms +2021-09-04 13:11:51.153 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.155 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.156 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.157 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.175 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.175 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.175 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.176 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.177 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.7157ms +2021-09-04 13:11:51.180 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.181 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.186 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.186 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.189 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.190 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.196 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 202.1003ms +2021-09-04 13:11:51.196 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.196 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.196 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.202 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.202 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.204 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.204 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.221 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.9894ms +2021-09-04 13:11:51.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.240 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.248 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.248 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.248 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.248 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.254 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.254 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.263 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.265 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.277 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 128.3775ms +2021-09-04 13:11:51.277 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.280 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.0963ms +2021-09-04 13:11:51.281 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.285 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.287 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 323.3761ms +2021-09-04 13:11:51.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.291 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.296 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 109.3352ms +2021-09-04 13:11:51.296 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.296 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.297 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.301 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.301 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.312 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.314 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.342 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.349 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.363 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.373 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 288.6475ms +2021-09-04 13:11:51.373 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 325.2533ms +2021-09-04 13:11:51.377 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.383 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.387 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.387 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.388 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 183.146ms +2021-09-04 13:11:51.388 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.390 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.394 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.399 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.399 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.401 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.0904ms +2021-09-04 13:11:51.401 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.401 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.404 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.5697ms +2021-09-04 13:11:51.404 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.404 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.407 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.407 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.408 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.408 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.409 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.410 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.410 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.410 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.411 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.416 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.416 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.421 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.421 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.431 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.434 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.464 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.470 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 291.0497ms +2021-09-04 13:11:51.472 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.472 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.473 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.473 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.1471ms +2021-09-04 13:11:51.474 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.3527ms +2021-09-04 13:11:51.474 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.484 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.488 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.490 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.500 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.501 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.505 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.507 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.508 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.508 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.514 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.514 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.516 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.518 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.519 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.520 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.520 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.521 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.522 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.522 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.527 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.397ms +2021-09-04 13:11:51.528 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.543 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 132.9951ms +2021-09-04 13:11:51.543 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.543 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.553 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.597 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 161.7534ms +2021-09-04 13:11:51.598 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.605 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 314.2655ms +2021-09-04 13:11:51.607 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.607 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.609 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.617 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.618 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.624 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.634 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.635 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.638 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.642 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.642 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.643 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 122.4744ms +2021-09-04 13:11:51.643 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.646 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.647 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.648 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.648 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 272.0061ms +2021-09-04 13:11:51.650 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.653 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.9168ms +2021-09-04 13:11:51.661 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.663 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.667 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 144.0639ms +2021-09-04 13:11:51.668 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.669 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.669 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.675 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.676 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.676 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.677 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.679 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.680 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.682 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 277.9859ms +2021-09-04 13:11:51.685 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.686 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.686 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.686 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.688 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.692 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.692 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.696 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.696 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.700 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.706 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.707 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.708 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.709 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 237.0126ms +2021-09-04 13:11:51.712 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.713 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.718 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.718 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.739 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.7359ms +2021-09-04 13:11:51.739 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.747 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.748 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.750 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.754 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.754 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.764 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 116.1181ms +2021-09-04 13:11:51.764 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.768 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.768 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.772 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.775 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.782 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.792 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.797 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.798 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.799 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 118.1321ms +2021-09-04 13:11:51.799 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.799 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.805 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.809 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.1768ms +2021-09-04 13:11:51.810 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.817 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.820 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.835 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.837 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.837 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.845 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.851 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 243.7416ms +2021-09-04 13:11:51.854 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.855 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.855 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 137.0661ms +2021-09-04 13:11:51.856 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.863 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.867 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.871 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.879 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.880 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.887 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.887 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.897 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.9301ms +2021-09-04 13:11:51.898 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.898 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.899 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.899 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.906 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.906 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.907 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 244.2899ms +2021-09-04 13:11:51.907 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.914 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.915 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.919 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.919 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.922 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.5952ms +2021-09-04 13:11:51.922 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.922 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.922 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.923 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.924 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.940 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.942 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.7583ms +2021-09-04 13:11:51.946 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.952 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.953 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.954 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:51.956 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.956 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.957 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.957 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:51.957 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:51.958 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:51.967 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 130.0815ms +2021-09-04 13:11:51.969 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.973 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:51.978 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.984 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:51.984 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.989 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:51.990 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:51.997 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.997 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:51.997 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:51.998 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 259.0882ms +2021-09-04 13:11:51.999 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.001 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.002 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.015 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.016 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.020 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.5931ms +2021-09-04 13:11:52.020 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.020 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.020 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.023 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.023 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.028 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.030 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.030 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 107.7164ms +2021-09-04 13:11:52.030 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.065 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.070 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 278.2730ms +2021-09-04 13:11:52.072 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.089 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.098 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.4231ms +2021-09-04 13:11:52.098 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.098 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.099 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.099 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.101 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.1653ms +2021-09-04 13:11:52.103 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.104 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.105 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.108 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.108 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.117 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.122 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.122 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.124 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 225.3756ms +2021-09-04 13:11:52.124 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.5049ms +2021-09-04 13:11:52.124 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.126 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.126 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.129 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.131 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.136 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.135 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.150 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.151 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.158 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.159 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.164 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.165 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.168 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.169 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.4832ms +2021-09-04 13:11:52.173 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.176 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.194 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.197 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.199 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.204 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 173.4689ms +2021-09-04 13:11:52.204 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.205 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.206 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.208 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 100.2191ms +2021-09-04 13:11:52.209 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.209 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.209 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.210 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.3883ms +2021-09-04 13:11:52.211 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.211 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.211 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.211 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.230 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.232 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.241 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.243 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.244 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.249 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.250 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.259 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.261 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.276 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.280 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 147.8467ms +2021-09-04 13:11:52.280 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.286 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.287 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 286.9529ms +2021-09-04 13:11:52.289 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.290 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.293 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 128.3418ms +2021-09-04 13:11:52.293 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.294 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.294 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 222.4207ms +2021-09-04 13:11:52.295 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.297 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.298 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.299 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.299 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.302 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.302 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.304 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.305 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.305 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.306 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.314 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.314 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.322 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.322 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.332 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.333 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.351 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.368 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.369 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 265.7613ms +2021-09-04 13:11:52.371 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.371 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.378 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 166.5263ms +2021-09-04 13:11:52.378 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.379 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.380 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.383 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 121.6063ms +2021-09-04 13:11:52.384 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.385 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.385 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.386 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 260.4434ms +2021-09-04 13:11:52.387 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.391 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.391 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.400 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.401 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.406 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.412 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.420 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.426 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.427 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.431 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.433 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.440 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.440 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.458 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 123.7144ms +2021-09-04 13:11:52.458 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 286.4857ms +2021-09-04 13:11:52.459 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 151.7975ms +2021-09-04 13:11:52.459 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.460 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.470 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.474 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.478 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.478 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.479 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.479 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.479 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.8563ms +2021-09-04 13:11:52.480 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.481 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.487 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.488 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.495 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.497 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.507 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.516 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.525 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.525 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.534 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.535 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.535 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.538 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.542 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.546 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.553 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.553 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.553 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 256.7422ms +2021-09-04 13:11:52.555 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.9714ms +2021-09-04 13:11:52.555 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.555 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.555 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 153.5878ms +2021-09-04 13:11:52.555 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.558 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.558 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 269.2381ms +2021-09-04 13:11:52.558 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.561 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.562 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.563 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.567 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.567 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.575 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.578 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.579 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.579 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.587 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.587 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.589 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.589 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.593 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.593 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.593 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.595 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.596 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.608 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 110.856ms +2021-09-04 13:11:52.609 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.631 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 243.9197ms +2021-09-04 13:11:52.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.632 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.633 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.0564ms +2021-09-04 13:11:52.633 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.635 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.636 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.639 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.645 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.645 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.646 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.646 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.648 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.653 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.653 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.653 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.653 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.658 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 112.1294ms +2021-09-04 13:11:52.659 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.660 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.660 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.660 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.660 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.665 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.665 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.665 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.665 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.667 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.712 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.0186ms +2021-09-04 13:11:52.715 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.718 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.722 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.726 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.728 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.735 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 254.0227ms +2021-09-04 13:11:52.735 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.736 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.739 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.741 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.742 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.743 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.751 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.753 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.754 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 163.6526ms +2021-09-04 13:11:52.755 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.763 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.765 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 167.7522ms +2021-09-04 13:11:52.766 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.767 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.772 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.774 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.775 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.776 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.778 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.778 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.781 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.783 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.783 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.785 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 119.7519ms +2021-09-04 13:11:52.785 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.785 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.3898ms +2021-09-04 13:11:52.785 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.837 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 285.1367ms +2021-09-04 13:11:52.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.855 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.856 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.858 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.858 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 297.7869ms +2021-09-04 13:11:52.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.861 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.861 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.870 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.872 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.876 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.880 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.880 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.884 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.6873ms +2021-09-04 13:11:52.885 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.887 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.888 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.893 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.894 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.894 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.895 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.898 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.898 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 265.1077ms +2021-09-04 13:11:52.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.899 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.899 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.7269ms +2021-09-04 13:11:52.899 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.900 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.900 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.902 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.903 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.905 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.906 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.906 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.909 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.910 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.1617ms +2021-09-04 13:11:52.911 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.913 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.913 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.913 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.913 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.917 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.917 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.917 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.917 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.918 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.918 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.918 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.918 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:52.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:52.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 231.3736ms +2021-09-04 13:11:52.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:52.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:52.964 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:52.968 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.975 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:52.975 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.982 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:52.983 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:52.987 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.994 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:52.995 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:52.996 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.028 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.029 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 291.0920ms +2021-09-04 13:11:53.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.031 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 135.6561ms +2021-09-04 13:11:53.031 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.033 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.033 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 134.1276ms +2021-09-04 13:11:53.033 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.035 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.038 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 120.3098ms +2021-09-04 13:11:53.039 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.039 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.041 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.041 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.043 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 124.4806ms +2021-09-04 13:11:53.043 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.043 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.046 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.046 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.047 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.048 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.102 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.104 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 261.5957ms +2021-09-04 13:11:53.105 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.121 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.7824ms +2021-09-04 13:11:53.123 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.128 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.128 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.128 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.130 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.130 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.131 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.3214ms +2021-09-04 13:11:53.131 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.131 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 231.3922ms +2021-09-04 13:11:53.133 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.133 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.133 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.135 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.135 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.135 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.147 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.147 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.148 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.8859ms +2021-09-04 13:11:53.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.150 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.151 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.151 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.153 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.155 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.155 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.156 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.156 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.158 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.158 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.158 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.159 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.159 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.159 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.165 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.165 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.166 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.167 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.172 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.173 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.179 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.180 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.186 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.206 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 156.9244ms +2021-09-04 13:11:53.206 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.219 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 271.9299ms +2021-09-04 13:11:53.222 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.224 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.226 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.232 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.239 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.242 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.249 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.249 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.256 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.256 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.258 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.263 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.264 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.281 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 144.7782ms +2021-09-04 13:11:53.282 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.285 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.292 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.3191ms +2021-09-04 13:11:53.293 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.293 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.299 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.300 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.2036ms +2021-09-04 13:11:53.301 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.310 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 128.922ms +2021-09-04 13:11:53.310 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.314 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 283.2385ms +2021-09-04 13:11:53.316 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.318 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.339 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.345 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.350 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.352 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.352 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.358 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.358 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.364 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.365 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.369 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.9402ms +2021-09-04 13:11:53.373 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.375 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.386 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.386 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.388 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.2170ms +2021-09-04 13:11:53.390 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 125.4376ms +2021-09-04 13:11:53.390 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.390 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.390 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.390 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.398 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.399 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.401 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.402 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 268.7157ms +2021-09-04 13:11:53.402 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.404 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 252.8195ms +2021-09-04 13:11:53.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.405 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.405 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.405 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.406 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.406 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.408 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.409 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.410 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.410 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.411 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.411 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.411 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.414 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.414 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.418 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.418 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.418 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.422 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.422 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.422 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.422 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.424 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.424 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.424 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.424 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.464 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.464 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 243.0358ms +2021-09-04 13:11:53.466 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.468 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.469 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 102.3303ms +2021-09-04 13:11:53.469 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.469 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.477 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.477 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.485 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.486 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.494 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.497 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.499 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.542 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.544 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.545 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.545 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.556 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.7997ms +2021-09-04 13:11:53.557 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.557 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 133.1122ms +2021-09-04 13:11:53.557 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.9637ms +2021-09-04 13:11:53.558 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.558 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.558 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 148.0282ms +2021-09-04 13:11:53.558 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.572 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.572 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.573 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.4198ms +2021-09-04 13:11:53.575 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.577 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.590 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.590 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.596 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.596 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.599 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.602 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.603 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.613 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.614 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.648 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 147.8512ms +2021-09-04 13:11:53.649 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 246.0635ms +2021-09-04 13:11:53.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 278.3083ms +2021-09-04 13:11:53.652 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 248.1409ms +2021-09-04 13:11:53.653 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.653 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.654 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.657 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.657 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.657 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.658 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.658 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.658 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 267.9369ms +2021-09-04 13:11:53.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.661 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.661 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.663 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.664 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.667 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.669 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.669 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.669 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.670 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.670 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.673 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.673 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.673 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.674 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.675 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.675 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.675 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.675 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.678 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.679 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.680 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.681 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.688 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.689 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.697 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.698 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.707 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.719 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 104.4467ms +2021-09-04 13:11:53.719 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.723 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 257.2292ms +2021-09-04 13:11:53.726 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.737 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.759 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.767 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.776 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.777 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.784 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.784 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.785 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.785 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.794 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.797 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.800 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.812 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.6594ms +2021-09-04 13:11:53.812 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.813 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.819 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.3039ms +2021-09-04 13:11:53.819 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 145.2739ms +2021-09-04 13:11:53.819 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.819 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.824 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 126.1663ms +2021-09-04 13:11:53.824 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.824 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.824 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.4152ms +2021-09-04 13:11:53.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.828 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.832 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.834 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.839 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.839 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.845 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.845 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.849 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.849 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.899 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.904 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 250.0290ms +2021-09-04 13:11:53.906 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.909 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.913 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.915 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 261.0898ms +2021-09-04 13:11:53.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.917 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.2107ms +2021-09-04 13:11:53.917 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.918 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.918 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.919 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.922 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.926 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.926 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.926 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.927 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.927 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.927 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 266.5187ms +2021-09-04 13:11:53.928 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.930 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:53.930 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.932 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.933 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.932 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 131.9189ms +2021-09-04 13:11:53.933 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.933 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.933 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.935 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.935 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.937 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.937 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.937 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.937 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.938 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:53.938 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.939 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.939 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.940 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.940 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.944 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:53.945 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.946 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.949 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.951 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:53.952 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:53.960 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.961 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:53.967 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:53.977 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 127.7573ms +2021-09-04 13:11:53.977 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:53.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.989 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.989 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:53.989 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 263.7907ms +2021-09-04 13:11:53.990 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:53.991 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:54.010 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:54.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.023 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.028 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.036 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.037 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:54.049 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.052 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:54.053 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.057 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.078 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.078 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 138.7475ms +2021-09-04 13:11:54.078 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 140.526ms +2021-09-04 13:11:54.078 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.078 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.078 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.091 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 129.6092ms +2021-09-04 13:11:54.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.091 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.092 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 141.5342ms +2021-09-04 13:11:54.092 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.092 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 265.3840ms +2021-09-04 13:11:54.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:54.094 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:54.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.096 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.101 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:54.101 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.109 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.109 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.119 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.120 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:54.142 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.145 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:54.166 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.166 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 249.3095ms +2021-09-04 13:11:54.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.167 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.171 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 264.7026ms +2021-09-04 13:11:54.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.180 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 251.9487ms +2021-09-04 13:11:54.180 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 262.6209ms +2021-09-04 13:11:54.182 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 128.5795ms +2021-09-04 13:11:54.182 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.185 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.219 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.227 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 81.8083ms +2021-09-04 13:11:54.227 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.229 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 238.1503ms +2021-09-04 13:11:54.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.259 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 165.1681ms +2021-09-04 13:11:54.478 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:11:54.479 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:54.481 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:54.482 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.486 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:11:54.486 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.489 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:11:54.489 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:54.490 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.490 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:11:54.527 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:11:54.530 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 39.8871ms +2021-09-04 13:11:54.530 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:11:54.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:11:54.563 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 84.3898ms +2021-09-04 13:11:57.238 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZSATbs0F9e-gdr8wywcB7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:57.238 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:57.241 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:57.241 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:57.242 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:57.423 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nMoJxUh43mMPuDrzTo_PWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:57.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:57.425 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:57.426 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:57.427 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:57.662 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n5ZQUjZVzQj5mo3huJfrnA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:57.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:57.665 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:57.665 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:57.666 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:58.550 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:11:58.942 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OILhpYlL5J46nXQtMQOPBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:58.943 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:58.945 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:58.946 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:58.947 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:59.187 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=m9F5BhtVlSXv49YfZilRYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:59.187 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:59.190 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:59.190 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:59.191 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:59.308 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HL6Lt0DgAu0HTLChm-6hkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:59.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:59.311 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:59.311 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:59.312 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:59.618 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Yok82C0SZ0eInclHBn9Ltw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:59.619 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:59.621 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:59.622 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:59.623 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:59.750 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XQP7PRJxoYrGupTLkNNWWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:59.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:59.752 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:59.753 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:59.754 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:11:59.991 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zJn3q2UCnwIBeNCNbbDMaw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:11:59.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:11:59.995 +08:00 [INF] Successfully validated the token. +2021-09-04 13:11:59.996 +08:00 [INF] Authorization was successful. +2021-09-04 13:11:59.997 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.013 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gl74B4joDGG0esENrSsTCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.013 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.015 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.016 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.017 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.031 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=D_rgWDNrKHUJ_R-auZT6Ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.034 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.035 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.050 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zSZn1SZK4S1iqojMnpvgVw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.050 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.052 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.053 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.054 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.068 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jW-lN7GOsy2WeBkq_7praA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.069 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.072 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.072 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.073 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.087 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FXupY-FKi9YcwF4Sa8ToLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.088 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.090 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.091 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.093 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.108 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Tv8dC0BTZm6xB2k-saQtzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.110 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.110 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.111 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.125 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e-gvrMD8KSceW1JOl8VbCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.128 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.129 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.143 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n26y8HT9PFAGXoCwLeXlVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.144 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.146 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.146 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.147 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.162 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FczmnMAgCFQHjTBYL7x0vg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.166 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.167 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.168 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.181 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=536QQQDooRg4MDOp8DkuQQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.182 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.184 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.185 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.186 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.201 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OlIqSfMd3g0hjgyw1SCY9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.204 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.204 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.205 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BNdTQjMd48hBH9xzL_b07w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.220 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.222 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.223 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.224 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.387 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S1r1Pclo4OH-2Bdl5gI3kg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.388 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.391 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.392 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.733 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Oe47HNqGde0B-6E9H6Bykg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.736 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.737 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.738 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:00.941 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E3IYeXrmLZaPDEm3NVtT8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:00.941 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:00.943 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:00.944 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:00.945 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.117 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9WwoWvWFKmnMZoISO5MhNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.117 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.120 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.121 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.123 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.138 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PQEqs43PehbOBfPw6gpG0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.141 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.142 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.303 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QIE-s7OfguoTISCglcKblA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.307 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.309 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.324 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bia0eToDQI-hRMK_q9Qk6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.326 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.327 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.328 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.397 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OxdEKaX_XeME1MzAgVC1mw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.397 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.400 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.401 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.417 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=59doq6LpXBlgKpiM-xJxiA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.417 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.420 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.420 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.422 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.476 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WVzWDSemlyzMSLuyWCUw-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.476 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.478 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.479 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.480 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.494 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kfNHi-N6o2u_l0wVQtNvdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.495 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.497 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.498 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.499 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.512 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SAD3BzV_OY6NxdM-uwlZyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.512 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.514 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.515 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.516 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.651 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tjepL10C4szYzSSji2wkLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.654 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.654 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.655 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.682 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=u8Pz3HsR1qy-coTGdh2tlw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.682 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.685 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.685 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.686 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.806 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=L9aKCBUg-v30n1FrWsv20g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.806 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.809 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.810 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.810 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.900 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NOc52Z2EO1g20cWKsM3JjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.901 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.903 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.903 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.904 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:01.919 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qi1IaZA62M524qClc7gIKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:01.919 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:01.922 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:01.922 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:01.924 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.009 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ygxkI7azyEFZwOxl8LJCDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.011 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.012 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.013 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.073 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3Q2MZX8PtMyDufbG5O7gLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.076 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.076 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.077 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.092 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BkJdDP8M9MmzbjttHS-liw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.095 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.096 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.097 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.111 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zgpX3xCCKyrT1VG78tV2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.111 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.114 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.115 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.130 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FUVeZuzgz_uPaRmw8on38g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.132 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.134 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.216 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9G8b5GJQjVdM6vv7VvFBqw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.220 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.221 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.223 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.292 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6w8ySoBOnKp65Ubup-T2RA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.292 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.294 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.295 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.296 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.310 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2sgPfPClVfG8UozqIW0rtg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.310 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.313 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.313 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.314 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.435 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RV03xPihZf2sGxY1ffSedQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.435 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.438 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.438 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.440 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.483 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XalA9UpZ9g5j1vnK5Q0tfA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.483 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.486 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.487 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.488 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.504 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GIY3Hgbpp68Uh0CtmbDD3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.508 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.508 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.509 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.561 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KO-LH-iFNzT6JsjAgtetow&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.563 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.564 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.565 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.579 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RyDJYYYpHw78mHn5n8MQ8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.582 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.582 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.583 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.597 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lbgQR0G9LGeNC6wEbTO4Jw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.600 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.600 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.601 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.657 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EfRtTnBaeJMMt9WvghYDoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.657 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.660 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.660 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.661 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.675 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v6ZrEggx7Yt1qlozzfB3Vw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.678 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.678 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.679 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.704 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nNBfJ4kCp-EKQNoPNA-p2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.704 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.706 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.707 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.708 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.782 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4LZccApZMLLTw2TJeTUxEQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.782 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.784 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.785 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.786 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.829 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lKDunst7xyXU7_GtGSMYJg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.829 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.832 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.833 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.834 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.850 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YkhLfPy3w-WYQ-hL-vJyMw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.850 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.852 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.853 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.854 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.924 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n1zloTLKuMJFDTNKYoyVLA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.924 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.927 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.927 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.928 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:02.986 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oAgmTDfJweoQQwYgEXtpSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:02.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:02.989 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:02.989 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:02.991 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.018 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6pq6dsF5waoNPjTBwN-HNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.019 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.021 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.022 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.023 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.038 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tZqNZgEO2mSezl6tZFar9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.038 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.041 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.041 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.042 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.057 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B_njPvrqRvCP3sVsBxNM-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.060 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.060 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.061 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.076 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hERVvEyr0KqPQaWC5nykTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.076 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.079 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.080 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.081 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.129 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JaP3kQUuFrMA09K3ms_ZsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.132 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.133 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.176 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9mUKvdpsCLPycPCbJl_W9A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.177 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.179 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.179 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.180 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.195 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F_sP-g6brn7WY_i5v4okTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.197 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.198 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.199 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.271 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YpnViR150stjW6PzX46xDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.271 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.274 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.274 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.275 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.364 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJxV3c1aTm5nOZF9HzAILQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.367 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.367 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.368 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.411 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ok3mVnZjBndE2Y1keCYj-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.414 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.414 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.416 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.444 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=h0ECZO4BMAwSKF_w-Yfk-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.444 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.446 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.447 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.447 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.461 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Llou6cfQSoHPhklsAEeIiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.461 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.464 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.464 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.465 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.522 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vBverxIobpHI3H_2jUFoXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.523 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.525 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.526 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.527 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.554 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ThZrcgiV-s9iGV3ItfNomg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.554 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.556 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.557 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.558 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.617 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uRZZLdMBU1lUKKPouSaktw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.617 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.619 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.620 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.621 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.648 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lccm8lh9PbHOcHsG-iqTSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.648 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.650 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.651 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.652 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.900 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C-KSybOTpFK9iogB2KcLKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.900 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.902 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.903 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.904 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:03.961 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MtxMclebww2GUhQdr1BZ0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:03.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:03.963 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:03.963 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:03.964 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.009 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ogjm7ORYJzrgyhEOXwp2ww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.011 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.012 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.013 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.101 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ICfNuc0XRbxCih58ipNog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.101 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.103 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.104 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.105 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.176 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9WIwcQNjizosKXpotTmI3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.177 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.179 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.180 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.181 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.195 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uj2jWkhBpPk9-TACCYZ8tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.198 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.198 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.199 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.214 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=L8FJC5T3HWBiUQro9wmEqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.214 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.216 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.217 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.217 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.286 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5xIQg9kPLi1qcUh4Juateg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.289 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.290 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.291 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.305 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FLWG0Ge7zzYezY2X9LhrCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.308 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.309 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.310 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.324 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ot5lRbXHlhnRw8T38jqkpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.326 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.327 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.328 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.475 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bbzd4jYYQeGH3sAoGyvMyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.475 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.478 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.478 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.479 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.494 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=67fTCdSVacN_fMfyrjlvvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.494 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.496 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.497 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.498 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.512 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b5iUM4x6tNIL0s6EG5qI0Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.512 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.515 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.516 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.552 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_Q_DO18xec_QwW_0D5bf2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.555 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.556 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.557 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.572 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fPS7fBoKO0ARXjJBlOco4w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.572 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.574 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.575 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.576 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.591 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QVPh0GmJeV_dei8PEnDkfQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.594 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.594 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.595 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.611 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s2HzU0tS_Dq-zVJnrnF36A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.611 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.613 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.614 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.615 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.679 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wzDWZq3-eX7p8twI4tejPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.680 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.682 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.683 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.684 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.775 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OLgHgng68ExnBiErT5e36g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.775 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.777 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.778 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.779 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.806 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JPW8SCHo5uTF2Gh4uVoU9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.806 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.809 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.809 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.810 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.883 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iSLOcwCoJSCmHWxREDywQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.883 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.885 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.886 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.887 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.903 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_eW5jTUL8SkaiM9MM9uNOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.903 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.906 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.907 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.909 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.923 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5SyLMLTF5EpVwPdFpbOxWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.926 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.927 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.960 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CLOPmjjnv87E2FR_XXC4Ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.963 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:04.963 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:04.964 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:04.992 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TMPvGNPKjCLjbhXTA4JKLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:04.992 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:04.995 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:05.001 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:05.002 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:05.097 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.097 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CLOPmjjnv87E2FR_XXC4Ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 137.1302ms +2021-09-04 13:12:05.098 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.098 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.098 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.098 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=L9aKCBUg-v30n1FrWsv20g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3292.3683ms +2021-09-04 13:12:05.098 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iSLOcwCoJSCmHWxREDywQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 215.4904ms +2021-09-04 13:12:05.099 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.099 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.099 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.099 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.099 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KO-LH-iFNzT6JsjAgtetow&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2538.7011ms +2021-09-04 13:12:05.099 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=u8Pz3HsR1qy-coTGdh2tlw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3417.5612ms +2021-09-04 13:12:05.100 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ogjm7ORYJzrgyhEOXwp2ww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1090.6943ms +2021-09-04 13:12:05.100 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zJn3q2UCnwIBeNCNbbDMaw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5108.3110ms +2021-09-04 13:12:05.100 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Oe47HNqGde0B-6E9H6Bykg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4366.5503ms +2021-09-04 13:12:05.100 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.101 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.101 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.101 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RV03xPihZf2sGxY1ffSedQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2665.7276ms +2021-09-04 13:12:05.101 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tjepL10C4szYzSSji2wkLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3450.2140ms +2021-09-04 13:12:05.102 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S1r1Pclo4OH-2Bdl5gI3kg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4714.0433ms +2021-09-04 13:12:05.102 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.103 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B_njPvrqRvCP3sVsBxNM-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2046.0658ms +2021-09-04 13:12:05.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6pq6dsF5waoNPjTBwN-HNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2085.0386ms +2021-09-04 13:12:05.104 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ICfNuc0XRbxCih58ipNog&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1002.8406ms +2021-09-04 13:12:05.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nMoJxUh43mMPuDrzTo_PWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7681.1982ms +2021-09-04 13:12:05.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n26y8HT9PFAGXoCwLeXlVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4960.7814ms +2021-09-04 13:12:05.104 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.105 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.105 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.105 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bia0eToDQI-hRMK_q9Qk6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3778.6449ms +2021-09-04 13:12:05.105 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wzDWZq3-eX7p8twI4tejPw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 426.2643ms +2021-09-04 13:12:05.106 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ot5lRbXHlhnRw8T38jqkpw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 782.0344ms +2021-09-04 13:12:05.106 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QVPh0GmJeV_dei8PEnDkfQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 513.5936ms +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qi1IaZA62M524qClc7gIKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3187.2835ms +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jW-lN7GOsy2WeBkq_7praA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5038.1533ms +2021-09-04 13:12:05.106 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4LZccApZMLLTw2TJeTUxEQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2324.5231ms +2021-09-04 13:12:05.106 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.107 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ok3mVnZjBndE2Y1keCYj-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1695.1782ms +2021-09-04 13:12:05.107 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.108 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.108 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NOc52Z2EO1g20cWKsM3JjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3207.1999ms +2021-09-04 13:12:05.108 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.108 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E3IYeXrmLZaPDEm3NVtT8g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4167.7422ms +2021-09-04 13:12:05.109 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QIE-s7OfguoTISCglcKblA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3805.8805ms +2021-09-04 13:12:05.109 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.109 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.109 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.109 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YpnViR150stjW6PzX46xDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1838.7040ms +2021-09-04 13:12:05.109 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=h0ECZO4BMAwSKF_w-Yfk-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1665.6912ms +2021-09-04 13:12:05.110 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_eW5jTUL8SkaiM9MM9uNOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 206.7280ms +2021-09-04 13:12:05.110 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.110 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.110 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9WIwcQNjizosKXpotTmI3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 933.7133ms +2021-09-04 13:12:05.110 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FLWG0Ge7zzYezY2X9LhrCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 804.8286ms +2021-09-04 13:12:05.111 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.111 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nNBfJ4kCp-EKQNoPNA-p2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2407.3362ms +2021-09-04 13:12:05.111 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.112 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.112 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TMPvGNPKjCLjbhXTA4JKLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 119.9856ms +2021-09-04 13:12:05.112 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.112 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WVzWDSemlyzMSLuyWCUw-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3636.5880ms +2021-09-04 13:12:05.113 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.113 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=536QQQDooRg4MDOp8DkuQQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4931.0742ms +2021-09-04 13:12:05.113 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.113 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.113 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oAgmTDfJweoQQwYgEXtpSg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2127.3934ms +2021-09-04 13:12:05.114 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.114 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PQEqs43PehbOBfPw6gpG0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3975.6274ms +2021-09-04 13:12:05.114 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FXupY-FKi9YcwF4Sa8ToLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5026.4845ms +2021-09-04 13:12:05.114 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.114 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RyDJYYYpHw78mHn5n8MQ8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2534.8967ms +2021-09-04 13:12:05.114 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.114 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MtxMclebww2GUhQdr1BZ0g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1153.7682ms +2021-09-04 13:12:05.115 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.115 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.115 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vBverxIobpHI3H_2jUFoXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1592.5782ms +2021-09-04 13:12:05.115 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kfNHi-N6o2u_l0wVQtNvdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3621.1694ms +2021-09-04 13:12:05.116 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.116 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OLgHgng68ExnBiErT5e36g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 340.9461ms +2021-09-04 13:12:05.116 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=L8FJC5T3HWBiUQro9wmEqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 902.3570ms +2021-09-04 13:12:05.116 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.117 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.117 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HL6Lt0DgAu0HTLChm-6hkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5808.6763ms +2021-09-04 13:12:05.117 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Yok82C0SZ0eInclHBn9Ltw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5498.8016ms +2021-09-04 13:12:05.117 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.118 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.118 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hERVvEyr0KqPQaWC5nykTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2041.9538ms +2021-09-04 13:12:05.118 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.119 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.119 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gl74B4joDGG0esENrSsTCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5105.5138ms +2021-09-04 13:12:05.119 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.119 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FUVeZuzgz_uPaRmw8on38g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2989.5393ms +2021-09-04 13:12:05.119 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fPS7fBoKO0ARXjJBlOco4w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 547.1349ms +2021-09-04 13:12:05.119 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.120 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uj2jWkhBpPk9-TACCYZ8tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 924.2726ms +2021-09-04 13:12:05.120 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.120 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n5ZQUjZVzQj5mo3huJfrnA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7457.5408ms +2021-09-04 13:12:05.121 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.121 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tZqNZgEO2mSezl6tZFar9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2082.3996ms +2021-09-04 13:12:05.121 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.121 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Tv8dC0BTZm6xB2k-saQtzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5013.4427ms +2021-09-04 13:12:05.122 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.122 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.122 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=D_rgWDNrKHUJ_R-auZT6Ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5090.5354ms +2021-09-04 13:12:05.122 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=m9F5BhtVlSXv49YfZilRYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5935.0653ms +2021-09-04 13:12:05.122 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SAD3BzV_OY6NxdM-uwlZyA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3609.8250ms +2021-09-04 13:12:05.122 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.123 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.123 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=e-gvrMD8KSceW1JOl8VbCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4997.6704ms +2021-09-04 13:12:05.123 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_Q_DO18xec_QwW_0D5bf2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 571.1441ms +2021-09-04 13:12:05.124 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.124 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.124 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.124 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zSZn1SZK4S1iqojMnpvgVw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5074.2804ms +2021-09-04 13:12:05.124 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=v6ZrEggx7Yt1qlozzfB3Vw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2449.0074ms +2021-09-04 13:12:05.124 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.125 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZSATbs0F9e-gdr8wywcB7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 7886.6889ms +2021-09-04 13:12:05.125 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.125 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=n1zloTLKuMJFDTNKYoyVLA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2200.8392ms +2021-09-04 13:12:05.125 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.126 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.126 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JPW8SCHo5uTF2Gh4uVoU9g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 320.0714ms +2021-09-04 13:12:05.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b5iUM4x6tNIL0s6EG5qI0Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 613.3445ms +2021-09-04 13:12:05.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9mUKvdpsCLPycPCbJl_W9A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1949.7339ms +2021-09-04 13:12:05.127 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.127 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.127 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EfRtTnBaeJMMt9WvghYDoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2469.6357ms +2021-09-04 13:12:05.127 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9WwoWvWFKmnMZoISO5MhNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4010.6546ms +2021-09-04 13:12:05.127 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bbzd4jYYQeGH3sAoGyvMyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 652.3635ms +2021-09-04 13:12:05.128 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C-KSybOTpFK9iogB2KcLKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1227.9587ms +2021-09-04 13:12:05.128 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lbgQR0G9LGeNC6wEbTO4Jw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2531.0059ms +2021-09-04 13:12:05.129 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.129 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.129 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=59doq6LpXBlgKpiM-xJxiA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3712.5629ms +2021-09-04 13:12:05.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YkhLfPy3w-WYQ-hL-vJyMw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2278.9905ms +2021-09-04 13:12:05.130 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lccm8lh9PbHOcHsG-iqTSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1481.8964ms +2021-09-04 13:12:05.130 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.130 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.131 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.131 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s2HzU0tS_Dq-zVJnrnF36A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 519.9654ms +2021-09-04 13:12:05.131 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F_sP-g6brn7WY_i5v4okTg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1934.6622ms +2021-09-04 13:12:05.131 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.131 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5SyLMLTF5EpVwPdFpbOxWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 208.0089ms +2021-09-04 13:12:05.132 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9G8b5GJQjVdM6vv7VvFBqw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2915.6513ms +2021-09-04 13:12:05.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OxdEKaX_XeME1MzAgVC1mw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3734.6679ms +2021-09-04 13:12:05.132 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.132 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BkJdDP8M9MmzbjttHS-liw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3039.3843ms +2021-09-04 13:12:05.132 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.133 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OILhpYlL5J46nXQtMQOPBA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 6189.9956ms +2021-09-04 13:12:05.133 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.133 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.133 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2sgPfPClVfG8UozqIW0rtg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2822.9404ms +2021-09-04 13:12:05.133 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.133 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OlIqSfMd3g0hjgyw1SCY9Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4931.8643ms +2021-09-04 13:12:05.134 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ygxkI7azyEFZwOxl8LJCDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3124.6028ms +2021-09-04 13:12:05.134 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XQP7PRJxoYrGupTLkNNWWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 5383.9008ms +2021-09-04 13:12:05.134 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.134 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Llou6cfQSoHPhklsAEeIiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1673.2392ms +2021-09-04 13:12:05.135 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3Q2MZX8PtMyDufbG5O7gLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3061.5569ms +2021-09-04 13:12:05.135 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.136 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.136 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.136 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.136 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=67fTCdSVacN_fMfyrjlvvg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 642.6296ms +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6w8ySoBOnKp65Ubup-T2RA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2844.9560ms +2021-09-04 13:12:05.137 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.137 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5xIQg9kPLi1qcUh4Juateg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 849.6133ms +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FczmnMAgCFQHjTBYL7x0vg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4974.7894ms +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ThZrcgiV-s9iGV3ItfNomg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1583.3937ms +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJxV3c1aTm5nOZF9HzAILQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1772.5676ms +2021-09-04 13:12:05.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6zgpX3xCCKyrT1VG78tV2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 3025.6142ms +2021-09-04 13:12:05.138 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.138 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.138 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XalA9UpZ9g5j1vnK5Q0tfA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2655.8350ms +2021-09-04 13:12:05.139 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lKDunst7xyXU7_GtGSMYJg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2310.0160ms +2021-09-04 13:12:05.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JaP3kQUuFrMA09K3ms_ZsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2009.5674ms +2021-09-04 13:12:05.139 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.140 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GIY3Hgbpp68Uh0CtmbDD3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 2635.4287ms +2021-09-04 13:12:05.140 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uRZZLdMBU1lUKKPouSaktw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 1522.9656ms +2021-09-04 13:12:05.140 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:05.140 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BNdTQjMd48hBH9xzL_b07w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 4920.8569ms +2021-09-04 13:12:07.376 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:12:07.376 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:07.376 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5412ms +2021-09-04 13:12:07.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:12:07.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:07.381 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:07.381 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:07.382 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:12:07.382 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:12:07.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:07.406 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:07.406 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.0699ms +2021-09-04 13:12:07.572 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:12:07.572 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:07.573 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.8404ms +2021-09-04 13:12:07.576 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:12:07.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:07.580 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:07.581 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:12:07.585 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:12:07.586 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:12:07.590 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:12:07.590 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:07.592 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:07.592 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:12:07.610 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6ovGC5mknF2-h0yt_jRZ1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:07.611 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:07.614 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:07.614 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:07.617 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:07.646 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:12:07.651 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 58.5078ms +2021-09-04 13:12:07.651 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:07.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:07.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:07.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:07.692 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 116.1086ms +2021-09-04 13:12:10.302 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:12:10.302 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:10.302 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4164ms +2021-09-04 13:12:10.304 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:12:10.304 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:10.307 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:10.307 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:12:10.312 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:12:10.312 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:12:10.314 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:12:10.314 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:10.315 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:10.316 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:12:10.341 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:12:10.342 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 26.6836ms +2021-09-04 13:12:10.342 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:10.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:10.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:10.381 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:10.381 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 77.6311ms +2021-09-04 13:12:17.236 +08:00 [DBG] Transport connection checking... +2021-09-04 13:12:17.237 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:12:28.572 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:12:47.246 +08:00 [DBG] Transport connection checking... +2021-09-04 13:12:47.246 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:12:56.223 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:12:56.223 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6ovGC5mknF2-h0yt_jRZ1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 48614.4229ms +2021-09-04 13:12:58.487 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:12:58.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:58.488 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6498ms +2021-09-04 13:12:58.491 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:12:58.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:58.494 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:58.495 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:58.496 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:12:58.496 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:12:58.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:58.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:58.523 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.4190ms +2021-09-04 13:12:58.592 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:12:58.676 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:12:58.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:58.677 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5506ms +2021-09-04 13:12:58.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:12:58.679 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:58.682 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:58.683 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:12:58.687 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:12:58.687 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:12:58.691 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:12:58.692 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:58.693 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:58.694 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:12:58.734 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:12:58.740 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.2559ms +2021-09-04 13:12:58.740 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:58.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:58.746 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6y8etpm9o-uv0fUqW5ERxA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:12:58.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:58.751 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:58.752 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:58.753 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:12:58.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:58.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:58.785 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 105.8874ms +2021-09-04 13:12:59.851 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:12:59.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:59.851 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4534ms +2021-09-04 13:12:59.854 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:12:59.854 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:12:59.856 +08:00 [INF] Successfully validated the token. +2021-09-04 13:12:59.857 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:12:59.861 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:12:59.861 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:12:59.864 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:12:59.864 +08:00 [INF] Authorization was successful. +2021-09-04 13:12:59.865 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:59.865 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:12:59.889 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:12:59.891 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 25.4152ms +2021-09-04 13:12:59.891 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:12:59.894 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:59.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:59.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:12:59.919 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 65.1568ms +2021-09-04 13:13:15.111 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:13:15.111 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6y8etpm9o-uv0fUqW5ERxA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 16365.2412ms +2021-09-04 13:13:16.905 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:13:16.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:16.905 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5396ms +2021-09-04 13:13:16.908 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:13:16.908 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:16.911 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:16.912 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:16.912 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:13:16.913 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:13:16.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:16.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:16.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8989ms +2021-09-04 13:13:17.079 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:13:17.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:17.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4319ms +2021-09-04 13:13:17.081 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:13:17.081 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:17.083 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:17.084 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:13:17.088 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:13:17.088 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:13:17.091 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:13:17.092 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:17.093 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:17.093 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:13:17.108 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1FXpoq2ItWC7jUombb4slA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:13:17.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:17.121 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:17.122 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:17.125 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:13:17.131 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:13:17.136 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.7064ms +2021-09-04 13:13:17.136 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:17.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:17.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:17.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:17.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.3525ms +2021-09-04 13:13:17.278 +08:00 [DBG] Transport connection checking... +2021-09-04 13:13:17.278 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:13:23.414 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:13:23.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:23.414 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4221ms +2021-09-04 13:13:23.416 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:13:23.416 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:23.419 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:23.419 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:13:23.423 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:13:23.423 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:13:23.426 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:13:23.426 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:23.427 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:23.427 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:13:23.448 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:13:23.449 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.412ms +2021-09-04 13:13:23.449 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:23.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:23.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:23.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:23.478 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 61.3038ms +2021-09-04 13:13:28.668 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:13:34.206 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:13:34.206 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1FXpoq2ItWC7jUombb4slA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 17098.4901ms +2021-09-04 13:13:36.028 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:13:36.029 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:36.029 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7123ms +2021-09-04 13:13:36.032 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:13:36.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:36.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:36.035 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:36.036 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:13:36.036 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:13:36.071 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:36.071 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:36.071 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.7484ms +2021-09-04 13:13:36.216 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:13:36.217 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:36.217 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4996ms +2021-09-04 13:13:36.219 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:13:36.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:36.221 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:36.222 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:13:36.226 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:13:36.226 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:13:36.229 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:13:36.229 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:36.230 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:36.230 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:13:36.245 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=k_utB540-86U0TpNennW6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:13:36.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:36.251 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:36.259 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:36.262 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:13:36.268 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:13:36.273 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.2971ms +2021-09-04 13:13:36.274 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:36.278 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:36.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:36.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:36.308 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.1594ms +2021-09-04 13:13:39.666 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:13:39.667 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:39.667 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.5042ms +2021-09-04 13:13:39.670 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:13:39.670 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:13:39.673 +08:00 [INF] Successfully validated the token. +2021-09-04 13:13:39.673 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:13:39.677 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:13:39.677 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:13:39.680 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:13:39.680 +08:00 [INF] Authorization was successful. +2021-09-04 13:13:39.681 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:39.681 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:13:39.701 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:13:39.703 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.1443ms +2021-09-04 13:13:39.703 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:13:39.706 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:39.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:39.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:13:39.731 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 60.9349ms +2021-09-04 13:13:47.287 +08:00 [DBG] Transport connection checking... +2021-09-04 13:13:47.287 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:13:58.676 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:14:16.418 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:14:16.421 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:14:17.301 +08:00 [DBG] Transport connection checking... +2021-09-04 13:14:17.301 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:14:18.736 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:14:28.710 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:14:31.421 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:14:31.440 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=k_utB540-86U0TpNennW6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 55196.3544ms +2021-09-04 13:14:33.367 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:14:33.368 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:33.368 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6761ms +2021-09-04 13:14:33.370 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:14:33.370 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:33.373 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:33.373 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:33.374 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:33.375 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:33.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:33.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:33.399 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.8410ms +2021-09-04 13:14:33.536 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:14:33.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:33.537 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4997ms +2021-09-04 13:14:33.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:14:33.539 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:33.542 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:33.543 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:33.547 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:33.547 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:33.549 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:33.550 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:33.551 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:33.551 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:33.567 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gna6gjU_XnPjBbfth9wxHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:14:33.567 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:33.571 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:33.571 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:33.580 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:14:33.596 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:14:33.601 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.0887ms +2021-09-04 13:14:33.601 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:33.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:33.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:33.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:33.652 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 113.4099ms +2021-09-04 13:14:33.924 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:14:33.924 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gna6gjU_XnPjBbfth9wxHg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 357.5594ms +2021-09-04 13:14:35.880 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:14:35.880 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:35.881 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5143ms +2021-09-04 13:14:35.883 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:14:35.883 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:35.885 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:35.886 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:35.887 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:35.887 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:35.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:35.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:35.909 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9351ms +2021-09-04 13:14:36.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:14:36.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:36.052 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:36.053 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:36.058 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:36.058 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:36.064 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:36.064 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:36.065 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:36.066 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:36.086 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kTcHRmkC6pldnyyh9E_FiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:14:36.086 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:36.100 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:36.101 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:36.104 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:14:36.104 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:14:36.114 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.7476ms +2021-09-04 13:14:36.114 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:36.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:36.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:36.153 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:36.154 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 105.7040ms +2021-09-04 13:14:36.315 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:14:36.315 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kTcHRmkC6pldnyyh9E_FiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 229.4625ms +2021-09-04 13:14:38.103 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:14:38.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:38.104 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7607ms +2021-09-04 13:14:38.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:14:38.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:38.111 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:38.112 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:38.113 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:38.113 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:38.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:38.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:38.137 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.5382ms +2021-09-04 13:14:38.305 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:14:38.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:38.309 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:38.310 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:38.314 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:38.314 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:38.318 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:38.318 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:38.320 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:38.320 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:38.346 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_BymHP9_xIt5O3e4zLgR1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - +2021-09-04 13:14:38.350 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:38.360 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:38.360 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:14:38.361 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:38.362 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:14:38.369 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.0706ms +2021-09-04 13:14:38.369 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:38.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:38.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:38.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:38.405 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 99.4747ms +2021-09-04 13:14:47.305 +08:00 [DBG] Transport connection checking... +2021-09-04 13:14:47.306 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:14:49.777 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:14:49.831 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_BymHP9_xIt5O3e4zLgR1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzE5OTMsImV4cCI6MTYzMDgxODM5MywiaWF0IjoxNjMwNzMxOTkzfQ.7NJw7lZqe4AAxJG-P2L_kaX2IfkiQF6W3xvDA--FLG4 - - - 101 - - 11466.8961ms +2021-09-04 13:14:51.800 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 13:14:51.800 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:51.800 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.4865ms +2021-09-04 13:14:51.802 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 13:14:51.802 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:51.805 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:51.806 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:51.857 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:14:51.857 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 13:14:51.871 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 13:14:51.871 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 65.4386ms +2021-09-04 13:14:51.871 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:51.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:51.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:51.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:51.900 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 98.3069ms +2021-09-04 13:14:51.905 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:14:51.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:51.905 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4212ms +2021-09-04 13:14:51.907 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:14:51.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:51.910 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:51.912 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:14:51.912 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 13:14:51.914 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:14:51.916 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 13:14:51.917 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:14:52.012 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:14:52.012 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:14:52.114 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:14:52.276 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 13:14:52.276 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 13:14:52.279 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 367.4482ms +2021-09-04 13:14:52.279 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:14:52.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 373.1009ms +2021-09-04 13:14:52.658 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:14:52.658 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:52.658 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5606ms +2021-09-04 13:14:52.660 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:14:52.661 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:52.663 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:52.663 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:52.664 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:52.664 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:14:52.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:52.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:52.696 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.0033ms +2021-09-04 13:14:52.737 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j0cX2IJdNFZgnErKy9LngQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:14:52.737 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:52.740 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:52.741 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:52.742 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:14:55.725 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:14:55.725 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:55.726 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4791ms +2021-09-04 13:14:55.727 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:14:55.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:55.729 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:55.730 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:55.733 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:14:55.733 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:55.736 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:14:55.736 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:55.737 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:55.738 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:55.767 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:14:55.770 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 32.8726ms +2021-09-04 13:14:55.771 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:55.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:55.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:55.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:55.798 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 70.9984ms +2021-09-04 13:14:57.960 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:14:57.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:57.961 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4782ms +2021-09-04 13:14:57.963 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:14:57.963 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:14:57.965 +08:00 [INF] Successfully validated the token. +2021-09-04 13:14:57.966 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:14:57.969 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:14:57.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:14:57.972 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:14:57.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:14:57.973 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:57.973 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:14:57.994 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:14:57.995 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.3881ms +2021-09-04 13:14:57.995 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:14:57.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:58.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:58.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:14:58.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 59.6969ms +2021-09-04 13:14:58.880 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:15:17.323 +08:00 [DBG] Transport connection checking... +2021-09-04 13:15:17.323 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:15:28.904 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:15:42.201 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:15:42.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:42.202 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4952ms +2021-09-04 13:15:42.204 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:15:42.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:42.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:15:42.208 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:15:42.212 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:15:42.212 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:15:42.215 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:15:42.215 +08:00 [INF] Authorization was successful. +2021-09-04 13:15:42.216 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:15:42.217 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:15:42.237 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:15:42.239 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 21.9865ms +2021-09-04 13:15:42.239 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:15:42.242 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:42.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:42.281 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:42.281 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 76.5643ms +2021-09-04 13:15:47.332 +08:00 [DBG] Transport connection checking... +2021-09-04 13:15:47.332 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:15:49.455 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:15:49.456 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j0cX2IJdNFZgnErKy9LngQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 56719.3518ms +2021-09-04 13:15:50.429 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:15:50.430 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:50.430 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5243ms +2021-09-04 13:15:50.432 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:15:50.432 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:50.434 +08:00 [INF] Successfully validated the token. +2021-09-04 13:15:50.435 +08:00 [INF] Authorization was successful. +2021-09-04 13:15:50.436 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:15:50.436 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:15:50.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:50.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:50.456 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.7403ms +2021-09-04 13:15:50.543 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:15:50.543 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:50.544 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5746ms +2021-09-04 13:15:50.546 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:15:50.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:50.548 +08:00 [INF] Successfully validated the token. +2021-09-04 13:15:50.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:15:50.553 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:15:50.553 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:15:50.556 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:15:50.556 +08:00 [INF] Authorization was successful. +2021-09-04 13:15:50.557 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:15:50.558 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:15:50.575 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ea4mQhCl4-UYK8_3_BD8Cw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:15:50.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:15:50.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:15:50.590 +08:00 [INF] Authorization was successful. +2021-09-04 13:15:50.593 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:15:50.593 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:15:50.600 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.4832ms +2021-09-04 13:15:50.600 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:15:50.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:50.637 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:50.637 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:15:50.638 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.8309ms +2021-09-04 13:15:58.949 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:16:09.779 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:16:09.780 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:09.780 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.9659ms +2021-09-04 13:16:09.781 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:16:09.781 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:09.783 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:09.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:16:09.787 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:16:09.788 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:16:09.790 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:16:09.790 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:09.791 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:09.791 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:09.813 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:09.815 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.6855ms +2021-09-04 13:16:09.815 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:09.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:09.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:09.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:09.851 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 70.1451ms +2021-09-04 13:16:17.348 +08:00 [DBG] Transport connection checking... +2021-09-04 13:16:17.348 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:16:28.989 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:16:44.170 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:44.170 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ea4mQhCl4-UYK8_3_BD8Cw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 53595.3515ms +2021-09-04 13:16:45.296 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:45.296 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:45.296 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6981ms +2021-09-04 13:16:45.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:45.299 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:45.301 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:45.302 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:45.303 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:45.303 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:45.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:45.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:45.325 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0404ms +2021-09-04 13:16:45.454 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:16:45.454 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:45.455 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4581ms +2021-09-04 13:16:45.457 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:45.457 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:45.460 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:45.461 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:45.466 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:45.466 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:45.470 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:45.470 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:45.471 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:45.471 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:45.487 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aakRrWUIWaJuEAhwmE1oUw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:45.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:45.492 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:45.493 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:45.501 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:45.515 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:45.519 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.474ms +2021-09-04 13:16:45.519 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:45.523 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:45.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:45.560 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:45.560 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 103.4396ms +2021-09-04 13:16:46.078 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:46.078 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=aakRrWUIWaJuEAhwmE1oUw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 590.2636ms +2021-09-04 13:16:47.092 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:47.092 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:47.092 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4681ms +2021-09-04 13:16:47.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:47.095 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:47.097 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:47.098 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:47.098 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:47.099 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:47.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:47.120 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:47.120 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4389ms +2021-09-04 13:16:47.243 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:47.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:47.246 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:47.247 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:47.252 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:47.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:47.255 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:47.255 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:47.256 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:47.256 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:47.283 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AjI1CqDQWSjCkBa8mNmL3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:47.288 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:47.290 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:47.291 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:47.292 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:47.301 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:47.302 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=AjI1CqDQWSjCkBa8mNmL3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 20.5454ms +2021-09-04 13:16:47.354 +08:00 [DBG] Transport connection checking... +2021-09-04 13:16:47.354 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:16:47.564 +08:00 [ERR] Failed executing DbCommand (256ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__p_1='?' (DbType = Boolean)], CommandType='"Text"', CommandTimeout='30'] +SELECT COUNT(*) +FROM `AbpUsers` AS `a` +WHERE (@__ef_filter__p_0 OR NOT (`a`.`IsDeleted`)) AND (@__ef_filter__p_1 OR (`a`.`TenantId` IS NULL)) +2021-09-04 13:16:47.566 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.Identity.EntityFrameworkCore.IdentityDbContext'. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +2021-09-04 13:16:48.197 +08:00 [ERR] An error occurred using a transaction. +2021-09-04 13:16:48.208 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 13:16:48.208 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) + at Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository.GetCountAsync(String filter, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.Users.UserAppService.ListAsync(PagingUserListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\Users\UserAppService.cs:line 47 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method2361(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 13:16:48.208 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 13:16:48.209 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 952.6968ms +2021-09-04 13:16:48.210 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:48.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.309 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 500 - application/json;+charset=utf-8 1066.5886ms +2021-09-04 13:16:48.425 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:48.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:48.426 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4612ms +2021-09-04 13:16:48.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:48.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:48.431 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:48.432 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:48.433 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:48.433 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:48.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0088ms +2021-09-04 13:16:48.565 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:48.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:48.567 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:48.568 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:48.572 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:48.572 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:48.576 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:48.576 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:48.577 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:48.578 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:48.597 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GUU7PYzT8ICJS82F1HPsCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:48.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:48.612 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:48.615 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:48.618 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:48.619 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:48.627 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.4751ms +2021-09-04 13:16:48.628 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:48.634 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.673 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.673 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:48.674 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 108.9525ms +2021-09-04 13:16:48.981 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:48.982 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GUU7PYzT8ICJS82F1HPsCw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 385.0277ms +2021-09-04 13:16:50.000 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:50.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:50.000 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4918ms +2021-09-04 13:16:50.002 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:50.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:50.005 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:50.005 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:50.006 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:50.006 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:50.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:50.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:50.034 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 32.4475ms +2021-09-04 13:16:50.138 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:50.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:50.140 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:50.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:50.146 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:50.146 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:50.149 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:50.149 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:50.150 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:50.150 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:50.167 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pbVIibCaLqIT7ADLcKUQ3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:50.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:50.172 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:50.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:50.185 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:50.193 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:50.197 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.2302ms +2021-09-04 13:16:50.197 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:50.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:50.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:50.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:50.247 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 108.8171ms +2021-09-04 13:16:55.976 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:56.016 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pbVIibCaLqIT7ADLcKUQ3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 5830.0848ms +2021-09-04 13:16:56.908 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:56.908 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:56.908 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4664ms +2021-09-04 13:16:56.910 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:56.911 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:56.913 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:56.914 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:56.915 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:56.915 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:56.937 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:56.937 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:56.937 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5129ms +2021-09-04 13:16:57.038 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:16:57.038 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:57.039 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4589ms +2021-09-04 13:16:57.040 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:57.040 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:57.043 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:57.043 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:57.048 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:57.048 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:57.051 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:57.051 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:57.053 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:57.053 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:57.075 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8SIBF1lyt6wJ_Evr931qmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:57.076 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:57.092 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:57.092 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:57.096 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:57.096 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:57.112 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 58.5745ms +2021-09-04 13:16:57.112 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:57.117 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:57.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:57.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:57.150 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 109.3677ms +2021-09-04 13:16:57.699 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:16:57.699 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8SIBF1lyt6wJ_Evr931qmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 623.6246ms +2021-09-04 13:16:58.589 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:16:58.589 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:58.589 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4678ms +2021-09-04 13:16:58.591 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:16:58.591 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:58.594 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:58.595 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:58.596 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:58.596 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:16:58.618 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:58.618 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:58.619 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.4080ms +2021-09-04 13:16:58.726 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:16:58.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:58.729 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:58.730 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:58.734 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:16:58.734 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:58.738 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:16:58.738 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:58.740 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:58.740 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:16:58.759 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PEiHjjEQWKmG6I9r9U3ubg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:16:58.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:16:58.775 +08:00 [INF] Successfully validated the token. +2021-09-04 13:16:58.776 +08:00 [INF] Authorization was successful. +2021-09-04 13:16:58.780 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:16:58.781 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:16:58.788 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.4374ms +2021-09-04 13:16:58.788 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:16:58.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:58.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:58.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:16:58.823 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.5882ms +2021-09-04 13:16:59.038 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:17:07.071 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:17:07.071 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PEiHjjEQWKmG6I9r9U3ubg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 8312.4488ms +2021-09-04 13:17:08.022 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:17:08.022 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:17:08.023 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4565ms +2021-09-04 13:17:08.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:17:08.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:17:08.027 +08:00 [INF] Successfully validated the token. +2021-09-04 13:17:08.027 +08:00 [INF] Authorization was successful. +2021-09-04 13:17:08.028 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:17:08.028 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:17:08.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:17:08.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:17:08.063 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.5358ms +2021-09-04 13:17:08.160 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:17:08.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:17:08.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4972ms +2021-09-04 13:17:08.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:17:08.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:17:08.166 +08:00 [INF] Successfully validated the token. +2021-09-04 13:17:08.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:17:08.171 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:17:08.171 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:17:08.175 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:17:08.175 +08:00 [INF] Authorization was successful. +2021-09-04 13:17:08.176 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:17:08.176 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:17:08.195 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JyS6zaoknDIpY3aVvlkQTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:17:08.196 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:17:08.207 +08:00 [INF] Successfully validated the token. +2021-09-04 13:17:08.214 +08:00 [INF] Authorization was successful. +2021-09-04 13:17:08.217 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:17:08.225 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:17:08.232 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 56.2955ms +2021-09-04 13:17:08.233 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:17:08.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:17:08.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:17:08.267 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:17:08.267 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.8663ms +2021-09-04 13:17:17.358 +08:00 [DBG] Transport connection checking... +2021-09-04 13:17:17.358 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:17:29.046 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:17:47.375 +08:00 [DBG] Transport connection checking... +2021-09-04 13:17:47.375 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:17:59.072 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:18:17.378 +08:00 [DBG] Transport connection checking... +2021-09-04 13:18:17.378 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:18:29.100 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:18:47.397 +08:00 [DBG] Transport connection checking... +2021-09-04 13:18:47.397 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:18:59.110 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:19:16.421 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:19:16.423 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:19:17.412 +08:00 [DBG] Transport connection checking... +2021-09-04 13:19:17.412 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:19:18.758 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:19:29.118 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:19:44.906 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:19:44.906 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JyS6zaoknDIpY3aVvlkQTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 156718.4080ms +2021-09-04 13:19:45.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:19:45.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:45.998 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6480ms +2021-09-04 13:19:46.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:19:46.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:46.003 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:46.003 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:46.004 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:46.005 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:46.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:46.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:46.026 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0132ms +2021-09-04 13:19:46.136 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:19:46.136 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:46.136 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4496ms +2021-09-04 13:19:46.138 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:19:46.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:46.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:46.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:46.147 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:46.147 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:46.150 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:46.150 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:46.152 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:46.152 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:19:46.172 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vtpJMiY4fI_ylmz3eFTgAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:19:46.179 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:46.186 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:46.189 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:46.189 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:19:46.190 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:19:46.197 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.6457ms +2021-09-04 13:19:46.198 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:46.202 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:46.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:46.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:46.243 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 105.4908ms +2021-09-04 13:19:47.420 +08:00 [DBG] Transport connection checking... +2021-09-04 13:19:47.420 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:19:48.012 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:19:48.013 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vtpJMiY4fI_ylmz3eFTgAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 1841.3653ms +2021-09-04 13:19:49.529 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:19:49.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:49.530 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4951ms +2021-09-04 13:19:49.532 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:19:49.532 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:49.534 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:49.535 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:49.535 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:49.536 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:49.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:49.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:49.556 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.0332ms +2021-09-04 13:19:49.662 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:19:49.662 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:49.666 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:49.667 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:49.671 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:49.671 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:49.673 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:49.673 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:49.674 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:49.674 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:19:49.697 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5OEdHIF_IfheLA_RvN-bhg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:19:49.700 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:49.708 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:49.710 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:49.714 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:19:49.720 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:19:49.724 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.9745ms +2021-09-04 13:19:49.724 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:49.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:49.759 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:49.759 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:49.760 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.7486ms +2021-09-04 13:19:57.761 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:19:57.761 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5OEdHIF_IfheLA_RvN-bhg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 8065.2630ms +2021-09-04 13:19:58.855 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:19:58.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:58.856 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5840ms +2021-09-04 13:19:58.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:19:58.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:58.861 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:58.862 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:58.863 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:58.863 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:19:58.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:58.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:58.897 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.9222ms +2021-09-04 13:19:59.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:19:59.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:59.023 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5308ms +2021-09-04 13:19:59.025 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:19:59.025 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:59.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:59.029 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:59.033 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:19:59.033 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:59.035 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:19:59.035 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:59.037 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:59.037 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:19:59.057 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vl1AO9QzMGVRC03PnEHe8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:19:59.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:19:59.072 +08:00 [INF] Successfully validated the token. +2021-09-04 13:19:59.072 +08:00 [INF] Authorization was successful. +2021-09-04 13:19:59.076 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:19:59.076 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:19:59.084 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.658ms +2021-09-04 13:19:59.084 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:19:59.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:59.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:59.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:19:59.120 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.5239ms +2021-09-04 13:19:59.155 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:20:03.373 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:20:03.373 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Vl1AO9QzMGVRC03PnEHe8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 4316.9081ms +2021-09-04 13:20:04.291 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:20:04.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:20:04.292 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5112ms +2021-09-04 13:20:04.293 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:20:04.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:20:04.296 +08:00 [INF] Successfully validated the token. +2021-09-04 13:20:04.297 +08:00 [INF] Authorization was successful. +2021-09-04 13:20:04.298 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:20:04.298 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:20:04.318 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:20:04.318 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:20:04.318 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6810ms +2021-09-04 13:20:04.394 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:20:04.395 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:20:04.395 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6777ms +2021-09-04 13:20:04.396 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:20:04.397 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:20:04.399 +08:00 [INF] Successfully validated the token. +2021-09-04 13:20:04.400 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:20:04.404 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:20:04.404 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:20:04.406 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:20:04.406 +08:00 [INF] Authorization was successful. +2021-09-04 13:20:04.408 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:20:04.408 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:20:04.432 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eBGfcvW0-qoE_kyQIxN_Tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:20:04.435 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:20:04.443 +08:00 [INF] Successfully validated the token. +2021-09-04 13:20:04.445 +08:00 [INF] Authorization was successful. +2021-09-04 13:20:04.447 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:20:04.447 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:20:04.454 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.9171ms +2021-09-04 13:20:04.454 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:20:04.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:20:04.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:20:04.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:20:04.489 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.4462ms +2021-09-04 13:20:17.427 +08:00 [DBG] Transport connection checking... +2021-09-04 13:20:17.427 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:20:29.176 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:20:47.425 +08:00 [DBG] Transport connection checking... +2021-09-04 13:20:47.425 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:20:59.189 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:21:01.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:21:01.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:01.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4148ms +2021-09-04 13:21:01.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:21:01.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:01.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:01.800 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:01.804 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:01.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:01.807 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:01.807 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:01.808 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:01.808 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:01.828 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:01.830 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.0324ms +2021-09-04 13:21:01.830 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:01.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:01.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:01.859 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:01.859 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 62.6828ms +2021-09-04 13:21:07.427 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:21:07.427 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eBGfcvW0-qoE_kyQIxN_Tg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 63002.6213ms +2021-09-04 13:21:08.412 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:21:08.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:08.412 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4491ms +2021-09-04 13:21:08.414 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:21:08.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:08.416 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:08.417 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:08.418 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:08.418 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:08.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:08.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:08.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.6619ms +2021-09-04 13:21:08.527 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:21:08.527 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:08.527 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4356ms +2021-09-04 13:21:08.528 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:21:08.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:08.531 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:08.531 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:08.535 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:08.535 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:08.538 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:08.538 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:08.539 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:08.540 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:08.556 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pMkuhduDOFUdZvBk5d5OCg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:21:08.557 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:08.566 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:08.569 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:08.572 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:21:08.579 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:08.583 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.4761ms +2021-09-04 13:21:08.583 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:08.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:08.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:08.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:08.620 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.3333ms +2021-09-04 13:21:09.721 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:21:09.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:09.722 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.5556ms +2021-09-04 13:21:09.724 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:21:09.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:09.726 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:09.727 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:09.731 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:09.731 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:09.734 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:09.734 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:09.735 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:09.735 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:09.758 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:09.759 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.1445ms +2021-09-04 13:21:09.760 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:09.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:09.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:09.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:09.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 62.2142ms +2021-09-04 13:21:17.432 +08:00 [DBG] Transport connection checking... +2021-09-04 13:21:17.432 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:21:29.202 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:21:30.561 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:21:30.561 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pMkuhduDOFUdZvBk5d5OCg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 22007.4040ms +2021-09-04 13:21:31.712 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:21:31.712 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:31.712 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5038ms +2021-09-04 13:21:31.714 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:21:31.714 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:31.717 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:31.718 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:31.719 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:31.719 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:31.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:31.744 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:31.744 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.8862ms +2021-09-04 13:21:31.905 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:21:31.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:31.905 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.7504ms +2021-09-04 13:21:31.908 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:21:31.908 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:31.911 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:31.911 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:31.915 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:31.915 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:31.919 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:31.919 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:31.920 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:31.920 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:31.935 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yLC8HGsIj_-SjY6tMDF4Nw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:21:31.936 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:31.940 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:31.941 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:31.943 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:21:31.966 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:31.971 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.5757ms +2021-09-04 13:21:31.971 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:31.976 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.007 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 99.2409ms +2021-09-04 13:21:32.871 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:21:32.871 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:32.871 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4599ms +2021-09-04 13:21:32.876 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:21:32.876 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:32.878 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:32.879 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:32.883 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:21:32.883 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:32.885 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:21:32.885 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:32.887 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:32.887 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:32.909 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:32.911 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.5568ms +2021-09-04 13:21:32.911 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:32.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:32.949 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 73.7103ms +2021-09-04 13:21:38.215 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:21:38.215 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yLC8HGsIj_-SjY6tMDF4Nw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 6280.5121ms +2021-09-04 13:21:39.333 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:21:39.334 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:39.334 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5433ms +2021-09-04 13:21:39.336 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:21:39.336 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:39.339 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:39.339 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:39.340 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:39.341 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:21:39.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:39.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:39.361 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2108ms +2021-09-04 13:21:39.474 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:21:39.475 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:39.475 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4707ms +2021-09-04 13:21:39.476 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:21:39.476 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:39.479 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:39.479 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:39.483 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:21:39.484 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:39.487 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:21:39.487 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:39.489 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:39.489 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:21:39.506 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ndIaW9joE-yZfXwl-ZeCrQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:21:39.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:21:39.519 +08:00 [INF] Successfully validated the token. +2021-09-04 13:21:39.522 +08:00 [INF] Authorization was successful. +2021-09-04 13:21:39.524 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:21:39.528 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:21:39.532 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.1923ms +2021-09-04 13:21:39.532 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:21:39.536 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:39.568 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:39.568 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:21:39.569 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.3871ms +2021-09-04 13:21:47.441 +08:00 [DBG] Transport connection checking... +2021-09-04 13:21:47.441 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:21:59.266 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:22:14.482 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:22:14.482 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ndIaW9joE-yZfXwl-ZeCrQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 34978.8583ms +2021-09-04 13:22:16.653 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:22:16.653 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:16.654 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5746ms +2021-09-04 13:22:16.656 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:22:16.656 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:16.658 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:16.659 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:16.660 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:16.660 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:16.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:16.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:16.692 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.4274ms +2021-09-04 13:22:16.777 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:22:16.777 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:16.777 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4674ms +2021-09-04 13:22:16.779 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:22:16.779 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:16.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:16.782 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:16.786 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:16.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:16.789 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:16.789 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:16.790 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:16.790 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:16.814 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Kmvh7yTh1pBChh1_VtDZbw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:22:16.815 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:16.825 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:16.825 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:16.828 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:16.828 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:22:16.835 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.9312ms +2021-09-04 13:22:16.835 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:16.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:16.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:16.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:16.876 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.6958ms +2021-09-04 13:22:17.447 +08:00 [DBG] Transport connection checking... +2021-09-04 13:22:17.447 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:22:18.702 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:22:18.702 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:18.703 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4022ms +2021-09-04 13:22:18.704 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:22:18.705 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:18.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:18.708 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:18.711 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:18.711 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:18.714 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:18.714 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:18.715 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:18.715 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:18.738 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:18.739 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.2279ms +2021-09-04 13:22:18.740 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:18.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:18.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:18.774 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:18.775 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 70.5443ms +2021-09-04 13:22:28.271 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:22:28.271 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Kmvh7yTh1pBChh1_VtDZbw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 11457.6797ms +2021-09-04 13:22:29.291 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:22:29.388 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:22:29.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:29.389 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6137ms +2021-09-04 13:22:29.392 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:22:29.392 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:29.394 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:29.395 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:29.396 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:29.396 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:29.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:29.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:29.421 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.4870ms +2021-09-04 13:22:29.585 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:22:29.585 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:29.586 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5678ms +2021-09-04 13:22:29.588 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:22:29.588 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:29.590 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:29.591 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:29.595 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:29.595 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:29.598 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:29.598 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:29.599 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:29.599 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:29.617 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EHpMPZ5wpUdN7xm5gUi-5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:22:29.618 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:29.622 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:29.627 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:29.635 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:22:29.645 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:29.650 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.7544ms +2021-09-04 13:22:29.651 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:29.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:29.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:29.690 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:29.690 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 102.4369ms +2021-09-04 13:22:30.405 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:22:30.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:30.405 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4187ms +2021-09-04 13:22:30.407 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:22:30.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:30.410 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:30.410 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:30.414 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:30.414 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:30.417 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:30.417 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:30.418 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:30.418 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:30.440 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:30.442 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.7067ms +2021-09-04 13:22:30.442 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:30.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:30.481 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:30.481 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:30.481 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 73.6243ms +2021-09-04 13:22:35.009 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:22:35.010 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EHpMPZ5wpUdN7xm5gUi-5w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 5392.7504ms +2021-09-04 13:22:36.024 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:22:36.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:36.025 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4467ms +2021-09-04 13:22:36.026 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:22:36.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:36.029 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:36.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:36.030 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:36.030 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:36.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:36.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:36.052 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1268ms +2021-09-04 13:22:36.169 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:22:36.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:36.170 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5495ms +2021-09-04 13:22:36.172 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:22:36.173 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:36.175 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:36.175 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:36.180 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:36.180 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:36.184 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:36.184 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:36.186 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:36.186 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:36.213 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uzyHwQEoXuG-ecs7y0CBFg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:22:36.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:36.225 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:36.226 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:36.226 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:36.227 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:22:36.233 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.5555ms +2021-09-04 13:22:36.233 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:36.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:36.269 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:36.269 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:36.270 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.2220ms +2021-09-04 13:22:37.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:22:37.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:37.002 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4656ms +2021-09-04 13:22:37.004 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:22:37.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:37.007 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:37.007 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:37.011 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:37.011 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:37.013 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:37.013 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:37.014 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:37.014 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:37.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:37.039 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.6194ms +2021-09-04 13:22:37.039 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:37.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:37.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:37.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:37.072 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 67.9675ms +2021-09-04 13:22:47.123 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:22:47.123 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uzyHwQEoXuG-ecs7y0CBFg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 10910.9457ms +2021-09-04 13:22:47.458 +08:00 [DBG] Transport connection checking... +2021-09-04 13:22:47.458 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:22:48.249 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:22:48.250 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:48.250 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7757ms +2021-09-04 13:22:48.253 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:22:48.254 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:48.257 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:48.258 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:48.259 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:48.259 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:22:48.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:48.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:48.292 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.5358ms +2021-09-04 13:22:48.418 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:22:48.418 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:48.418 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6574ms +2021-09-04 13:22:48.420 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:22:48.420 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:48.423 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:48.424 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:48.427 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:22:48.427 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:48.431 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:22:48.431 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:48.433 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:48.433 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:48.453 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pXjIZKZnsotXcsnJsPnQHA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:22:48.454 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:48.457 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:48.464 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:48.471 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:22:48.478 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:48.484 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.6595ms +2021-09-04 13:22:48.484 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:48.489 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:48.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:48.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:48.521 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.2474ms +2021-09-04 13:22:49.268 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:22:49.268 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:49.268 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4113ms +2021-09-04 13:22:49.270 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:22:49.270 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:22:49.273 +08:00 [INF] Successfully validated the token. +2021-09-04 13:22:49.273 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:49.277 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:22:49.277 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:49.279 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:22:49.279 +08:00 [INF] Authorization was successful. +2021-09-04 13:22:49.280 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:49.280 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:22:49.303 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:22:49.304 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.0921ms +2021-09-04 13:22:49.304 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:22:49.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:49.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:49.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:22:49.337 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 66.9861ms +2021-09-04 13:22:59.360 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:23:03.575 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:23:03.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:03.576 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.8544ms +2021-09-04 13:23:03.578 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:23:03.578 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:03.580 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:03.581 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:23:03.585 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:23:03.585 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:23:03.587 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:23:03.587 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:03.588 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:03.588 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:03.610 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:03.611 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.7893ms +2021-09-04 13:23:03.611 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:03.614 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:03.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:03.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:03.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 61.2512ms +2021-09-04 13:23:06.830 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:06.831 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pXjIZKZnsotXcsnJsPnQHA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 18378.4870ms +2021-09-04 13:23:07.904 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:07.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:07.905 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6289ms +2021-09-04 13:23:07.907 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:07.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:07.910 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:07.910 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:07.911 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:07.911 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:07.936 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:07.936 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:07.936 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.9050ms +2021-09-04 13:23:08.089 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:08.089 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:08.090 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5785ms +2021-09-04 13:23:08.091 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:08.092 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:08.094 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:08.095 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:08.099 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:08.099 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:08.104 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:08.104 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:08.106 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:08.106 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:08.136 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-qbusXTMDMNGSetwpELU0Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:08.137 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:08.144 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:08.145 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:08.145 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:08.147 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:08.153 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.2137ms +2021-09-04 13:23:08.153 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:08.157 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:08.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:08.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:08.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.4741ms +2021-09-04 13:23:08.840 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:08.840 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-qbusXTMDMNGSetwpELU0Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 703.8592ms +2021-09-04 13:23:09.805 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:09.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:09.805 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4911ms +2021-09-04 13:23:09.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:09.807 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:09.810 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:09.810 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:09.811 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:09.811 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:09.832 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:09.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:09.833 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.6923ms +2021-09-04 13:23:09.949 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:09.950 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:09.953 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:09.953 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:09.957 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:09.957 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:09.960 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:09.960 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:09.961 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:09.962 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:09.978 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ee9pjv8vdarNeRCMKCWOjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:09.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:09.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:09.994 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:09.996 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:09.996 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:10.003 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.5143ms +2021-09-04 13:23:10.003 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:10.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:10.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:10.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:10.037 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.1041ms +2021-09-04 13:23:13.884 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:13.884 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ee9pjv8vdarNeRCMKCWOjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 3906.3619ms +2021-09-04 13:23:14.801 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:14.802 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:14.802 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6195ms +2021-09-04 13:23:14.804 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:14.804 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:14.806 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:14.807 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:14.807 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:14.808 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:14.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:14.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:14.829 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0488ms +2021-09-04 13:23:14.941 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:14.942 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:14.942 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5190ms +2021-09-04 13:23:14.944 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:14.944 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:14.946 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:14.947 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:14.951 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:14.951 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:14.954 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:14.955 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:14.956 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:14.956 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:14.980 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=56twPTSULL7FvBF9c6-CpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:14.984 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:14.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:14.993 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:14.993 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:14.994 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:15.002 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.4368ms +2021-09-04 13:23:15.002 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:15.007 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:15.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:15.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:15.037 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.6851ms +2021-09-04 13:23:17.311 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:17.311 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=56twPTSULL7FvBF9c6-CpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2331.3220ms +2021-09-04 13:23:17.470 +08:00 [DBG] Transport connection checking... +2021-09-04 13:23:17.470 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:23:18.192 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:18.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:18.193 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4581ms +2021-09-04 13:23:18.194 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:18.194 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:18.197 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:18.197 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:18.198 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:18.198 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:18.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:18.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:18.231 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.2534ms +2021-09-04 13:23:18.328 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:18.328 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:18.330 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:18.331 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:18.335 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:18.336 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:18.339 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:18.339 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:18.340 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:18.340 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:18.367 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7m_6TTZAG1JBx_1H-Q8HQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:18.370 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:18.375 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:18.378 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:18.378 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:18.379 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:18.385 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.4696ms +2021-09-04 13:23:18.386 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:18.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:18.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:18.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:18.418 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.6517ms +2021-09-04 13:23:24.398 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:24.398 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7m_6TTZAG1JBx_1H-Q8HQw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 6031.9038ms +2021-09-04 13:23:25.309 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:25.309 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:25.309 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4541ms +2021-09-04 13:23:25.311 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:25.312 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:25.314 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:25.315 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:25.315 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:25.316 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:25.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:25.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:25.338 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3618ms +2021-09-04 13:23:25.423 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:25.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:25.424 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4749ms +2021-09-04 13:23:25.426 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:25.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:25.428 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:25.429 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:25.434 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:25.434 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:25.438 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:25.438 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:25.439 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:25.439 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:25.471 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sxkkHhKLefxFkEzTasEDXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:25.473 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:25.481 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:25.481 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:25.482 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:25.484 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:25.489 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.74ms +2021-09-04 13:23:25.489 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:25.493 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:25.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:25.533 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:25.534 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 108.0172ms +2021-09-04 13:23:29.406 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:23:36.357 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:36.357 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sxkkHhKLefxFkEzTasEDXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 10887.8472ms +2021-09-04 13:23:37.426 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:37.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:37.427 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4798ms +2021-09-04 13:23:37.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:37.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:37.431 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:37.432 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:37.434 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:37.434 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:37.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:37.456 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:37.456 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.9153ms +2021-09-04 13:23:37.592 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:37.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:37.592 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4423ms +2021-09-04 13:23:37.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:37.594 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:37.597 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:37.598 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:37.602 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:37.602 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:37.605 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:37.605 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:37.606 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:37.607 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:37.628 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-N1ftn_iyOodiI6Bvapxxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:37.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:37.640 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:37.643 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:37.643 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:37.644 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:37.651 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.986ms +2021-09-04 13:23:37.651 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:37.655 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:37.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:37.689 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:37.689 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.3309ms +2021-09-04 13:23:42.552 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:42.553 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-N1ftn_iyOodiI6Bvapxxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 4925.2883ms +2021-09-04 13:23:47.364 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:47.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:47.365 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5676ms +2021-09-04 13:23:47.368 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:47.368 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:47.370 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:47.371 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:47.372 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:47.372 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:47.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:47.407 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:47.407 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.5386ms +2021-09-04 13:23:47.477 +08:00 [DBG] Transport connection checking... +2021-09-04 13:23:47.477 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:23:47.488 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:47.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:47.488 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4443ms +2021-09-04 13:23:47.489 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:47.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:47.492 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:47.493 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:47.497 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:47.497 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:47.502 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:47.502 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:47.503 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:47.503 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:47.517 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7GiKEwrlOz-wF3-KnaGb0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:47.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:47.521 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:47.522 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:47.533 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:47.543 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:47.549 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.9685ms +2021-09-04 13:23:47.549 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:47.554 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:47.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:47.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:47.582 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.6785ms +2021-09-04 13:23:55.836 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:55.836 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=7GiKEwrlOz-wF3-KnaGb0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 8319.1918ms +2021-09-04 13:23:56.900 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:23:56.900 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:56.901 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5848ms +2021-09-04 13:23:56.902 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:23:56.903 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:56.906 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:56.906 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:56.907 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:56.907 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:23:56.929 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:56.929 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:56.929 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3797ms +2021-09-04 13:23:57.078 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:23:57.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:57.079 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4896ms +2021-09-04 13:23:57.081 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:23:57.081 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:57.085 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:57.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:57.089 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:23:57.089 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:57.092 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:23:57.092 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:57.093 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:57.093 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:23:57.108 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qyiWoFg4GGYxe48JpVZGNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:23:57.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:23:57.112 +08:00 [INF] Successfully validated the token. +2021-09-04 13:23:57.112 +08:00 [INF] Authorization was successful. +2021-09-04 13:23:57.114 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:23:57.139 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:23:57.143 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.4664ms +2021-09-04 13:23:57.143 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:23:57.146 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:57.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:57.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:23:57.177 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.6440ms +2021-09-04 13:23:59.375 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:23:59.375 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qyiWoFg4GGYxe48JpVZGNA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2266.8443ms +2021-09-04 13:23:59.436 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:24:00.357 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:00.357 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:00.357 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5092ms +2021-09-04 13:24:00.359 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:00.359 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:00.361 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:00.362 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:00.363 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:00.363 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:00.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:00.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:00.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9491ms +2021-09-04 13:24:00.462 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:00.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:00.465 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:00.465 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:00.469 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:00.469 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:00.472 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:00.472 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:00.474 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:00.474 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:00.500 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ipHZL3pwViv_sF6hSgQZ4w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:00.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:00.508 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:00.509 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:00.509 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:00.510 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:00.517 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.4306ms +2021-09-04 13:24:00.517 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:00.520 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:00.550 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:00.550 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:00.550 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.7035ms +2021-09-04 13:24:06.237 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:06.238 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ipHZL3pwViv_sF6hSgQZ4w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 5738.6665ms +2021-09-04 13:24:07.205 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:07.206 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:07.206 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4573ms +2021-09-04 13:24:07.208 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:07.208 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:07.210 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:07.211 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:07.212 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:07.212 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:07.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:07.233 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:07.233 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8169ms +2021-09-04 13:24:07.351 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:24:07.351 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:07.351 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4725ms +2021-09-04 13:24:07.353 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:07.353 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:07.356 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:07.356 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:07.361 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:07.361 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:07.365 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:07.365 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:07.366 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:07.367 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:07.384 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wkzwmRykX2iuiBY-RqIhsQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:07.385 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:07.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:07.393 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:07.403 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:07.414 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:07.419 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 51.8796ms +2021-09-04 13:24:07.419 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:07.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:07.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:07.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:07.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.2353ms +2021-09-04 13:24:09.975 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:09.976 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wkzwmRykX2iuiBY-RqIhsQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2591.2692ms +2021-09-04 13:24:10.928 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:10.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:10.928 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5282ms +2021-09-04 13:24:10.931 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:10.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:10.934 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:10.935 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:10.936 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:10.936 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:10.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:10.956 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:10.956 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8358ms +2021-09-04 13:24:11.070 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:11.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:11.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:11.073 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:11.077 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:11.078 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:11.080 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:11.080 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:11.082 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:11.082 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:11.104 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bTqFH0q1_guj8Z0PFd3r-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:11.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:11.116 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:11.119 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:11.119 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:11.120 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:11.127 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0996ms +2021-09-04 13:24:11.127 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:11.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:11.161 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:11.161 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:11.161 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.1403ms +2021-09-04 13:24:16.405 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:24:16.407 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:24:16.958 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:16.958 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bTqFH0q1_guj8Z0PFd3r-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 5854.9047ms +2021-09-04 13:24:17.485 +08:00 [DBG] Transport connection checking... +2021-09-04 13:24:17.485 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:24:17.932 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:17.933 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:17.933 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6783ms +2021-09-04 13:24:17.935 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:17.936 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:17.938 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:17.939 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:17.940 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:17.940 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:17.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:17.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:17.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.0818ms +2021-09-04 13:24:18.082 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:24:18.083 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:18.083 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.8621ms +2021-09-04 13:24:18.085 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:18.085 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:18.088 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:18.089 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:18.092 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:18.092 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:18.095 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:18.095 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:18.098 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:18.098 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:18.114 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ih75G6_XUeLIWBTMGEiW3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:18.114 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:18.118 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:18.119 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:18.120 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:18.141 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:18.147 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.1108ms +2021-09-04 13:24:18.147 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:18.152 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:18.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:18.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:18.183 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 98.0522ms +2021-09-04 13:24:18.767 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:24:20.048 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:20.048 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ih75G6_XUeLIWBTMGEiW3w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 1934.8246ms +2021-09-04 13:24:20.940 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:20.940 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:20.940 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4490ms +2021-09-04 13:24:20.942 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:20.942 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:20.944 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:20.945 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:20.946 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:20.946 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:20.967 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:20.967 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:20.967 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4695ms +2021-09-04 13:24:21.077 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:21.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:21.080 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:21.080 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:21.084 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:21.084 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:21.087 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:21.087 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:21.088 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:21.088 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:21.107 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nGgY7vrY_yRgD2GbJZyxwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:21.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:21.122 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:21.125 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:21.126 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:21.127 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:21.134 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.3098ms +2021-09-04 13:24:21.134 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:21.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:21.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:21.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:21.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.4008ms +2021-09-04 13:24:24.844 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:24.844 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=nGgY7vrY_yRgD2GbJZyxwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 3737.1881ms +2021-09-04 13:24:25.809 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:25.809 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:25.809 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5187ms +2021-09-04 13:24:25.811 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:25.811 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:25.813 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:25.814 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:25.815 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:25.815 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:25.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:25.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:25.838 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.1922ms +2021-09-04 13:24:25.913 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:24:25.913 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:25.913 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4862ms +2021-09-04 13:24:25.916 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:25.916 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:25.918 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:25.919 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:25.923 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:25.923 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:25.926 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:25.926 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:25.928 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:25.928 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:25.949 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ONU-a_iEvaLpsejdkTh8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:25.952 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:25.964 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:25.965 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:25.967 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:25.968 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:25.974 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.8444ms +2021-09-04 13:24:25.974 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:25.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:26.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:26.009 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:26.009 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.6002ms +2021-09-04 13:24:28.753 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:28.753 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8ONU-a_iEvaLpsejdkTh8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2803.6120ms +2021-09-04 13:24:29.455 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:24:29.792 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:29.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:29.792 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5355ms +2021-09-04 13:24:29.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:29.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:29.798 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:29.799 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:29.800 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:29.800 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:29.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:29.822 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:29.822 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.3322ms +2021-09-04 13:24:29.907 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:29.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:29.909 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:29.910 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:29.914 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:29.914 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:29.918 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:29.918 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:29.919 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:29.919 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:29.950 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Je54cpaYgaqPa9ZGVyztzQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:29.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:29.957 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:29.957 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:29.958 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:29.959 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:29.966 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.2453ms +2021-09-04 13:24:29.966 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:29.971 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:30.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:30.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:30.004 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.1320ms +2021-09-04 13:24:31.839 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:24:31.840 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Je54cpaYgaqPa9ZGVyztzQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 1890.8322ms +2021-09-04 13:24:33.545 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:24:33.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:33.546 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5732ms +2021-09-04 13:24:33.548 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:24:33.548 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:33.551 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:33.551 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:33.552 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:33.553 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:24:33.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:33.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:33.573 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1755ms +2021-09-04 13:24:33.659 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:24:33.659 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:33.659 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4419ms +2021-09-04 13:24:33.661 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:24:33.661 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:33.664 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:33.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:33.669 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:33.669 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:33.671 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:33.672 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:33.673 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:33.673 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:33.693 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0oAnMZ-cCrNGK5MyCNcTBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:24:33.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:33.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:33.707 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:33.708 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:33.709 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:24:33.715 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.0534ms +2021-09-04 13:24:33.715 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:33.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:33.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:33.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:33.749 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.8109ms +2021-09-04 13:24:36.318 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:24:36.318 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:36.318 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4424ms +2021-09-04 13:24:36.320 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:24:36.320 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:36.322 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:36.323 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:24:36.327 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:24:36.327 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:24:36.330 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:24:36.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:36.331 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:36.331 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:36.353 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:36.355 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.3313ms +2021-09-04 13:24:36.355 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:36.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:36.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:36.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:36.383 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 63.0358ms +2021-09-04 13:24:47.071 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:24:47.072 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:47.072 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4318ms +2021-09-04 13:24:47.073 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:24:47.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:47.075 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:47.076 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:24:47.079 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:24:47.080 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:24:47.082 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:24:47.082 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:47.083 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:47.083 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:47.105 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:47.106 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.6196ms +2021-09-04 13:24:47.106 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:47.109 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.134 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 61.4728ms +2021-09-04 13:24:47.139 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:24:47.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:47.140 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4102ms +2021-09-04 13:24:47.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:24:47.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:24:47.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:24:47.144 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:47.148 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:47.148 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:47.152 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:47.152 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:47.153 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:47.153 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:24:47.161 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:47.170 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:24:47.170 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:47.172 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:24:47.172 +08:00 [INF] Authorization was successful. +2021-09-04 13:24:47.188 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:24:47.189 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 35.4412ms +2021-09-04 13:24:47.189 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:24:47.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:24:47.223 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 81.8267ms +2021-09-04 13:24:47.491 +08:00 [DBG] Transport connection checking... +2021-09-04 13:24:47.491 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:24:59.565 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:25:04.802 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:04.802 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0oAnMZ-cCrNGK5MyCNcTBg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 31111.1281ms +2021-09-04 13:25:05.968 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:05.968 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:05.968 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4823ms +2021-09-04 13:25:05.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:05.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:05.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:05.974 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:05.976 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:05.976 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:06.000 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:06.000 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:06.000 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.0099ms +2021-09-04 13:25:06.161 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:25:06.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:06.162 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5962ms +2021-09-04 13:25:06.165 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:06.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:06.168 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:06.169 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:06.172 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:06.172 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:06.175 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:06.175 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:06.176 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:06.176 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:06.202 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RM6Re6ypAiWU0f0YTz-xXg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:06.205 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:06.213 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:06.216 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:06.216 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:06.217 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:06.225 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.4041ms +2021-09-04 13:25:06.225 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:06.230 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:06.261 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:06.261 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:06.261 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.9741ms +2021-09-04 13:25:07.566 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:25:07.567 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:07.567 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4741ms +2021-09-04 13:25:07.568 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:25:07.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:07.570 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:07.571 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:07.575 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:07.575 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:07.577 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:07.577 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:07.578 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:07.579 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:07.600 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:07.602 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.3688ms +2021-09-04 13:25:07.602 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:07.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.630 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 61.8975ms +2021-09-04 13:25:07.635 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:25:07.635 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:07.636 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4255ms +2021-09-04 13:25:07.637 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:25:07.638 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:07.640 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:07.640 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:07.644 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:07.644 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:07.646 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:07.647 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:07.648 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:07.648 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:07.655 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:07.664 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:07.664 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:07.668 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:07.668 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:07.684 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:07.685 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 36.7144ms +2021-09-04 13:25:07.685 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:07.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:07.714 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 76.2200ms +2021-09-04 13:25:12.017 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:12.017 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RM6Re6ypAiWU0f0YTz-xXg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 5815.8499ms +2021-09-04 13:25:13.076 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:13.076 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:13.076 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4597ms +2021-09-04 13:25:13.078 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:13.078 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:13.081 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:13.082 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:13.083 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:13.083 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:13.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:13.106 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:13.106 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.6926ms +2021-09-04 13:25:13.190 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:25:13.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:13.190 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4571ms +2021-09-04 13:25:13.192 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:13.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:13.194 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:13.195 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:13.199 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:13.199 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:13.202 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:13.202 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:13.204 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:13.204 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:13.235 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CbsFo_Y26O-zxTziv2nPdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:13.238 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:13.244 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:13.245 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:13.245 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:13.247 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:13.253 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.3795ms +2021-09-04 13:25:13.253 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:13.257 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:13.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:13.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:13.293 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 101.0818ms +2021-09-04 13:25:14.424 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:25:14.424 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:14.424 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.5008ms +2021-09-04 13:25:14.426 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:25:14.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:14.429 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:14.429 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:14.433 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:14.433 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:14.435 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:14.435 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:14.436 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:14.436 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:14.458 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:14.460 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.307ms +2021-09-04 13:25:14.460 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:14.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.488 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 62.0948ms +2021-09-04 13:25:14.492 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:25:14.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:14.492 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4003ms +2021-09-04 13:25:14.494 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:25:14.494 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:14.496 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:14.497 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:14.500 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:14.500 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:14.503 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:14.503 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:14.504 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:14.504 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:14.511 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:14.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:14.520 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:14.523 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:14.523 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:14.538 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:14.539 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 35.163ms +2021-09-04 13:25:14.539 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:14.542 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.569 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.569 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:14.569 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 75.3439ms +2021-09-04 13:25:17.509 +08:00 [DBG] Transport connection checking... +2021-09-04 13:25:17.509 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:25:24.451 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:25:24.451 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:24.451 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4359ms +2021-09-04 13:25:24.452 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:25:24.453 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:24.455 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:24.455 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:24.459 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:25:24.459 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:24.462 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:25:24.462 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:24.463 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:24.463 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:24.484 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:24.486 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.4704ms +2021-09-04 13:25:24.486 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:24.488 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.525 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.525 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 72.9543ms +2021-09-04 13:25:24.529 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:25:24.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:24.529 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4371ms +2021-09-04 13:25:24.531 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:25:24.532 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:24.534 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:24.535 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:24.538 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:24.539 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:24.541 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:24.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:24.542 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:24.542 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:24.550 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:24.557 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:24.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:24.562 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:24.562 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:24.578 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:24.579 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 36.3198ms +2021-09-04 13:25:24.579 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:24.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:24.608 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 76.8303ms +2021-09-04 13:25:29.671 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:25:41.935 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:41.935 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CbsFo_Y26O-zxTziv2nPdw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 28702.1619ms +2021-09-04 13:25:43.074 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:43.074 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:43.074 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4851ms +2021-09-04 13:25:43.076 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:43.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:43.079 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:43.080 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:43.081 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:43.081 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:43.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:43.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:43.103 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.2862ms +2021-09-04 13:25:43.258 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:25:43.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:43.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5199ms +2021-09-04 13:25:43.260 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:43.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:43.263 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:43.264 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:43.268 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:43.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:43.271 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:43.271 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:43.272 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:43.273 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:43.287 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UqTeWcJ9qp4kMLx58C4fXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:43.287 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:43.291 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:43.291 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:43.293 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:43.318 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:43.322 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 49.0923ms +2021-09-04 13:25:43.322 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:43.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:43.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:43.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:43.358 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.8470ms +2021-09-04 13:25:47.517 +08:00 [DBG] Transport connection checking... +2021-09-04 13:25:47.517 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:25:47.946 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:47.946 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UqTeWcJ9qp4kMLx58C4fXw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 4658.9821ms +2021-09-04 13:25:48.907 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:48.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:48.908 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6175ms +2021-09-04 13:25:48.910 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:48.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:48.913 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:48.914 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:48.915 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:48.915 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:48.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:48.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:48.939 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0944ms +2021-09-04 13:25:49.061 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:25:49.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:49.065 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 2.4816ms +2021-09-04 13:25:49.068 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:49.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:49.084 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:49.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:49.090 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:49.090 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:49.095 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:49.095 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:49.099 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:49.103 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:49.109 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XaCl0KGNNpxUFLRsx0hC6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:49.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:49.114 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:49.116 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:49.117 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:49.150 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:49.154 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.5995ms +2021-09-04 13:25:49.154 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:49.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:49.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:49.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:49.206 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 137.8340ms +2021-09-04 13:25:49.681 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:49.681 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XaCl0KGNNpxUFLRsx0hC6g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 572.0538ms +2021-09-04 13:25:50.646 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:50.646 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:50.646 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4839ms +2021-09-04 13:25:50.649 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:50.649 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:50.652 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:50.652 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:50.653 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:50.653 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:50.686 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:50.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:50.687 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.1949ms +2021-09-04 13:25:50.798 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:50.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:50.801 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:50.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:50.805 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:50.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:50.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:50.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:50.810 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:50.810 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:50.831 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Yt8TqMvrfvXh3F5fyak9-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:50.836 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:50.843 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:50.846 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:50.846 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:50.847 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:50.853 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.4706ms +2021-09-04 13:25:50.853 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:50.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:50.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:50.886 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:50.887 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.0740ms +2021-09-04 13:25:53.298 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:53.298 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Yt8TqMvrfvXh3F5fyak9-w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2467.8799ms +2021-09-04 13:25:54.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:54.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:54.139 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4839ms +2021-09-04 13:25:54.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:54.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:54.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:54.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:54.145 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:54.145 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:54.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:54.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:54.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5309ms +2021-09-04 13:25:54.281 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:25:54.281 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:54.281 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4637ms +2021-09-04 13:25:54.283 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:54.283 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:54.285 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:54.286 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:54.290 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:54.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:54.293 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:54.293 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:54.294 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:54.294 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:54.312 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=osqF5Gz6TEFCWSNGRXCdjQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:54.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:54.315 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:54.316 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:54.318 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:54.341 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:54.345 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.5731ms +2021-09-04 13:25:54.345 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:54.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:54.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:54.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:54.377 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.9710ms +2021-09-04 13:25:57.919 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:25:57.919 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=osqF5Gz6TEFCWSNGRXCdjQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 3607.0900ms +2021-09-04 13:25:58.836 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:25:58.836 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:58.836 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4584ms +2021-09-04 13:25:58.837 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:25:58.838 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:58.840 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:58.840 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:58.841 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:58.841 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:25:58.862 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:58.862 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:58.863 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0411ms +2021-09-04 13:25:58.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:25:58.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:58.972 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:58.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:58.976 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:25:58.976 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:58.980 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:25:58.980 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:58.981 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:58.981 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:25:59.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6bdm8Bd6-BI4LtfLxlsSHw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:25:59.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:25:59.020 +08:00 [INF] Successfully validated the token. +2021-09-04 13:25:59.022 +08:00 [INF] Authorization was successful. +2021-09-04 13:25:59.023 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:25:59.023 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:25:59.029 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 48.3236ms +2021-09-04 13:25:59.029 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:25:59.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:59.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:59.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:25:59.064 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.1465ms +2021-09-04 13:25:59.710 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:26:02.593 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:02.593 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6bdm8Bd6-BI4LtfLxlsSHw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 3586.1035ms +2021-09-04 13:26:03.521 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:03.521 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:03.521 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4849ms +2021-09-04 13:26:03.523 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:03.523 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:03.526 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:03.526 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:03.527 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:03.527 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:03.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:03.548 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:03.549 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5833ms +2021-09-04 13:26:03.664 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:26:03.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:03.665 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4822ms +2021-09-04 13:26:03.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:03.666 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:03.668 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:03.669 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:03.672 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:03.673 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:03.675 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:03.675 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:03.676 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:03.676 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:03.702 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=89EmZAnEliMzKGCddU-0Dw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:03.706 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:03.712 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:03.713 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:03.713 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:03.715 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:03.721 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.6385ms +2021-09-04 13:26:03.722 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:03.725 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:03.755 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:03.755 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:03.756 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.5446ms +2021-09-04 13:26:06.247 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:06.247 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=89EmZAnEliMzKGCddU-0Dw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2546.5332ms +2021-09-04 13:26:07.185 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:07.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:07.185 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4564ms +2021-09-04 13:26:07.187 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:07.187 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:07.189 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:07.190 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:07.190 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:07.191 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:07.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:07.211 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:07.211 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.3990ms +2021-09-04 13:26:07.310 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:07.311 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:07.313 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:07.314 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:07.318 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:07.318 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:07.321 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:07.321 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:07.322 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:07.322 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:07.345 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Q3Q6DiUOy5KHGIkRenvOuw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:07.349 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:07.357 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:07.360 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:07.360 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:07.361 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:07.367 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0735ms +2021-09-04 13:26:07.368 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:07.371 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:07.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:07.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:07.402 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.3029ms +2021-09-04 13:26:14.973 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:14.973 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Q3Q6DiUOy5KHGIkRenvOuw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 7629.0538ms +2021-09-04 13:26:15.925 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:15.925 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:15.925 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4956ms +2021-09-04 13:26:15.927 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:15.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:15.929 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:15.930 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:15.931 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:15.931 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:15.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:15.952 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5549ms +2021-09-04 13:26:16.036 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:26:16.036 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:16.036 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4537ms +2021-09-04 13:26:16.038 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:16.038 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:16.040 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:16.041 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:16.046 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:16.046 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:16.050 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:16.050 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:16.052 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:16.052 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:16.079 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S7CzKYYgY5cMPuOSh_0TNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:16.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:16.089 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:16.089 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:16.090 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:16.091 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:16.098 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.6386ms +2021-09-04 13:26:16.098 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:16.103 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:16.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:16.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:16.134 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.1096ms +2021-09-04 13:26:17.412 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:17.412 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=S7CzKYYgY5cMPuOSh_0TNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 1333.1726ms +2021-09-04 13:26:17.523 +08:00 [DBG] Transport connection checking... +2021-09-04 13:26:17.523 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:26:18.364 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:18.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:18.365 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6055ms +2021-09-04 13:26:18.367 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:18.367 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:18.370 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:18.370 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:18.371 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:18.371 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:18.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:18.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:18.391 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.1562ms +2021-09-04 13:26:18.503 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:18.504 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:18.506 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:18.507 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:18.510 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:18.511 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:18.514 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:18.514 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:18.515 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:18.515 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:18.533 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8HZ98dPvmgiv3Go0Qgu0aQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:18.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:18.548 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:18.549 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:18.552 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:18.552 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:18.559 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.304ms +2021-09-04 13:26:18.559 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:18.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:18.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:18.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:18.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.3253ms +2021-09-04 13:26:21.426 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:21.427 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8HZ98dPvmgiv3Go0Qgu0aQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 2893.2726ms +2021-09-04 13:26:22.412 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:22.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:22.412 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5676ms +2021-09-04 13:26:22.415 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:22.415 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:22.419 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:22.419 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:22.420 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:22.420 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:22.443 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:22.443 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:22.443 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.0405ms +2021-09-04 13:26:22.555 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:26:22.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:22.555 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4594ms +2021-09-04 13:26:22.557 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:22.557 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:22.559 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:22.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:22.563 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:22.564 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:22.569 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:22.569 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:22.570 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:22.571 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:22.585 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OnxsAqhYtBkmdLZT1JctNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:22.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:22.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:22.597 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:22.602 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:22.608 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:22.612 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.103ms +2021-09-04 13:26:22.612 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:22.616 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:22.646 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:22.646 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:22.647 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.0608ms +2021-09-04 13:26:24.702 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:26:24.703 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:24.703 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4886ms +2021-09-04 13:26:24.705 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:26:24.705 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:24.707 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:24.707 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:26:24.711 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:26:24.711 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:26:24.714 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:26:24.714 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:24.715 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:24.716 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:24.737 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:24.739 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.2704ms +2021-09-04 13:26:24.739 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:24.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:24.777 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:24.777 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:24.777 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 72.6542ms +2021-09-04 13:26:29.764 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:26:47.528 +08:00 [DBG] Transport connection checking... +2021-09-04 13:26:47.528 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:26:52.538 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:26:52.538 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OnxsAqhYtBkmdLZT1JctNg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 29953.4161ms +2021-09-04 13:26:54.469 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:26:54.470 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:54.470 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7072ms +2021-09-04 13:26:54.473 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:26:54.473 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:54.476 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:54.476 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:54.477 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:54.477 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:26:54.510 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:54.510 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:54.511 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.6162ms +2021-09-04 13:26:54.596 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:26:54.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:54.596 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4613ms +2021-09-04 13:26:54.598 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:26:54.598 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:54.601 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:54.601 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:54.605 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:26:54.605 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:54.608 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:26:54.608 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:54.609 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:54.609 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:54.630 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GcpC9mA_KnL66BSEkcwdPg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:26:54.637 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:54.646 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:54.647 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:54.648 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:54.649 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:26:54.655 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.6465ms +2021-09-04 13:26:54.655 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:54.659 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:54.694 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:54.694 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:54.694 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.0784ms +2021-09-04 13:26:55.896 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:26:55.897 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:55.897 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4215ms +2021-09-04 13:26:55.898 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:26:55.899 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:26:55.901 +08:00 [INF] Successfully validated the token. +2021-09-04 13:26:55.901 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:26:55.905 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:26:55.905 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:26:55.907 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:26:55.907 +08:00 [INF] Authorization was successful. +2021-09-04 13:26:55.908 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:55.909 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:26:55.930 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:26:55.932 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.5957ms +2021-09-04 13:26:55.932 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:26:55.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:55.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:55.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:26:55.959 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 60.5114ms +2021-09-04 13:26:59.836 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:27:15.834 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:27:15.835 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GcpC9mA_KnL66BSEkcwdPg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 21205.4749ms +2021-09-04 13:27:16.961 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:27:16.962 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:16.962 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7847ms +2021-09-04 13:27:16.965 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:27:16.965 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:16.968 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:16.969 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:16.970 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:27:16.970 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:27:16.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:16.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:16.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.7822ms +2021-09-04 13:27:17.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:27:17.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:17.138 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4814ms +2021-09-04 13:27:17.140 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:27:17.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:17.143 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:17.144 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:17.149 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:17.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:17.153 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:17.153 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:17.154 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:17.154 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:17.193 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C-zkNYKt8Agmk1Q0ukpPbA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - +2021-09-04 13:27:17.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:17.197 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:17.199 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:17.200 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:17.201 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:27:17.205 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.7366ms +2021-09-04 13:27:17.205 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:17.209 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:17.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:17.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:17.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.5647ms +2021-09-04 13:27:17.537 +08:00 [DBG] Transport connection checking... +2021-09-04 13:27:17.537 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:27:18.257 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:27:18.257 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:18.257 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4110ms +2021-09-04 13:27:18.259 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:27:18.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:18.261 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:18.262 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:18.266 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:18.266 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:18.268 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:18.268 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:18.269 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:18.269 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:18.290 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:18.292 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.4016ms +2021-09-04 13:27:18.292 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:18.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:18.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:18.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:18.319 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 60.0786ms +2021-09-04 13:27:22.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:27:22.381 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:22.384 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:22.384 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:22.388 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:22.388 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:22.390 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:22.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:22.391 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:22.391 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:22.413 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:22.416 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 24.1311ms +2021-09-04 13:27:22.416 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:22.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.445 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 63.7363ms +2021-09-04 13:27:22.451 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:27:22.451 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:22.451 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4310ms +2021-09-04 13:27:22.452 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:27:22.453 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:22.455 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:22.456 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:22.459 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:22.459 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:22.462 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:22.462 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:22.463 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:22.463 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:22.472 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:22.479 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:22.480 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:22.484 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:22.484 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:22.500 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:22.501 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 38.0572ms +2021-09-04 13:27:22.501 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:22.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.529 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:22.529 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 76.6911ms +2021-09-04 13:27:29.926 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:27:47.547 +08:00 [DBG] Transport connection checking... +2021-09-04 13:27:47.547 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:27:56.697 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:27:56.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:56.697 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4409ms +2021-09-04 13:27:56.699 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:27:56.699 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:56.701 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:56.702 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:56.708 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:27:56.708 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:56.711 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:27:56.711 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:56.712 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:56.712 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:56.733 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:56.735 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.5761ms +2021-09-04 13:27:56.735 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:56.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.765 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.765 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.765 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 66.6379ms +2021-09-04 13:27:56.769 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:27:56.770 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:56.770 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4137ms +2021-09-04 13:27:56.771 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:27:56.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:27:56.774 +08:00 [INF] Successfully validated the token. +2021-09-04 13:27:56.774 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:56.778 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:56.778 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:56.780 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:56.780 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:56.781 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:56.781 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:27:56.789 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:56.796 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:27:56.797 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:56.802 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:27:56.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:27:56.818 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:27:56.819 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 37.0827ms +2021-09-04 13:27:56.819 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:27:56.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:27:56.847 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 75.5814ms +2021-09-04 13:27:59.972 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:28:04.771 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:28:04.772 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C-zkNYKt8Agmk1Q0ukpPbA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzI0OTEsImV4cCI6MTYzMDgxODg5MSwiaWF0IjoxNjMwNzMyNDkxfQ.2EfEf--Cc8izc5kpJKo-_dSPw97Iw_lwcyVjUJ8ZAis - - - 101 - - 47580.4651ms +2021-09-04 13:28:06.719 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 13:28:06.720 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:06.720 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.8670ms +2021-09-04 13:28:06.722 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 13:28:06.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:06.725 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:06.725 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:28:06.775 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:28:06.775 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 13:28:06.789 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 13:28:06.789 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 63.4761ms +2021-09-04 13:28:06.789 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:06.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:06.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:06.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:06.816 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 94.4232ms +2021-09-04 13:28:06.821 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:28:06.822 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:06.822 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4146ms +2021-09-04 13:28:06.823 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:28:06.823 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:06.826 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:06.827 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:28:06.827 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 13:28:06.829 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:28:06.831 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 13:28:06.832 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:28:06.921 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:28:06.922 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:28:07.003 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:28:07.137 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 13:28:07.138 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 13:28:07.141 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 313.462ms +2021-09-04 13:28:07.141 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:28:07.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 317.4975ms +2021-09-04 13:28:07.436 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:28:07.436 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:07.437 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4479ms +2021-09-04 13:28:07.438 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:28:07.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:07.441 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:07.441 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:07.442 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:28:07.442 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:28:07.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:07.462 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:07.462 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.7659ms +2021-09-04 13:28:07.521 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TA7zix2zDn-4-O5CLDwqKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:28:07.522 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:07.525 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:07.526 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:07.527 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:28:11.629 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:28:11.629 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:11.629 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4693ms +2021-09-04 13:28:11.631 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:28:11.631 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:11.633 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:11.634 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:11.637 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:11.637 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:11.640 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:11.640 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:11.641 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:11.642 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:28:11.672 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:28:11.676 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.1682ms +2021-09-04 13:28:11.676 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:11.679 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:11.704 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:11.704 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:11.704 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 73.0778ms +2021-09-04 13:28:13.725 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:28:13.725 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:13.725 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4666ms +2021-09-04 13:28:13.726 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:28:13.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:13.729 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:13.729 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:28:13.733 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:28:13.733 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:28:13.735 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:28:13.735 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:13.736 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:13.736 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:28:13.757 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:28:13.759 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.6235ms +2021-09-04 13:28:13.759 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:13.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.787 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.787 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.787 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 60.9814ms +2021-09-04 13:28:13.791 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:28:13.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:13.791 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4259ms +2021-09-04 13:28:13.792 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:28:13.793 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:28:13.795 +08:00 [INF] Successfully validated the token. +2021-09-04 13:28:13.795 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:13.799 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:13.799 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:13.802 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:13.802 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:13.803 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:13.804 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:28:13.811 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:13.819 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:28:13.820 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:13.822 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:28:13.822 +08:00 [INF] Authorization was successful. +2021-09-04 13:28:13.837 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:28:13.838 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 34.341ms +2021-09-04 13:28:13.838 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:28:13.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:28:13.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 73.7495ms +2021-09-04 13:28:17.553 +08:00 [DBG] Transport connection checking... +2021-09-04 13:28:17.553 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:28:30.144 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:28:47.556 +08:00 [DBG] Transport connection checking... +2021-09-04 13:28:47.556 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:29:00.167 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:29:16.408 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:29:16.411 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:29:17.571 +08:00 [DBG] Transport connection checking... +2021-09-04 13:29:17.571 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:29:18.783 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:29:30.198 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:29:47.573 +08:00 [DBG] Transport connection checking... +2021-09-04 13:29:47.573 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:30:00.213 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:30:17.587 +08:00 [DBG] Transport connection checking... +2021-09-04 13:30:17.587 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:30:30.257 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:30:47.591 +08:00 [DBG] Transport connection checking... +2021-09-04 13:30:47.591 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:31:00.271 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:31:17.593 +08:00 [DBG] Transport connection checking... +2021-09-04 13:31:17.593 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:31:30.310 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:31:47.612 +08:00 [DBG] Transport connection checking... +2021-09-04 13:31:47.612 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:32:00.330 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:32:03.615 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:32:03.615 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TA7zix2zDn-4-O5CLDwqKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 236098.2473ms +2021-09-04 13:32:05.694 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:32:05.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:05.694 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4870ms +2021-09-04 13:32:05.696 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:32:05.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:05.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:05.700 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:05.701 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:32:05.701 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:32:05.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:05.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:05.726 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.8734ms +2021-09-04 13:32:05.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:32:05.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:05.996 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5257ms +2021-09-04 13:32:05.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:32:05.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:06.001 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:06.001 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:32:06.007 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:32:06.007 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:32:06.011 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:32:06.011 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:06.012 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:32:06.013 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:32:06.048 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FaF0h_lDnBj-1HlTMuV3zQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:32:06.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:06.049 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:32:06.053 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:06.054 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:06.056 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.8576ms +2021-09-04 13:32:06.056 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:32:06.056 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:32:06.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:06.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:06.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:06.101 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 102.6415ms +2021-09-04 13:32:10.964 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:32:10.964 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FaF0h_lDnBj-1HlTMuV3zQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 4917.0885ms +2021-09-04 13:32:12.691 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:32:12.692 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:12.692 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4492ms +2021-09-04 13:32:12.694 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:32:12.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:12.697 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:12.697 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:12.698 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:32:12.698 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:32:12.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:12.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:12.729 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.8987ms +2021-09-04 13:32:13.001 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:32:13.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:13.002 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5856ms +2021-09-04 13:32:13.004 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:32:13.004 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:13.007 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:13.008 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:32:13.011 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:32:13.011 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:32:13.014 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:32:13.014 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:13.016 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:32:13.016 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:32:13.038 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RCiQy_Qtigmr0NhQ3YfaYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:32:13.042 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:32:13.050 +08:00 [INF] Successfully validated the token. +2021-09-04 13:32:13.052 +08:00 [INF] Authorization was successful. +2021-09-04 13:32:13.052 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:32:13.053 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:32:13.059 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.5422ms +2021-09-04 13:32:13.059 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:32:13.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:13.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:13.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:32:13.092 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.5226ms +2021-09-04 13:32:17.613 +08:00 [DBG] Transport connection checking... +2021-09-04 13:32:17.613 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:32:30.383 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:32:47.613 +08:00 [DBG] Transport connection checking... +2021-09-04 13:32:47.613 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:33:00.416 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:33:07.182 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:07.182 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RCiQy_Qtigmr0NhQ3YfaYg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 54145.1874ms +2021-09-04 13:33:12.563 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:12.563 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:12.563 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4643ms +2021-09-04 13:33:12.565 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:12.566 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:12.568 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:12.569 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:12.570 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:12.570 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:12.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:12.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:12.603 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.5362ms +2021-09-04 13:33:12.710 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:33:12.710 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:12.711 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4711ms +2021-09-04 13:33:12.712 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:12.712 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:12.715 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:12.715 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:12.719 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:12.719 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:12.722 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:12.722 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:12.724 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:12.724 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:12.736 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tvIOg6XgWbrbHUsztOkUOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:12.736 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:12.740 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:12.741 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:12.742 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:12.763 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:12.767 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.9455ms +2021-09-04 13:33:12.767 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:12.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:12.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:12.807 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:12.808 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 95.6447ms +2021-09-04 13:33:13.690 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:13.691 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tvIOg6XgWbrbHUsztOkUOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 955.0537ms +2021-09-04 13:33:14.600 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:14.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:14.601 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5217ms +2021-09-04 13:33:14.603 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:14.603 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:14.605 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:14.606 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:14.607 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:14.607 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:14.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:14.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:14.630 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5993ms +2021-09-04 13:33:14.748 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:14.748 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:14.751 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:14.751 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:14.756 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:14.756 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:14.759 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:14.759 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:14.760 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:14.760 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:14.783 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=imlMfEv2FoeGCJ14U1j96w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:14.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:14.798 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:14.801 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:14.801 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:14.802 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:14.808 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.6305ms +2021-09-04 13:33:14.808 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:14.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:14.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:14.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:14.844 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 96.2732ms +2021-09-04 13:33:15.661 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:15.661 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=imlMfEv2FoeGCJ14U1j96w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 879.1415ms +2021-09-04 13:33:16.685 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:16.685 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:16.685 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5338ms +2021-09-04 13:33:16.687 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:16.687 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:16.690 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:16.690 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:16.691 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:16.692 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:16.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:16.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:16.713 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3792ms +2021-09-04 13:33:16.822 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:16.823 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:16.825 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:16.826 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:16.830 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:16.830 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:16.833 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:16.833 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:16.834 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:16.834 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:16.854 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HZuCO3a_wNzP9oSxxR7xpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:16.857 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:16.866 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:16.868 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:16.868 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:16.869 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:16.875 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.1073ms +2021-09-04 13:33:16.875 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:16.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:16.909 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:16.909 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:16.910 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.1949ms +2021-09-04 13:33:17.624 +08:00 [DBG] Transport connection checking... +2021-09-04 13:33:17.624 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:33:30.477 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:33:39.288 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:39.288 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=HZuCO3a_wNzP9oSxxR7xpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 22435.2124ms +2021-09-04 13:33:40.381 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:40.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:40.382 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5394ms +2021-09-04 13:33:40.384 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:40.384 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:40.386 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:40.387 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:40.387 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:40.388 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:40.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:40.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:40.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5341ms +2021-09-04 13:33:40.561 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:33:40.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:40.561 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4906ms +2021-09-04 13:33:40.563 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:40.564 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:40.566 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:40.567 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:40.571 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:40.571 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:40.575 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:40.575 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:40.577 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:40.577 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:40.589 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mYUEsPd7-2tPBMdK2iIfjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:40.590 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:40.594 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:40.595 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:40.596 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:40.629 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:40.633 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 55.9994ms +2021-09-04 13:33:40.634 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:40.638 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:40.681 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:40.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:40.682 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 118.6496ms +2021-09-04 13:33:42.949 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:42.949 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mYUEsPd7-2tPBMdK2iIfjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 2359.9267ms +2021-09-04 13:33:43.960 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:43.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:43.961 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5207ms +2021-09-04 13:33:43.963 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:43.963 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:43.965 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:43.966 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:43.967 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:43.967 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:43.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:43.999 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:43.999 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.7380ms +2021-09-04 13:33:44.097 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:44.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:44.100 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:44.101 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:44.104 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:44.104 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:44.107 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:44.107 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:44.109 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:44.109 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:44.129 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_ubBX60gwH3Mn0CBoLNjwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:44.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:44.144 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:44.145 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:44.148 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:44.148 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:44.154 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.0675ms +2021-09-04 13:33:44.154 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:44.159 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:44.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:44.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:44.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.6532ms +2021-09-04 13:33:47.625 +08:00 [DBG] Transport connection checking... +2021-09-04 13:33:47.625 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:33:49.285 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:49.285 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_ubBX60gwH3Mn0CBoLNjwg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 5156.0231ms +2021-09-04 13:33:50.194 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:50.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:50.195 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4665ms +2021-09-04 13:33:50.196 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:50.197 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:50.199 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:50.199 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:50.200 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:50.200 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:50.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:50.222 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:50.222 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0887ms +2021-09-04 13:33:50.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:33:50.329 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:50.329 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5186ms +2021-09-04 13:33:50.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:50.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:50.333 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:50.334 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:50.338 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:50.338 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:50.341 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:50.342 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:50.343 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:50.343 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:50.363 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hv8UXg4l37XHFwifE6RfSQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:50.365 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:50.378 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:50.380 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:50.381 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:50.382 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:50.388 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.7835ms +2021-09-04 13:33:50.388 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:50.393 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:50.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:50.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:50.422 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.0534ms +2021-09-04 13:33:52.373 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:33:52.373 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hv8UXg4l37XHFwifE6RfSQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 2009.8880ms +2021-09-04 13:33:53.374 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:33:53.374 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:53.375 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6861ms +2021-09-04 13:33:53.377 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:33:53.377 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:53.380 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:53.380 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:53.382 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:53.382 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:33:53.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:53.402 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:53.402 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8755ms +2021-09-04 13:33:53.511 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:33:53.512 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:53.514 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:53.515 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:53.518 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:33:53.518 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:53.521 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:33:53.521 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:53.523 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:53.523 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:33:53.539 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5nCWvJvJoNLkOmOMak8Zxg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:33:53.540 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:33:53.544 +08:00 [INF] Successfully validated the token. +2021-09-04 13:33:53.545 +08:00 [INF] Authorization was successful. +2021-09-04 13:33:53.557 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:33:53.566 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:33:53.570 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.6339ms +2021-09-04 13:33:53.570 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:33:53.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:53.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:53.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:33:53.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 92.6463ms +2021-09-04 13:34:00.059 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:34:00.059 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5nCWvJvJoNLkOmOMak8Zxg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 6519.7827ms +2021-09-04 13:34:00.494 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:34:01.161 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:34:01.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:01.162 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4482ms +2021-09-04 13:34:01.164 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:34:01.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:01.166 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:01.166 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:01.167 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:34:01.167 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:34:01.189 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:01.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:01.190 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1990ms +2021-09-04 13:34:01.270 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:34:01.270 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:01.270 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4595ms +2021-09-04 13:34:01.272 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:01.272 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:01.274 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:01.275 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:01.279 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:01.279 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:01.282 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:01.282 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:01.284 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:01.284 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:01.302 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-AIsF5gl2OCLcsIHqIajaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - +2021-09-04 13:34:01.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:01.316 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:01.318 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:01.321 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:34:01.323 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:01.330 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 45.9927ms +2021-09-04 13:34:01.330 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:01.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:01.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:01.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:01.366 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 93.9787ms +2021-09-04 13:34:09.510 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:34:09.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:09.511 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5109ms +2021-09-04 13:34:09.512 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:09.513 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:09.515 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:09.515 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:09.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:09.519 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:09.522 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:09.522 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:09.523 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:09.523 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:09.555 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:09.559 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.1115ms +2021-09-04 13:34:09.559 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:09.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:09.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:09.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:09.588 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 75.2793ms +2021-09-04 13:34:10.595 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:10.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:10.597 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:10.598 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:10.602 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:10.602 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:10.605 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:10.605 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:10.606 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:10.606 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:10.637 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:10.641 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.788ms +2021-09-04 13:34:10.641 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:10.645 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:10.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:10.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:10.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.4596ms +2021-09-04 13:34:12.333 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:12.333 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:12.336 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:12.336 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:12.340 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:12.340 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:12.343 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:12.344 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:12.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:12.345 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:12.378 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:12.382 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 36.8916ms +2021-09-04 13:34:12.382 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:12.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:12.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:12.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:12.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 77.9750ms +2021-09-04 13:34:15.421 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:34:15.421 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:15.421 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4278ms +2021-09-04 13:34:15.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:15.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:15.425 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:15.426 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:15.429 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:15.430 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:15.432 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:15.432 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:15.433 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:15.433 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:15.465 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:15.469 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.3064ms +2021-09-04 13:34:15.469 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:15.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:15.498 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:15.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:15.499 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 76.1791ms +2021-09-04 13:34:16.431 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:34:16.434 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:34:17.633 +08:00 [DBG] Transport connection checking... +2021-09-04 13:34:17.633 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:34:18.813 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:34:20.172 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:20.172 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:20.175 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:20.175 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:20.179 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:20.179 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:20.181 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:20.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:20.182 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:20.182 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:20.213 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:20.216 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.5571ms +2021-09-04 13:34:20.216 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:20.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:20.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:20.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:20.255 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.4230ms +2021-09-04 13:34:21.274 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:34:21.274 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:21.274 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5419ms +2021-09-04 13:34:21.276 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:21.276 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:21.278 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:21.279 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:21.283 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:21.283 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:21.286 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:21.286 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:21.287 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:21.287 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:21.319 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:21.322 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.7403ms +2021-09-04 13:34:21.322 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:21.327 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:21.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:21.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:21.361 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 84.7908ms +2021-09-04 13:34:30.584 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:34:36.724 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:34:36.724 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:36.724 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4788ms +2021-09-04 13:34:36.726 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:34:36.726 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:36.728 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:36.729 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:34:36.732 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:34:36.733 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:34:36.735 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:34:36.735 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:36.736 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:36.737 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:36.758 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:36.760 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.2681ms +2021-09-04 13:34:36.760 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:36.763 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.790 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 63.6067ms +2021-09-04 13:34:36.798 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:34:36.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:36.798 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4418ms +2021-09-04 13:34:36.800 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:34:36.801 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:36.803 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:36.803 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:36.807 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:36.807 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:36.811 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:36.811 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:36.812 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:36.812 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:36.820 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:36.829 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:36.829 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:36.832 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:36.832 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:36.847 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:36.848 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 36.3212ms +2021-09-04 13:34:36.849 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:36.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:36.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 79.6226ms +2021-09-04 13:34:47.637 +08:00 [DBG] Transport connection checking... +2021-09-04 13:34:47.637 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:34:49.269 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:34:49.270 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-AIsF5gl2OCLcsIHqIajaA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzMyODYsImV4cCI6MTYzMDgxOTY4NiwiaWF0IjoxNjMwNzMzMjg2fQ.B5xXYFk_-qh0FhqwMGt-UAFOy9l98wx_tho8_qLyehc - - - 101 - - 47968.1527ms +2021-09-04 13:34:51.326 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 13:34:51.326 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:51.326 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.4803ms +2021-09-04 13:34:51.328 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 13:34:51.328 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:51.331 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:51.331 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:51.381 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:34:51.381 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 13:34:51.395 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 13:34:51.395 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 63.7573ms +2021-09-04 13:34:51.395 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:51.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:51.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:51.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:51.421 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 93.4414ms +2021-09-04 13:34:51.426 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:34:51.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:51.426 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5530ms +2021-09-04 13:34:51.428 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 13:34:51.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:51.430 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:51.432 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:34:51.432 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 13:34:51.433 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 13:34:51.436 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 13:34:51.436 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:34:51.523 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:34:51.524 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:34:51.607 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 13:34:51.747 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 13:34:51.747 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 13:34:51.750 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 318.475ms +2021-09-04 13:34:51.750 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 13:34:51.751 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 322.7805ms +2021-09-04 13:34:52.012 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:34:52.012 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:52.013 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5014ms +2021-09-04 13:34:52.014 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:34:52.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:52.017 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:52.017 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:52.018 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:34:52.019 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:34:52.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:52.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:52.053 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.6685ms +2021-09-04 13:34:52.099 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=unTZo0RedlXCJSuHh8IcZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:34:52.099 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:52.102 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:52.103 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:52.104 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:34:54.380 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:34:54.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:54.380 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4345ms +2021-09-04 13:34:54.382 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:34:54.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:34:54.385 +08:00 [INF] Successfully validated the token. +2021-09-04 13:34:54.385 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:54.389 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:34:54.389 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:54.392 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:34:54.392 +08:00 [INF] Authorization was successful. +2021-09-04 13:34:54.393 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:54.393 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:34:54.423 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:34:54.426 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.4197ms +2021-09-04 13:34:54.427 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:34:54.430 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:54.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:54.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:34:54.455 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.8123ms +2021-09-04 13:35:00.737 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:35:08.136 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:35:08.137 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:08.137 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4438ms +2021-09-04 13:35:08.138 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:08.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:08.141 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:08.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:08.145 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:08.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:08.148 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:08.148 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:08.149 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:08.149 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:08.181 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:08.184 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.4639ms +2021-09-04 13:35:08.185 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:08.188 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:08.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:08.224 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:08.225 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 86.2407ms +2021-09-04 13:35:10.364 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:10.364 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:10.366 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:10.367 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:10.370 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:10.370 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:10.373 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:10.373 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:10.374 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:10.374 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:10.405 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:10.408 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.0495ms +2021-09-04 13:35:10.408 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:10.412 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:10.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:10.437 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:10.438 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 74.0337ms +2021-09-04 13:35:13.967 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:35:13.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:13.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5478ms +2021-09-04 13:35:13.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:13.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:13.971 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:13.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:13.975 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:13.975 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:13.978 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:13.978 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:13.979 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:13.979 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:14.009 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:14.013 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.1615ms +2021-09-04 13:35:14.013 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:14.018 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:14.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:14.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:14.053 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 84.0727ms +2021-09-04 13:35:17.648 +08:00 [DBG] Transport connection checking... +2021-09-04 13:35:17.648 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:35:18.689 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:18.689 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:18.691 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:18.691 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:18.695 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:18.695 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:18.698 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:18.698 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:18.699 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:18.699 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:18.729 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:18.733 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.5642ms +2021-09-04 13:35:18.733 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:18.736 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:18.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:18.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:18.761 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 72.0912ms +2021-09-04 13:35:26.066 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:35:26.066 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=unTZo0RedlXCJSuHh8IcZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 33967.8112ms +2021-09-04 13:35:27.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:35:27.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:27.024 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4784ms +2021-09-04 13:35:27.026 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:35:27.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:27.028 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:27.029 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:27.030 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:35:27.030 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:35:27.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:27.050 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:27.051 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8621ms +2021-09-04 13:35:27.161 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:35:27.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:27.162 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4486ms +2021-09-04 13:35:27.163 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:27.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:27.165 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:27.166 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:27.169 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:27.169 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:27.172 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:27.172 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:27.173 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:27.173 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:27.184 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=acB5sp1Uac1w-IgjOBIq-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:35:27.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:27.188 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:27.188 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:27.190 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:35:27.212 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:27.216 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.1298ms +2021-09-04 13:35:27.216 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:27.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:27.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:27.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:27.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 82.5001ms +2021-09-04 13:35:30.790 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:35:34.662 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - +2021-09-04 13:35:34.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:34.663 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - - 204 - - 0.6637ms +2021-09-04 13:35:34.664 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/lock application/json 63 +2021-09-04 13:35:34.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:34.666 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:34.667 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:34.670 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:34.670 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:34.673 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:34.673 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:35:34.675 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:35:34.675 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:35:34.677 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:35:34.677 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:34.678 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:34.681 +08:00 [INF] Route matched with {action = "Lock", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task LockAsync(CompanyName.ProjectName.Users.Dtos.LockUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:34.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.875 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.876 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi) in 194.7775ms +2021-09-04 13:35:34.876 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:34.876 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.920 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.920 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:34.921 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/lock application/json 63 - 204 - - 256.5311ms +2021-09-04 13:35:34.925 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 13:35:34.987 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:35:34.987 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:34.988 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5051ms +2021-09-04 13:35:34.989 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:34.989 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:34.991 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:34.992 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:34.996 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:34.996 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:34.999 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:34.999 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:35.000 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.000 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:35.036 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:35.043 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 43.3892ms +2021-09-04 13:35:35.043 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.071 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.071 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 81.8506ms +2021-09-04 13:35:35.792 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 +2021-09-04 13:35:35.792 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:35.794 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:35.795 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:35.798 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:35.798 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:35.800 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:35.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:35:35.803 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:35:35.803 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:35:35.805 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:35:35.805 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:35.806 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.806 +08:00 [INF] Route matched with {action = "Lock", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task LockAsync(CompanyName.ProjectName.Users.Dtos.LockUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:35.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.865 +08:00 [WRN] Lockout for user failed because lockout is not enabled for this user. +2021-09-04 13:35:35.867 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi) in 60.8573ms +2021-09-04 13:35:35.867 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.867 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.879 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 13:35:35.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:35.897 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 - 204 - - 105.3005ms +2021-09-04 13:35:35.943 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:35:35.943 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:35:35.945 +08:00 [INF] Successfully validated the token. +2021-09-04 13:35:35.946 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:35.950 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:35:35.950 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:35.953 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:35:35.953 +08:00 [INF] Authorization was successful. +2021-09-04 13:35:35.954 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.954 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:35:35.984 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:35:35.987 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.2095ms +2021-09-04 13:35:35.987 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:35:35.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:36.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:36.014 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:35:36.015 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 71.7508ms +2021-09-04 13:35:47.655 +08:00 [DBG] Transport connection checking... +2021-09-04 13:35:47.655 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:36:00.797 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:36:03.338 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:03.338 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:03.338 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4299ms +2021-09-04 13:36:03.340 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:03.340 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:03.342 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:03.343 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:03.347 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:03.347 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:03.349 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:03.349 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:03.351 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:03.351 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:03.383 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:03.386 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 35.5954ms +2021-09-04 13:36:03.386 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:03.390 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:03.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:03.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:03.418 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 77.9325ms +2021-09-04 13:36:04.977 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:04.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:04.980 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:04.981 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:04.984 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:04.984 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:04.987 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:04.987 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:04.988 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:04.988 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:05.022 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:05.026 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 37.7608ms +2021-09-04 13:36:05.026 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:05.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:05.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:05.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:05.066 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 88.9052ms +2021-09-04 13:36:09.405 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:09.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:09.406 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4474ms +2021-09-04 13:36:09.407 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:09.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:09.409 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:09.410 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:09.413 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:09.414 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:09.416 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:09.416 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:09.417 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:09.418 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:09.450 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:09.454 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 36.0513ms +2021-09-04 13:36:09.454 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:09.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:09.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:09.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:09.486 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 79.1647ms +2021-09-04 13:36:13.048 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - +2021-09-04 13:36:13.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:13.048 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/lock - - - 204 - - 0.4197ms +2021-09-04 13:36:13.049 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/lock application/json 63 +2021-09-04 13:36:13.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:13.052 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:13.052 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:13.055 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:13.055 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:13.058 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:13.058 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:36:13.060 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:36:13.060 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:36:13.063 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:36:13.063 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:13.064 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:13.064 +08:00 [INF] Route matched with {action = "Lock", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task LockAsync(CompanyName.ProjectName.Users.Dtos.LockUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:13.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.119 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.134 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.134 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi) in 70.1041ms +2021-09-04 13:36:13.134 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:13.135 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.146 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 13:36:13.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.165 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/lock application/json 63 - 204 - - 115.2668ms +2021-09-04 13:36:13.202 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:13.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:13.204 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:13.205 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:13.209 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:13.209 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:13.212 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:13.212 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:13.213 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:13.213 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:13.243 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:13.247 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.9375ms +2021-09-04 13:36:13.247 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:13.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.273 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.273 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:13.273 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 71.1460ms +2021-09-04 13:36:15.376 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 +2021-09-04 13:36:15.376 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:15.379 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:15.379 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:15.382 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:15.383 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:15.385 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:15.385 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:36:15.388 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable +2021-09-04 13:36:15.388 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:36:15.390 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.Users.Enable +2021-09-04 13:36:15.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:15.391 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:15.391 +08:00 [INF] Route matched with {action = "Lock", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task LockAsync(CompanyName.ProjectName.Users.Dtos.LockUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:15.446 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.446 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.447 +08:00 [WRN] Lockout for user failed because lockout is not enabled for this user. +2021-09-04 13:36:15.447 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi) in 55.746ms +2021-09-04 13:36:15.447 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.LockAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:15.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.459 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 13:36:15.478 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.478 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.479 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/lock application/json 64 - 204 - - 102.7014ms +2021-09-04 13:36:15.533 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:15.533 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:15.533 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4576ms +2021-09-04 13:36:15.535 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:15.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:15.537 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:15.537 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:15.541 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:15.541 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:15.544 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:15.544 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:15.545 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:15.545 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:15.574 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:15.578 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 32.7454ms +2021-09-04 13:36:15.578 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:15.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:15.605 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 70.2310ms +2021-09-04 13:36:17.653 +08:00 [DBG] Transport connection checking... +2021-09-04 13:36:17.653 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:36:27.736 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:36:27.736 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=acB5sp1Uac1w-IgjOBIq-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 60556.5830ms +2021-09-04 13:36:28.847 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:36:28.848 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:28.848 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5714ms +2021-09-04 13:36:28.850 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:36:28.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:28.854 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:28.855 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:28.856 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:28.856 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:28.883 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:28.883 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:28.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 32.9035ms +2021-09-04 13:36:29.010 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:29.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:29.010 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5629ms +2021-09-04 13:36:29.012 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:29.012 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:29.015 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:29.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:29.020 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:29.020 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:29.023 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:29.023 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:29.026 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:29.026 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:29.049 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fRPEYfd7uDkg1ueoIhQy_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:36:29.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:29.052 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:29.054 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:29.056 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:36:29.080 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:29.085 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 59.0259ms +2021-09-04 13:36:29.085 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:29.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:29.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:29.121 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:29.121 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 109.5920ms +2021-09-04 13:36:30.475 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:36:30.475 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=fRPEYfd7uDkg1ueoIhQy_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1426.7537ms +2021-09-04 13:36:30.811 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:36:31.412 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:36:31.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:31.412 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6747ms +2021-09-04 13:36:31.414 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:36:31.415 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:31.417 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:31.417 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:31.418 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:31.418 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:31.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:31.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:31.439 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2532ms +2021-09-04 13:36:31.551 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:31.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:31.554 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:31.555 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:31.559 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:31.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:31.563 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:31.563 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:31.564 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:31.565 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:31.581 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lZOOuGK4tHgpEdHurpgoZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:36:31.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:31.595 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:31.596 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:31.599 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:36:31.599 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:31.607 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.5038ms +2021-09-04 13:36:31.607 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:31.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:31.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:31.641 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:31.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 90.0357ms +2021-09-04 13:36:31.961 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:36:31.961 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lZOOuGK4tHgpEdHurpgoZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 380.2586ms +2021-09-04 13:36:32.932 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:36:32.932 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:32.932 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4814ms +2021-09-04 13:36:32.934 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:36:32.934 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:32.938 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:32.938 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:32.940 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:32.940 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:32.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:32.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:32.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.1814ms +2021-09-04 13:36:33.044 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:33.044 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:33.047 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:33.047 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:33.051 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:33.051 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:33.054 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:33.054 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:33.055 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:33.055 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:33.081 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TI9Tkpv2zI4ndP3IeQPz1A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:36:33.083 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:33.089 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:33.090 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:33.090 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:33.092 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:36:33.098 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.0202ms +2021-09-04 13:36:33.098 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:33.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:33.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:33.131 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:33.131 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 87.4191ms +2021-09-04 13:36:33.529 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:36:33.529 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TI9Tkpv2zI4ndP3IeQPz1A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 448.3537ms +2021-09-04 13:36:34.398 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:36:34.398 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:34.398 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5115ms +2021-09-04 13:36:34.400 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:36:34.400 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:34.403 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:34.404 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:34.405 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:34.406 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:34.428 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:34.428 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:34.428 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.2328ms +2021-09-04 13:36:34.549 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:34.549 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:34.549 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4425ms +2021-09-04 13:36:34.551 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:34.551 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:34.554 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:34.554 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:34.559 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:34.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:34.563 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:34.563 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:34.564 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:34.564 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:34.580 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6sOLhgIIY-F5Do3qSw8Spw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:36:34.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:34.583 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:34.584 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:34.595 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:36:34.604 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:34.609 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.7885ms +2021-09-04 13:36:34.609 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:34.615 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:34.645 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:34.645 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:34.645 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.3904ms +2021-09-04 13:36:40.544 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:40.545 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:40.545 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4317ms +2021-09-04 13:36:40.546 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:40.547 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:40.549 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:40.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:40.553 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:40.553 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:40.556 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:40.556 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:40.557 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:40.558 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:40.592 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:40.596 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 37.9681ms +2021-09-04 13:36:40.596 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:40.599 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:40.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:40.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:40.626 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 79.8240ms +2021-09-04 13:36:47.659 +08:00 [DBG] Transport connection checking... +2021-09-04 13:36:47.659 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:36:52.285 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:36:52.285 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=6sOLhgIIY-F5Do3qSw8Spw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 17708.5709ms +2021-09-04 13:36:53.407 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:36:53.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:53.407 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4782ms +2021-09-04 13:36:53.409 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:36:53.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:53.412 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:53.413 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:53.414 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:53.415 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:36:53.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:53.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:53.445 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.6498ms +2021-09-04 13:36:53.579 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:36:53.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:53.580 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4406ms +2021-09-04 13:36:53.581 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:36:53.581 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:53.584 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:53.585 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:53.589 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:36:53.589 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:53.592 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:36:53.592 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:53.593 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:53.593 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:36:53.610 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ubZe69XCUrqW7QzU59-g6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:36:53.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:36:53.613 +08:00 [INF] Successfully validated the token. +2021-09-04 13:36:53.614 +08:00 [INF] Authorization was successful. +2021-09-04 13:36:53.618 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:36:53.634 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:36:53.638 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 44.6487ms +2021-09-04 13:36:53.638 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:36:53.642 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:53.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:53.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:36:53.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 89.2538ms +2021-09-04 13:37:00.859 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:37:01.070 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:37:01.071 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ubZe69XCUrqW7QzU59-g6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7462.1236ms +2021-09-04 13:37:01.986 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:37:01.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:01.986 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5253ms +2021-09-04 13:37:01.989 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:37:01.990 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:01.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:01.993 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:01.993 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:01.994 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:02.021 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:02.021 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:02.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 32.2843ms +2021-09-04 13:37:02.131 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:02.131 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:02.131 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4703ms +2021-09-04 13:37:02.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:02.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:02.136 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:02.137 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:02.141 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:02.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:02.144 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:02.144 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:02.146 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:02.146 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:02.164 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gpGHmIiPadPPhIY-gdCAgg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:37:02.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:02.180 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:02.181 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:02.185 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:37:02.185 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:02.194 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 47.825ms +2021-09-04 13:37:02.194 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:02.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:02.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:02.231 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:02.231 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 98.1287ms +2021-09-04 13:37:03.296 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:37:03.296 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gpGHmIiPadPPhIY-gdCAgg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1132.6700ms +2021-09-04 13:37:17.668 +08:00 [DBG] Transport connection checking... +2021-09-04 13:37:17.668 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:37:19.606 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:37:19.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:19.606 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4959ms +2021-09-04 13:37:19.608 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:37:19.609 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:19.611 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:19.612 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:19.613 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:19.613 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:19.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:19.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:19.636 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5340ms +2021-09-04 13:37:19.731 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:19.732 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:19.732 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5682ms +2021-09-04 13:37:19.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:19.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:19.737 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:19.737 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:19.741 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:19.742 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:19.744 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:19.744 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:19.746 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:19.746 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:19.770 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qNIcXthpSYhctCZov9KmrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:37:19.773 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:19.781 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:19.781 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:19.782 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:19.783 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:37:19.789 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 42.6777ms +2021-09-04 13:37:19.789 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:19.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:19.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:19.825 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:19.826 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 91.8547ms +2021-09-04 13:37:20.162 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:37:20.162 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qNIcXthpSYhctCZov9KmrA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 394.2287ms +2021-09-04 13:37:21.148 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:37:21.149 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:21.149 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5235ms +2021-09-04 13:37:21.151 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:37:21.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:21.154 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:21.155 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:21.156 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:21.156 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:21.176 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:21.176 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:21.176 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8784ms +2021-09-04 13:37:21.289 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:21.290 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:21.292 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:21.293 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:21.296 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:21.297 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:21.301 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:21.301 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:21.303 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:21.303 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:21.323 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VJBi5khHP7Ah_piuaBgJgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:37:21.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:21.339 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:21.339 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:21.343 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:21.343 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:37:21.350 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.1427ms +2021-09-04 13:37:21.350 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:21.354 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:21.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:21.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:21.384 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 94.1273ms +2021-09-04 13:37:29.359 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:29.359 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:29.359 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4360ms +2021-09-04 13:37:29.361 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:29.361 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:29.363 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:29.364 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:29.367 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:29.368 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:29.370 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:29.371 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:29.372 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:29.372 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:29.403 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:29.406 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.501ms +2021-09-04 13:37:29.406 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:29.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:29.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:29.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:29.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 83.7363ms +2021-09-04 13:37:30.939 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:37:32.190 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:32.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:32.193 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:32.193 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:32.197 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:32.197 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:32.200 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:32.200 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:32.201 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:32.201 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:32.232 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:32.236 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.6515ms +2021-09-04 13:37:32.236 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:32.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:32.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:32.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:32.264 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 73.9344ms +2021-09-04 13:37:34.513 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:34.514 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:34.514 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4587ms +2021-09-04 13:37:34.515 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:34.516 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:34.518 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:34.519 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:34.522 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:34.523 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:34.525 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:34.525 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:34.526 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:34.527 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:34.558 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:34.561 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.6306ms +2021-09-04 13:37:34.561 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:34.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:34.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:34.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:34.593 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 77.1636ms +2021-09-04 13:37:43.402 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:37:43.402 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VJBi5khHP7Ah_piuaBgJgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 22082.5766ms +2021-09-04 13:37:44.499 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:37:44.499 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:44.499 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6315ms +2021-09-04 13:37:44.502 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:37:44.502 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:44.505 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:44.506 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:44.507 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:44.507 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:44.539 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:44.540 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:44.540 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.2228ms +2021-09-04 13:37:44.647 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:44.647 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:44.647 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5495ms +2021-09-04 13:37:44.649 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:44.650 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:44.652 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:44.653 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:44.657 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:44.657 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:44.660 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:44.660 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:44.661 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:44.661 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:44.675 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B1eFxoOEgiEVNN3SP4O-Gw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:37:44.675 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:44.677 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:44.678 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:44.680 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:37:44.704 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:44.708 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 46.7449ms +2021-09-04 13:37:44.708 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:44.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:44.747 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:44.747 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:44.747 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 97.7599ms +2021-09-04 13:37:47.669 +08:00 [DBG] Transport connection checking... +2021-09-04 13:37:47.669 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:37:51.722 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:37:51.722 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=B1eFxoOEgiEVNN3SP4O-Gw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7048.2492ms +2021-09-04 13:37:52.749 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:37:52.749 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:52.750 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5235ms +2021-09-04 13:37:52.751 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:37:52.751 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:52.754 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:52.754 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:52.755 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:52.755 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:37:52.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:52.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:52.775 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.2737ms +2021-09-04 13:37:52.894 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 13:37:52.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:52.895 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5522ms +2021-09-04 13:37:52.897 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 13:37:52.897 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:52.900 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:52.901 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:52.905 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:52.906 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:52.910 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:52.910 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:52.912 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:52.913 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:52.926 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-GJgcoPprHb7FhFINXrFyQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:37:52.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:52.930 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:52.931 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:52.933 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:37:52.957 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:52.963 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 50.7113ms +2021-09-04 13:37:52.964 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:52.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:53.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:53.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:53.003 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 106.5600ms +2021-09-04 13:37:59.047 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 13:37:59.047 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:59.047 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4260ms +2021-09-04 13:37:59.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 13:37:59.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:59.050 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:59.051 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:37:59.054 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:37:59.054 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:37:59.057 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:37:59.057 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:59.058 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:59.058 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:59.079 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:59.081 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.907ms +2021-09-04 13:37:59.081 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:59.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.108 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 59.7389ms +2021-09-04 13:37:59.112 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 13:37:59.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:59.112 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.5029ms +2021-09-04 13:37:59.114 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 13:37:59.114 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:37:59.117 +08:00 [INF] Successfully validated the token. +2021-09-04 13:37:59.117 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:59.121 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:59.121 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:59.123 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:59.123 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:59.124 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:59.124 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 13:37:59.132 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:59.138 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:37:59.139 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:59.142 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:37:59.142 +08:00 [INF] Authorization was successful. +2021-09-04 13:37:59.157 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:37:59.158 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 33.5697ms +2021-09-04 13:37:59.158 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:37:59.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.186 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.186 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:37:59.187 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 72.4820ms +2021-09-04 13:38:01.031 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:38:05.922 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:38:05.922 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:05.922 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4838ms +2021-09-04 13:38:05.924 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:38:05.924 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:05.926 +08:00 [INF] Successfully validated the token. +2021-09-04 13:38:05.927 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:05.931 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:05.931 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:05.933 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:05.933 +08:00 [INF] Authorization was successful. +2021-09-04 13:38:05.934 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:05.935 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:38:05.963 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:38:05.965 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 30.2399ms +2021-09-04 13:38:05.965 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:05.968 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:05.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:05.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:05.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 67.2874ms +2021-09-04 13:38:17.669 +08:00 [DBG] Transport connection checking... +2021-09-04 13:38:17.669 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:38:31.050 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:38:46.907 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:38:46.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:46.907 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6509ms +2021-09-04 13:38:46.910 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:38:46.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:46.913 +08:00 [INF] Successfully validated the token. +2021-09-04 13:38:46.913 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:46.917 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:46.917 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:46.920 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:46.920 +08:00 [INF] Authorization was successful. +2021-09-04 13:38:46.921 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:46.921 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:38:46.956 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:38:46.959 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 37.2666ms +2021-09-04 13:38:46.959 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:46.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:47.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:47.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:47.009 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 98.5663ms +2021-09-04 13:38:47.680 +08:00 [DBG] Transport connection checking... +2021-09-04 13:38:47.680 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:38:49.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:38:49.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:49.800 +08:00 [INF] Successfully validated the token. +2021-09-04 13:38:49.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:49.804 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:49.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:49.807 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:49.807 +08:00 [INF] Authorization was successful. +2021-09-04 13:38:49.808 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:49.808 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:38:49.836 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:38:49.838 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 29.4909ms +2021-09-04 13:38:49.838 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:49.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:49.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:49.866 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:49.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 68.6453ms +2021-09-04 13:38:56.993 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:38:56.993 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:56.993 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5284ms +2021-09-04 13:38:56.995 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:38:56.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:38:56.998 +08:00 [INF] Successfully validated the token. +2021-09-04 13:38:56.998 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:57.002 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:38:57.002 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:57.005 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:38:57.005 +08:00 [INF] Authorization was successful. +2021-09-04 13:38:57.006 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:57.006 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:38:57.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:38:57.038 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.8118ms +2021-09-04 13:38:57.038 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:38:57.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:57.065 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:57.065 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:38:57.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 70.1718ms +2021-09-04 13:39:01.107 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:39:16.408 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:39:16.411 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:39:17.683 +08:00 [DBG] Transport connection checking... +2021-09-04 13:39:17.683 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:39:18.799 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:39:27.907 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:39:27.907 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-GJgcoPprHb7FhFINXrFyQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 94992.9506ms +2021-09-04 13:39:29.087 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:39:29.087 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:29.087 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7557ms +2021-09-04 13:39:29.090 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:39:29.091 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:29.094 +08:00 [INF] Successfully validated the token. +2021-09-04 13:39:29.094 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:29.095 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:39:29.095 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:39:29.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:29.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:29.116 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0206ms +2021-09-04 13:39:29.278 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:39:29.279 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:29.279 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5623ms +2021-09-04 13:39:29.281 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:39:29.281 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:29.283 +08:00 [INF] Successfully validated the token. +2021-09-04 13:39:29.284 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:39:29.288 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:39:29.288 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:39:29.292 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:39:29.292 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:29.293 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:29.293 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:39:29.305 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJDJMnWvwRTFooAMlvgvlQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:39:29.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:29.310 +08:00 [INF] Successfully validated the token. +2021-09-04 13:39:29.311 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:29.313 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:39:29.334 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:39:29.335 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 42.0387ms +2021-09-04 13:39:29.335 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:29.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:29.371 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:29.371 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:29.372 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 91.1156ms +2021-09-04 13:39:31.145 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:39:47.243 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 13:39:47.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:47.243 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4612ms +2021-09-04 13:39:47.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 13:39:47.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:47.247 +08:00 [INF] Successfully validated the token. +2021-09-04 13:39:47.248 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:47.249 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:47.249 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:39:47.261 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:47.265 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:47.272 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:47.273 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:47.277 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:47.277 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:47.414 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 13:39:47.414 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 165.2534ms +2021-09-04 13:39:47.414 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:47.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:47.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:47.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:47.455 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 210.2172ms +2021-09-04 13:39:47.694 +08:00 [DBG] Transport connection checking... +2021-09-04 13:39:47.694 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:39:57.390 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 13:39:57.391 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:57.391 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.8717ms +2021-09-04 13:39:57.393 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 13:39:57.393 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:39:57.399 +08:00 [INF] Successfully validated the token. +2021-09-04 13:39:57.399 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:57.400 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:57.401 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:39:57.413 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:57.415 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:57.425 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:57.425 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:57.427 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:39:57.428 +08:00 [INF] Authorization was successful. +2021-09-04 13:39:57.570 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 13:39:57.571 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 169.8739ms +2021-09-04 13:39:57.571 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:39:57.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:57.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:57.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:39:57.601 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 207.7758ms +2021-09-04 13:40:01.328 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:40:17.699 +08:00 [DBG] Transport connection checking... +2021-09-04 13:40:17.699 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:40:31.360 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:40:47.709 +08:00 [DBG] Transport connection checking... +2021-09-04 13:40:47.709 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:41:01.389 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:41:17.708 +08:00 [DBG] Transport connection checking... +2021-09-04 13:41:17.708 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:41:31.406 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:41:47.712 +08:00 [DBG] Transport connection checking... +2021-09-04 13:41:47.712 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:42:01.452 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:42:17.719 +08:00 [DBG] Transport connection checking... +2021-09-04 13:42:17.719 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:42:31.478 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:42:47.732 +08:00 [DBG] Transport connection checking... +2021-09-04 13:42:47.732 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:43:01.493 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:43:17.743 +08:00 [DBG] Transport connection checking... +2021-09-04 13:43:17.743 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:43:31.501 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:43:47.752 +08:00 [DBG] Transport connection checking... +2021-09-04 13:43:47.752 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:44:01.510 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:44:16.394 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:44:16.398 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:44:16.569 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 13:44:16.573 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 13:44:16.584 +08:00 [DBG] removed records count=0 +2021-09-04 13:44:16.584 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 13:44:16.586 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 13:44:16.594 +08:00 [DBG] removed records count=0 +2021-09-04 13:44:16.595 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 13:44:16.597 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 13:44:16.605 +08:00 [DBG] removed records count=0 +2021-09-04 13:44:16.605 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 13:44:16.608 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 13:44:16.616 +08:00 [DBG] removed records count=0 +2021-09-04 13:44:16.616 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 13:44:16.619 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 13:44:16.630 +08:00 [DBG] removed records count=0 +2021-09-04 13:44:17.768 +08:00 [DBG] Transport connection checking... +2021-09-04 13:44:17.768 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:44:18.796 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:44:31.536 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:44:47.778 +08:00 [DBG] Transport connection checking... +2021-09-04 13:44:47.778 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:45:01.555 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:45:17.785 +08:00 [DBG] Transport connection checking... +2021-09-04 13:45:17.785 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:45:31.579 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:45:47.797 +08:00 [DBG] Transport connection checking... +2021-09-04 13:45:47.797 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:46:00.320 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:46:00.320 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJDJMnWvwRTFooAMlvgvlQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 391037.8354ms +2021-09-04 13:46:01.589 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:46:02.421 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:46:02.422 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:02.422 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5755ms +2021-09-04 13:46:02.425 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:46:02.425 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:02.427 +08:00 [INF] Successfully validated the token. +2021-09-04 13:46:02.428 +08:00 [INF] Authorization was successful. +2021-09-04 13:46:02.429 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:46:02.429 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:46:02.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:02.451 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:02.451 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1215ms +2021-09-04 13:46:02.612 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3nVBOVxdSrApqeVJCqpYyg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:46:02.612 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:02.615 +08:00 [INF] Successfully validated the token. +2021-09-04 13:46:02.616 +08:00 [INF] Authorization was successful. +2021-09-04 13:46:02.617 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:46:15.597 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:46:15.597 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3nVBOVxdSrApqeVJCqpYyg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 12985.7463ms +2021-09-04 13:46:17.712 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:46:17.712 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:17.713 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5898ms +2021-09-04 13:46:17.715 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:46:17.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:17.718 +08:00 [INF] Successfully validated the token. +2021-09-04 13:46:17.719 +08:00 [INF] Authorization was successful. +2021-09-04 13:46:17.720 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:46:17.720 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:46:17.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:17.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:17.753 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.1856ms +2021-09-04 13:46:17.803 +08:00 [DBG] Transport connection checking... +2021-09-04 13:46:17.803 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:46:17.850 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ctdt35lriMX5hUjls7J6DA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:46:17.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:17.854 +08:00 [INF] Successfully validated the token. +2021-09-04 13:46:17.855 +08:00 [INF] Authorization was successful. +2021-09-04 13:46:17.856 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:46:25.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:46:25.329 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:25.329 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4361ms +2021-09-04 13:46:25.331 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:46:25.331 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:46:25.337 +08:00 [INF] Successfully validated the token. +2021-09-04 13:46:25.338 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:46:25.342 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:46:25.342 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:46:25.345 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:46:25.345 +08:00 [INF] Authorization was successful. +2021-09-04 13:46:25.346 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:46:25.346 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:46:25.378 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:46:25.379 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.9494ms +2021-09-04 13:46:25.379 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:46:25.383 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:25.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:25.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:46:25.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 80.0440ms +2021-09-04 13:46:31.612 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:46:47.821 +08:00 [DBG] Transport connection checking... +2021-09-04 13:46:47.821 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:47:01.633 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:47:17.833 +08:00 [DBG] Transport connection checking... +2021-09-04 13:47:17.833 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:47:31.645 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:47:47.845 +08:00 [DBG] Transport connection checking... +2021-09-04 13:47:47.845 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:48:01.679 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:48:17.849 +08:00 [DBG] Transport connection checking... +2021-09-04 13:48:17.849 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:48:31.695 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:48:47.862 +08:00 [DBG] Transport connection checking... +2021-09-04 13:48:47.862 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:48:53.080 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:48:53.080 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:53.080 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4402ms +2021-09-04 13:48:53.082 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:48:53.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:53.085 +08:00 [INF] Successfully validated the token. +2021-09-04 13:48:53.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:48:53.089 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:48:53.089 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:48:53.093 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:48:53.093 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:53.094 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:53.094 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:48:53.127 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:48:53.129 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 34.4979ms +2021-09-04 13:48:53.129 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:53.132 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:53.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:53.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:53.161 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 78.4514ms +2021-09-04 13:48:53.314 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:48:53.314 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ctdt35lriMX5hUjls7J6DA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 155467.6196ms +2021-09-04 13:48:54.981 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:48:54.981 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:54.981 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4676ms +2021-09-04 13:48:54.984 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:48:54.984 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:54.987 +08:00 [INF] Successfully validated the token. +2021-09-04 13:48:54.988 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:54.989 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:48:54.989 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:48:55.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:55.022 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:55.022 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.8239ms +2021-09-04 13:48:55.130 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:48:55.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:55.132 +08:00 [INF] Successfully validated the token. +2021-09-04 13:48:55.133 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:48:55.138 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:48:55.138 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:48:55.141 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:48:55.141 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:55.143 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:55.143 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:48:55.168 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=m-_K22nchBjTMdFnCaeC-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:48:55.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:55.177 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:48:55.177 +08:00 [INF] Successfully validated the token. +2021-09-04 13:48:55.178 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:55.179 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 36.3198ms +2021-09-04 13:48:55.179 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:55.180 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:48:55.186 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:55.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:55.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:55.214 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 83.8817ms +2021-09-04 13:48:58.145 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 13:48:58.145 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:58.145 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4362ms +2021-09-04 13:48:58.147 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 13:48:58.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:48:58.149 +08:00 [INF] Successfully validated the token. +2021-09-04 13:48:58.150 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:58.151 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:58.151 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:48:58.160 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:58.163 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:48:58.172 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:48:58.172 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:48:58.175 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 13:48:58.176 +08:00 [INF] Authorization was successful. +2021-09-04 13:48:58.320 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 13:48:58.321 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 169.6755ms +2021-09-04 13:48:58.321 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:48:58.324 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:58.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:58.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:48:58.352 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 205.0701ms +2021-09-04 13:49:01.822 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:49:16.400 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:49:16.402 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:49:17.868 +08:00 [DBG] Transport connection checking... +2021-09-04 13:49:17.868 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:49:18.813 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:49:31.855 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:49:37.153 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:37.154 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=m-_K22nchBjTMdFnCaeC-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 41989.1890ms +2021-09-04 13:49:38.363 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:38.363 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:38.363 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5155ms +2021-09-04 13:49:38.365 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:38.366 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:38.368 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:38.368 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:38.369 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:38.370 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:38.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:38.391 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:38.391 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7125ms +2021-09-04 13:49:38.528 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:49:38.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:38.528 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4649ms +2021-09-04 13:49:38.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:38.530 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:38.533 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:38.534 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:38.538 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:38.538 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:38.541 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:38.541 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:38.542 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:38.542 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:49:38.573 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JU-h8kS0V9aIyOQmiIfT_Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:49:38.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:38.581 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:38.582 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:38.588 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:49:38.588 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:49:38.594 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 51.897ms +2021-09-04 13:49:38.594 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:38.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:38.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:38.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:38.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 109.1546ms +2021-09-04 13:49:43.181 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:43.181 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JU-h8kS0V9aIyOQmiIfT_Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4609.0226ms +2021-09-04 13:49:44.164 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:44.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:44.164 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5636ms +2021-09-04 13:49:44.167 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:44.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:44.169 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:44.170 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:44.171 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:44.171 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:44.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:44.213 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:44.213 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 46.6110ms +2021-09-04 13:49:44.294 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:49:44.295 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:44.295 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6097ms +2021-09-04 13:49:44.297 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:44.297 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:44.299 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:44.300 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:44.304 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:44.304 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:44.307 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:44.307 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:44.309 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:44.309 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:49:44.331 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qp8QW1pETiZGSxAEAnL7iA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:49:44.336 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:44.343 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:49:44.343 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:44.344 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:44.345 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:49:44.346 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 36.7432ms +2021-09-04 13:49:44.346 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:44.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:44.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:44.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:44.384 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 87.3538ms +2021-09-04 13:49:46.661 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:46.661 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Qp8QW1pETiZGSxAEAnL7iA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2331.0226ms +2021-09-04 13:49:47.628 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:47.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:47.628 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4529ms +2021-09-04 13:49:47.630 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:47.630 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:47.633 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:47.633 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:47.634 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:47.635 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:47.667 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:47.667 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:47.667 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.1877ms +2021-09-04 13:49:47.761 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:47.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:47.764 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:47.764 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:47.768 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:47.768 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:47.772 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:47.772 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:47.773 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:47.773 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:49:47.792 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJbs8biClS0fSMWdUD8wWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:49:47.796 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:47.802 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:47.805 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:47.805 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:49:47.806 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:49:47.811 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 37.7429ms +2021-09-04 13:49:47.811 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:47.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:47.843 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:47.843 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:47.843 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 81.9691ms +2021-09-04 13:49:47.901 +08:00 [DBG] Transport connection checking... +2021-09-04 13:49:47.901 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:49:49.930 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:49.930 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SJbs8biClS0fSMWdUD8wWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2138.3841ms +2021-09-04 13:49:50.891 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:50.892 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:50.892 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4513ms +2021-09-04 13:49:50.893 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:50.894 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:50.896 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:50.896 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:50.897 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:50.897 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:50.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:50.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:50.928 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.0122ms +2021-09-04 13:49:51.026 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:49:51.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:51.026 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4512ms +2021-09-04 13:49:51.028 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:51.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:51.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:51.031 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:51.035 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:51.035 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:51.039 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:51.039 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:51.040 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:51.040 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:49:51.056 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CqYycAjWUxj4LcgBXbQJEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:49:51.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:51.073 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:51.074 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:51.076 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:49:51.080 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:49:51.083 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 42.6425ms +2021-09-04 13:49:51.083 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:51.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:51.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:51.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:51.117 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 89.0976ms +2021-09-04 13:49:51.923 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:51.924 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CqYycAjWUxj4LcgBXbQJEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 867.3425ms +2021-09-04 13:49:52.802 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:52.802 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:52.802 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5008ms +2021-09-04 13:49:52.805 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:52.805 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:52.808 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:52.808 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:52.809 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:52.809 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:52.830 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:52.830 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:52.830 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2828ms +2021-09-04 13:49:52.939 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:52.939 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:52.941 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:52.942 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:52.945 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:52.946 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:52.948 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:52.948 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:52.949 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:52.949 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:49:52.967 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RzKzWefJM4Tr-1bwL9lZ3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:49:52.973 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:52.981 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:52.983 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:49:52.983 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:52.984 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:49:52.989 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.599ms +2021-09-04 13:49:52.989 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:49:52.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:53.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:53.024 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:53.025 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 85.9107ms +2021-09-04 13:49:58.884 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:49:58.884 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RzKzWefJM4Tr-1bwL9lZ3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 5917.8686ms +2021-09-04 13:49:59.864 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:49:59.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:59.864 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4811ms +2021-09-04 13:49:59.866 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:49:59.866 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:59.868 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:59.869 +08:00 [INF] Authorization was successful. +2021-09-04 13:49:59.870 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:59.870 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:49:59.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:59.904 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:49:59.904 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.1033ms +2021-09-04 13:49:59.983 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:49:59.983 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:59.983 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4889ms +2021-09-04 13:49:59.986 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:49:59.986 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:49:59.989 +08:00 [INF] Successfully validated the token. +2021-09-04 13:49:59.990 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:59.995 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:49:59.995 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:59.998 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:49:59.998 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:00.000 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:00.000 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:00.027 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-lMO4zoNxEvY0O6QDw38AA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:00.035 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:00.042 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:00.043 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:00.043 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:00.045 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:00.045 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 44.4539ms +2021-09-04 13:50:00.045 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:00.052 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:00.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:00.083 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:00.084 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 97.7285ms +2021-09-04 13:50:01.910 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:50:03.796 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:03.796 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-lMO4zoNxEvY0O6QDw38AA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3769.9729ms +2021-09-04 13:50:04.774 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:04.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:04.774 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4860ms +2021-09-04 13:50:04.776 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:04.776 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:04.779 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:04.779 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:04.780 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:04.780 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:04.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:04.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:04.801 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1616ms +2021-09-04 13:50:04.914 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:04.915 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:04.917 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:04.918 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:04.922 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:04.922 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:04.925 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:04.925 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:04.926 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:04.926 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:04.948 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ol_3O9Bp2-ZC0KcznqijGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:04.952 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:04.960 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:04.962 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:04.962 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:04.964 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:04.968 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 41.461ms +2021-09-04 13:50:04.968 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:04.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:05.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:05.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:05.001 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 86.4390ms +2021-09-04 13:50:17.919 +08:00 [DBG] Transport connection checking... +2021-09-04 13:50:17.919 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:50:28.151 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:28.151 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Ol_3O9Bp2-ZC0KcznqijGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 23203.7201ms +2021-09-04 13:50:29.504 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:29.504 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:29.504 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5275ms +2021-09-04 13:50:29.507 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:29.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:29.510 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:29.510 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:29.511 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:29.511 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:29.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:29.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:29.545 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.0616ms +2021-09-04 13:50:29.568 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yqRfQksXCx3U8iUU_iXrLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:29.569 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:29.573 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:29.574 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:29.576 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:30.253 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:50:30.253 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:30.253 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4556ms +2021-09-04 13:50:30.255 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:30.255 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:30.257 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:30.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:30.261 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:30.261 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:30.264 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:30.264 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:30.265 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:30.265 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:30.291 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:30.293 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.1459ms +2021-09-04 13:50:30.293 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:30.296 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:30.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:30.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:30.319 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 64.3923ms +2021-09-04 13:50:31.070 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:31.070 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yqRfQksXCx3U8iUU_iXrLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1502.0862ms +2021-09-04 13:50:31.931 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:50:32.354 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:32.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:32.354 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4816ms +2021-09-04 13:50:32.356 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:32.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:32.359 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:32.359 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:32.360 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:32.360 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:32.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:32.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:32.392 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.8564ms +2021-09-04 13:50:32.456 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:32.456 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:32.458 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:32.459 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:32.464 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:32.464 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:32.465 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bTmRYpgyuGm7Jl2jb2IAQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:32.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:32.467 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:32.467 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:32.469 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:32.469 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:32.469 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:32.470 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:32.471 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:32.506 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:32.508 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 38.9934ms +2021-09-04 13:50:32.508 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:32.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:32.541 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:32.541 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:32.541 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 85.5240ms +2021-09-04 13:50:34.777 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:34.777 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bTmRYpgyuGm7Jl2jb2IAQA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2311.6833ms +2021-09-04 13:50:36.182 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:36.183 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:36.183 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4987ms +2021-09-04 13:50:36.185 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:36.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:36.188 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:36.188 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:36.189 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:36.189 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:36.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:36.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:36.233 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 48.0325ms +2021-09-04 13:50:36.287 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:50:36.287 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:36.288 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.6104ms +2021-09-04 13:50:36.291 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:36.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:36.295 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ChGErKIXh8Qsk9yuNMXwng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:36.295 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:36.295 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:36.296 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:36.300 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:36.300 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:36.300 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:36.301 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:36.303 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:36.303 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:36.303 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:36.308 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:36.308 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:36.339 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:36.341 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.9855ms +2021-09-04 13:50:36.341 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:36.345 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:36.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:36.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:36.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 79.6666ms +2021-09-04 13:50:38.516 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:38.517 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ChGErKIXh8Qsk9yuNMXwng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2221.8934ms +2021-09-04 13:50:39.778 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:39.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:39.779 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4585ms +2021-09-04 13:50:39.780 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:39.780 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:39.782 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:39.783 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:39.784 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:39.784 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:39.815 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:39.815 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:39.815 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.3806ms +2021-09-04 13:50:39.842 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hKHGZJ_o4fT5A77L7M8YSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:39.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:39.846 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:39.847 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:39.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:39.966 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:39.966 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hKHGZJ_o4fT5A77L7M8YSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 124.2436ms +2021-09-04 13:50:41.277 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:41.277 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:41.277 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4635ms +2021-09-04 13:50:41.279 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:41.280 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:41.282 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:41.283 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:41.284 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:41.284 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:41.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:41.316 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:41.316 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.8507ms +2021-09-04 13:50:41.386 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:50:41.386 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:41.387 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4874ms +2021-09-04 13:50:41.389 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:41.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:41.392 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:41.392 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:41.395 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TJIAFpoXlttaZOOOpBiVZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:41.396 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:41.396 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:41.397 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:41.400 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:41.400 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:41.400 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:41.400 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:41.401 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:41.401 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:41.401 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:41.435 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:41.437 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 36.16ms +2021-09-04 13:50:41.437 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:41.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:41.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:41.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:41.468 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 79.6416ms +2021-09-04 13:50:41.709 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:41.709 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TJIAFpoXlttaZOOOpBiVZA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 314.6401ms +2021-09-04 13:50:42.918 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:42.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:42.918 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4489ms +2021-09-04 13:50:42.922 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:42.922 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:42.924 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:42.925 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:42.926 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:42.926 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:42.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:42.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:42.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6396ms +2021-09-04 13:50:42.973 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9kLFh6WjgLaTLn-ATUIsnQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:42.974 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:42.977 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:42.977 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:42.979 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:43.256 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:43.256 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:43.258 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:43.259 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:43.262 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:43.263 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:43.265 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:43.265 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:43.266 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:43.266 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:43.296 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:43.298 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.1222ms +2021-09-04 13:50:43.299 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:43.301 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:43.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:43.337 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:43.337 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 81.4159ms +2021-09-04 13:50:45.835 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:45.836 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9kLFh6WjgLaTLn-ATUIsnQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2862.2709ms +2021-09-04 13:50:47.073 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:47.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:47.073 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4740ms +2021-09-04 13:50:47.075 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:47.075 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:47.078 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:47.078 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:47.079 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:47.079 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:47.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:47.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:47.099 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.0229ms +2021-09-04 13:50:47.125 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yaRJQiYHbQJ2eX2Kc-vKJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:47.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:47.128 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:47.129 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:47.131 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:47.242 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:50:47.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:47.243 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5564ms +2021-09-04 13:50:47.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:47.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:47.248 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:47.248 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:47.253 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:47.253 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:47.256 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:47.257 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:47.258 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:47.258 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:47.288 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:47.290 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 31.6104ms +2021-09-04 13:50:47.290 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:47.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:47.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:47.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:47.319 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 74.2814ms +2021-09-04 13:50:47.926 +08:00 [DBG] Transport connection checking... +2021-09-04 13:50:47.926 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:50:54.498 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:50:54.498 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yaRJQiYHbQJ2eX2Kc-vKJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7373.8835ms +2021-09-04 13:50:56.100 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:50:56.100 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:56.101 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5076ms +2021-09-04 13:50:56.102 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:50:56.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:56.105 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:56.105 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:56.106 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:56.106 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:50:56.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:56.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:56.127 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.5583ms +2021-09-04 13:50:56.156 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BPAp0HcJTbqAubgED4crqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:50:56.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:56.160 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:56.161 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:56.162 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:50:56.258 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:50:56.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:56.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5278ms +2021-09-04 13:50:56.260 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:50:56.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:50:56.264 +08:00 [INF] Successfully validated the token. +2021-09-04 13:50:56.265 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:56.270 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:50:56.270 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:56.273 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:50:56.273 +08:00 [INF] Authorization was successful. +2021-09-04 13:50:56.275 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:56.275 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:50:56.305 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:50:56.308 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.6813ms +2021-09-04 13:50:56.308 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:50:56.311 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:56.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:56.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:50:56.344 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 84.0041ms +2021-09-04 13:51:00.891 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:51:00.891 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BPAp0HcJTbqAubgED4crqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4734.6803ms +2021-09-04 13:51:01.947 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:51:02.130 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:51:02.130 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:02.130 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5673ms +2021-09-04 13:51:02.132 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:51:02.132 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:02.135 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:02.135 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:02.136 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:02.136 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:02.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:02.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:02.158 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7025ms +2021-09-04 13:51:02.191 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ldt0BD8hGe1mLVmGiI-CIg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:51:02.191 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:02.195 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:02.197 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:02.199 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:51:02.257 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:51:02.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:02.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5765ms +2021-09-04 13:51:02.260 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:51:02.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:02.264 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:02.264 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:51:02.268 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:51:02.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:51:02.272 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:51:02.272 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:02.273 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:51:02.273 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:51:02.304 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:51:02.306 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 32.293ms +2021-09-04 13:51:02.306 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:51:02.310 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:02.338 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:02.338 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:02.338 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 78.5087ms +2021-09-04 13:51:06.276 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:51:06.276 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ldt0BD8hGe1mLVmGiI-CIg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4085.4326ms +2021-09-04 13:51:07.645 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:51:07.646 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:07.646 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4701ms +2021-09-04 13:51:07.648 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:51:07.648 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:07.650 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:07.651 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:07.652 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:07.652 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:07.675 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:07.675 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:07.675 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.4624ms +2021-09-04 13:51:07.717 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=d7BhVBGIMmKa1Trn3vKcuA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:51:07.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:07.721 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:07.722 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:07.723 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:51:07.735 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:51:07.735 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=d7BhVBGIMmKa1Trn3vKcuA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 18.1808ms +2021-09-04 13:51:09.048 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:51:09.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:09.048 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5646ms +2021-09-04 13:51:09.050 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:51:09.050 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:09.053 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:09.056 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:09.059 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:09.059 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:09.080 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:09.080 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:09.081 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.4371ms +2021-09-04 13:51:09.108 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cH5JKw5fPeuoG3Qr91g_RQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:51:09.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:09.112 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:09.113 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:09.114 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:51:09.247 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:51:09.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:09.247 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4728ms +2021-09-04 13:51:09.249 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:51:09.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:09.252 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:09.253 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:51:09.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:51:09.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:51:09.261 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:51:09.261 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:09.262 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:51:09.263 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:51:09.294 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:51:09.296 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 33.4442ms +2021-09-04 13:51:09.296 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:51:09.300 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:09.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:09.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:09.328 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 79.1193ms +2021-09-04 13:51:12.280 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:51:12.281 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cH5JKw5fPeuoG3Qr91g_RQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3172.0912ms +2021-09-04 13:51:13.537 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:51:13.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:13.537 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5864ms +2021-09-04 13:51:13.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:51:13.540 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:13.542 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:13.542 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:13.543 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:13.543 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:51:13.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:13.574 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:51:13.574 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.9399ms +2021-09-04 13:51:13.596 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YyWqexemJasNvuHdkfkH1A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:51:13.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:51:13.599 +08:00 [INF] Successfully validated the token. +2021-09-04 13:51:13.600 +08:00 [INF] Authorization was successful. +2021-09-04 13:51:13.602 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:51:13.911 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:51:13.911 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YyWqexemJasNvuHdkfkH1A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 315.4936ms +2021-09-04 13:51:17.949 +08:00 [DBG] Transport connection checking... +2021-09-04 13:51:17.949 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:51:31.965 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:51:47.957 +08:00 [DBG] Transport connection checking... +2021-09-04 13:51:47.957 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:52:01.998 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:52:17.972 +08:00 [DBG] Transport connection checking... +2021-09-04 13:52:17.972 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:52:32.012 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:52:47.990 +08:00 [DBG] Transport connection checking... +2021-09-04 13:52:47.990 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:52:55.596 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:52:55.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:52:55.597 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4569ms +2021-09-04 13:52:55.598 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:52:55.599 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:52:55.601 +08:00 [INF] Successfully validated the token. +2021-09-04 13:52:55.601 +08:00 [INF] Authorization was successful. +2021-09-04 13:52:55.602 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:52:55.602 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:52:55.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:52:55.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:52:55.621 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.1798ms +2021-09-04 13:52:55.697 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 13:52:55.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:52:55.698 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.5070ms +2021-09-04 13:52:55.699 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 13:52:55.699 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:52:55.702 +08:00 [INF] Successfully validated the token. +2021-09-04 13:52:55.702 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:52:55.706 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 13:52:55.706 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:52:55.709 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 13:52:55.709 +08:00 [INF] Authorization was successful. +2021-09-04 13:52:55.710 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:52:55.710 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:52:55.729 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oWrgHiLkV0EXqNZdddHIOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:52:55.732 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:52:55.738 +08:00 [INF] Successfully validated the token. +2021-09-04 13:52:55.738 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:52:55.738 +08:00 [INF] Authorization was successful. +2021-09-04 13:52:55.739 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:52:55.740 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 29.3459ms +2021-09-04 13:52:55.740 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:52:55.746 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:52:55.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:52:55.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:52:55.775 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 75.8702ms +2021-09-04 13:53:00.504 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:53:00.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:00.505 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4302ms +2021-09-04 13:53:00.506 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:00.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:00.509 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:00.510 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:00.514 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:00.514 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:00.516 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:00.516 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:00.519 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:00.520 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:00.526 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:00.526 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:00.527 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:00.530 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:00.627 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:00.632 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 101.6485ms +2021-09-04 13:53:00.632 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:00.634 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:00.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:00.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:00.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 154.3920ms +2021-09-04 13:53:01.481 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:01.484 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:01.613 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 200 - text/html 132.3704ms +2021-09-04 13:53:02.033 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:53:02.621 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:02.625 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:02.627 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 301 0 - 6.6173ms +2021-09-04 13:53:02.632 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 13:53:02.635 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:02.636 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 4.6923ms +2021-09-04 13:53:03.179 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - +2021-09-04 13:53:03.180 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 13:53:03.181 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:03.181 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - +2021-09-04 13:53:03.184 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:03.184 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:03.184 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:03.184 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:03.187 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - - 404 0 - 8.2539ms +2021-09-04 13:53:03.187 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - - 404 0 - 5.6364ms +2021-09-04 13:53:03.189 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.1677ms +2021-09-04 13:53:03.199 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 18.4772ms +2021-09-04 13:53:03.783 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:53:03.785 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:53:03.785 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:53:03.787 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:03.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:03.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:03.850 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 66.9493ms +2021-09-04 13:53:05.196 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:05.198 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:05.202 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6892ms +2021-09-04 13:53:05.936 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:53:05.937 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:53:05.937 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:53:05.939 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:05.987 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:53:05.987 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=oWrgHiLkV0EXqNZdddHIOQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 10258.3771ms +2021-09-04 13:53:06.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:06.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:06.073 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 137.1333ms +2021-09-04 13:53:07.313 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:53:07.314 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:07.314 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7156ms +2021-09-04 13:53:07.314 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 13:53:07.316 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:53:07.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:07.318 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.319 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.319 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 4.9815ms +2021-09-04 13:53:07.319 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:07.321 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:07.321 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:07.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:07.360 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:07.360 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 43.7822ms +2021-09-04 13:53:07.540 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eTEtvtHRzjTddgl32FakvQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:07.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:07.544 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.545 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:07.546 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:53:07.775 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - +2021-09-04 13:53:07.776 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - +2021-09-04 13:53:07.779 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.779 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.781 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - - 404 0 - 5.4823ms +2021-09-04 13:53:07.781 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - - 404 0 - 4.7771ms +2021-09-04 13:53:07.908 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 13:53:07.909 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:07.911 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.912 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:07.913 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 4.7971ms +2021-09-04 13:53:07.916 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5420ms +2021-09-04 13:53:09.959 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:09.961 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:09.965 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4573ms +2021-09-04 13:53:11.972 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:11.974 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:11.980 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.9979ms +2021-09-04 13:53:12.485 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:53:12.486 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:12.486 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4863ms +2021-09-04 13:53:12.487 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:12.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:12.490 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:12.490 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:12.494 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:12.494 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:12.497 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:12.497 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:12.499 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:12.499 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:12.501 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:12.501 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:12.503 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:12.503 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:12.532 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:12.532 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 29.1449ms +2021-09-04 13:53:12.532 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:12.535 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:12.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:12.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:12.558 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 70.3530ms +2021-09-04 13:53:13.990 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:13.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:13.996 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2396ms +2021-09-04 13:53:16.002 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:16.004 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:16.009 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8298ms +2021-09-04 13:53:18.009 +08:00 [DBG] Transport connection checking... +2021-09-04 13:53:18.009 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:53:18.016 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:53:18.019 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:18.023 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1620ms +2021-09-04 13:53:18.370 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:53:18.370 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eTEtvtHRzjTddgl32FakvQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 10830.9480ms +2021-09-04 13:53:19.324 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:53:19.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:19.325 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5637ms +2021-09-04 13:53:19.327 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:53:19.327 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:19.330 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:19.331 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:19.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:19.332 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:19.364 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:19.364 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:19.365 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.5498ms +2021-09-04 13:53:19.437 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:53:19.437 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:19.437 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4318ms +2021-09-04 13:53:19.439 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:19.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:19.441 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:19.442 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:19.446 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:19.446 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:19.449 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:19.449 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:19.452 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:19.452 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:19.454 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:19.455 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:19.456 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:19.456 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:19.464 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C3aiw5M5YMAi2kO0kmPobg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:19.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:19.467 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:19.468 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:19.469 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:53:19.492 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:19.492 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 35.8701ms +2021-09-04 13:53:19.492 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:19.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:19.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:19.522 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:19.523 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 83.9013ms +2021-09-04 13:53:32.096 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:53:48.009 +08:00 [DBG] Transport connection checking... +2021-09-04 13:53:48.009 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:53:51.004 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:53:51.004 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C3aiw5M5YMAi2kO0kmPobg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 31543.2435ms +2021-09-04 13:53:52.182 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:53:52.182 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:52.182 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5362ms +2021-09-04 13:53:52.184 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:53:52.184 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:52.187 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:52.187 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:52.188 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:52.188 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:52.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:52.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:52.221 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.4450ms +2021-09-04 13:53:52.376 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:53:52.376 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:52.377 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4601ms +2021-09-04 13:53:52.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:52.379 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:52.382 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:52.382 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:52.386 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:52.386 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:52.390 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:52.390 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:52.393 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:52.394 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:52.397 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:52.397 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:52.399 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:52.399 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:52.408 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kGpqbXZf0krp9eiSvbsa6w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:52.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:52.412 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:52.412 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:52.419 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:53:52.437 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:52.437 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 38.5551ms +2021-09-04 13:53:52.437 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:52.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:52.474 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:52.474 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:52.475 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 96.1855ms +2021-09-04 13:53:54.862 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:53:54.862 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kGpqbXZf0krp9eiSvbsa6w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2453.8345ms +2021-09-04 13:53:55.850 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:53:55.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:55.851 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4906ms +2021-09-04 13:53:55.853 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:53:55.853 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:55.856 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:55.856 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:55.858 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:55.858 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:55.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:55.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:55.880 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.3929ms +2021-09-04 13:53:55.977 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:55.977 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:55.980 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:55.981 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:55.985 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:55.985 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:55.988 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:55.989 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:55.992 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:55.992 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:55.995 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:55.996 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:55.997 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:55.997 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:56.019 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iCnNrgbCd-0LFyiH7LX-eQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:56.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:56.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:56.033 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:56.034 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:53:56.040 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:56.041 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 44.0633ms +2021-09-04 13:53:56.041 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:56.044 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:56.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:56.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:56.086 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 109.4058ms +2021-09-04 13:53:58.321 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:53:58.321 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iCnNrgbCd-0LFyiH7LX-eQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2302.7100ms +2021-09-04 13:53:59.325 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:53:59.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:59.325 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4982ms +2021-09-04 13:53:59.327 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:53:59.327 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:59.330 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:59.330 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:59.331 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:59.332 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:53:59.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:59.352 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:59.352 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2663ms +2021-09-04 13:53:59.457 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:53:59.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:59.458 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.6825ms +2021-09-04 13:53:59.460 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:53:59.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:59.462 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:59.463 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:59.466 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:53:59.466 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:59.469 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:53:59.469 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:59.473 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:53:59.473 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:59.476 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:53:59.476 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:59.478 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:59.478 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:53:59.487 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O0DP_-DeQHW8x-ffe1DmPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:53:59.487 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:53:59.491 +08:00 [INF] Successfully validated the token. +2021-09-04 13:53:59.492 +08:00 [INF] Authorization was successful. +2021-09-04 13:53:59.498 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:53:59.517 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:53:59.517 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.4073ms +2021-09-04 13:53:59.517 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:53:59.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:59.551 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:59.551 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:53:59.551 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 91.7461ms +2021-09-04 13:54:02.145 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:54:12.771 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:12.771 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O0DP_-DeQHW8x-ffe1DmPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 13285.2736ms +2021-09-04 13:54:13.849 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:13.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:13.849 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4703ms +2021-09-04 13:54:13.851 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:13.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:13.853 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:13.854 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:13.855 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:13.855 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:13.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:13.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:13.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.6019ms +2021-09-04 13:54:14.008 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:54:14.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:14.008 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5018ms +2021-09-04 13:54:14.010 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:14.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:14.013 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:14.013 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:14.014 +08:00 [WRN] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) + at Volo.Abp.Caching.DistributedCache`2.GetAsync(TCacheKey key, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token) +2021-09-04 13:54:14.014 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:14.014 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 13:54:14.385 +08:00 [ERR] An error occurred using the connection to database 'CompanyNameProjectNameDB' on server 'localhost'. +2021-09-04 13:54:14.391 +08:00 [ERR] An unhandled exception has occurred while executing the request. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.ConnectionPool.GetSessionAsync(MySqlConnection connection, Int32 startTickCount, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 24 + at MySqlConnector.MySqlConnection.CreateSessionAsync(ConnectionPool pool, Int32 startTickCount, Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 873 + at MySqlConnector.MySqlConnection.OpenAsync(Nullable`1 ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlConnection.cs:line 414 + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlRelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransactionAsync(CancellationToken cancellationToken) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransactionAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextAsync(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) + at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContextAsync() + at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.GetDbSetAsync() + at Volo.Abp.PermissionManagement.EntityFrameworkCore.EfCorePermissionGrantRepository.GetListAsync(String providerName, String providerKey, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Volo.Abp.PermissionManagement.PermissionStore.SetCacheItemsAsync(String providerName, String providerKey, String currentName, PermissionGrantCacheItem currentCacheItem) + at Volo.Abp.PermissionManagement.PermissionStore.GetCacheItemAsync(String name, String providerName, String providerKey) + at Volo.Abp.PermissionManagement.PermissionStore.IsGrantedAsync(String name, String providerName, String providerKey) + at Volo.Abp.Authorization.Permissions.UserPermissionValueProvider.CheckAsync(PermissionValueCheckContext context) + at Volo.Abp.Authorization.Permissions.PermissionChecker.IsGrantedAsync(ClaimsPrincipal claimsPrincipal, String name) + at Volo.Abp.Authorization.PermissionRequirementHandler.HandleRequirementAsync(AuthorizationHandlerContext context, PermissionRequirement requirement) + at Microsoft.AspNetCore.Authorization.AuthorizationHandler`1.HandleAsync(AuthorizationHandlerContext context) + at Microsoft.AspNetCore.Authorization.DefaultAuthorizationService.AuthorizeAsync(ClaimsPrincipal user, Object resource, IEnumerable`1 requirements) + at Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator.AuthorizeAsync(AuthorizationPolicy policy, AuthenticateResult authenticationResult, HttpContext context, Object resource) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) + at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) + at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<b__1>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) +2021-09-04 13:54:14.397 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 500 - text/plain 387.1288ms +2021-09-04 13:54:15.029 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:15.030 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:15.030 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5863ms +2021-09-04 13:54:15.032 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:15.032 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:15.034 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:15.035 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:15.036 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:15.036 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:15.060 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:15.060 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:15.060 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.4298ms +2021-09-04 13:54:15.160 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:15.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:15.163 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:15.163 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:15.167 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:15.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:15.170 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:15.170 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:15.173 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:15.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:15.176 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:15.176 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:15.178 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:15.178 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:15.197 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=koLbwYbp00D5ZL_LGyfQZw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:15.199 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:15.209 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:15.209 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:15.213 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:15.215 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:15.217 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 38.6831ms +2021-09-04 13:54:15.217 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:15.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:15.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:15.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:15.251 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 90.7766ms +2021-09-04 13:54:16.409 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:54:16.411 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:54:16.815 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:16.815 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=koLbwYbp00D5ZL_LGyfQZw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1619.3215ms +2021-09-04 13:54:17.751 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:17.751 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:17.752 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4578ms +2021-09-04 13:54:17.754 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:17.754 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:17.757 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:17.757 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:17.759 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:17.759 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:17.779 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:17.779 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:17.779 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7013ms +2021-09-04 13:54:17.878 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:17.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:17.880 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:17.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:17.885 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:17.885 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:17.889 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:17.889 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:17.892 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:17.892 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:17.895 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:17.895 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:17.896 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:17.896 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:17.909 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WowEoa1HC-qptELvU1vf8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:17.909 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:17.922 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:17.923 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:17.926 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:17.932 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:17.933 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 36.6467ms +2021-09-04 13:54:17.933 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:17.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:17.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:17.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:17.970 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 92.0072ms +2021-09-04 13:54:18.039 +08:00 [DBG] Transport connection checking... +2021-09-04 13:54:18.039 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:54:18.844 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:54:25.196 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:25.197 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WowEoa1HC-qptELvU1vf8w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7288.5150ms +2021-09-04 13:54:26.159 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:26.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:26.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5003ms +2021-09-04 13:54:26.162 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:26.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:26.164 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:26.164 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:26.165 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:26.166 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:26.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:26.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:26.198 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.3773ms +2021-09-04 13:54:26.286 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:54:26.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:26.287 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.6061ms +2021-09-04 13:54:26.289 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:26.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:26.299 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:26.300 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:26.306 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:26.306 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:26.312 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:26.312 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:26.318 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:26.318 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:26.322 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:26.322 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:26.323 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zCiOtpGphVHCZZ07Ff76Jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:26.323 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:26.324 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:26.324 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:26.326 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:26.328 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:26.329 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:26.364 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:26.365 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 40.3277ms +2021-09-04 13:54:26.365 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:26.368 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:26.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:26.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:26.401 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 112.6068ms +2021-09-04 13:54:27.858 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:27.859 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zCiOtpGphVHCZZ07Ff76Jg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1536.1460ms +2021-09-04 13:54:28.867 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:28.867 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:28.867 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4754ms +2021-09-04 13:54:28.869 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:28.869 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:28.872 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:28.873 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:28.874 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:28.874 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:28.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:28.908 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:28.908 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.6328ms +2021-09-04 13:54:28.994 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:28.994 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:28.996 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:28.997 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:29.002 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:29.002 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:29.005 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:29.005 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:29.008 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:29.008 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:29.015 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:29.015 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:29.016 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:29.016 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:29.027 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sMEJTix22EO6B69gnsdUVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:29.028 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:29.030 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:29.031 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:29.043 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:29.055 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:29.056 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.6371ms +2021-09-04 13:54:29.056 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:29.059 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:29.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:29.093 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:29.093 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 99.2561ms +2021-09-04 13:54:30.055 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:30.055 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=sMEJTix22EO6B69gnsdUVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1028.1178ms +2021-09-04 13:54:32.174 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:54:32.489 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:32.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:32.490 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5149ms +2021-09-04 13:54:32.492 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:32.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:32.494 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:32.495 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:32.495 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:32.496 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:32.516 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:32.516 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:32.516 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8023ms +2021-09-04 13:54:32.605 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:54:32.605 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:32.605 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4961ms +2021-09-04 13:54:32.607 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:32.607 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:32.610 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:32.610 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:32.614 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:32.614 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:32.617 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:32.617 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:32.621 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:32.621 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:32.626 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:32.626 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:32.627 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:32.627 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:32.639 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gm2n7Pi7RTLb-Eu-v5felg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:32.640 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:32.652 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:32.653 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:32.656 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:32.662 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:32.663 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 35.4797ms +2021-09-04 13:54:32.663 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:32.667 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:32.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:32.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:32.696 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 89.3769ms +2021-09-04 13:54:41.317 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:41.317 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gm2n7Pi7RTLb-Eu-v5felg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 8678.6080ms +2021-09-04 13:54:48.042 +08:00 [DBG] Transport connection checking... +2021-09-04 13:54:48.042 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:54:48.821 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:48.821 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:48.821 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5038ms +2021-09-04 13:54:48.823 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:48.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:48.826 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:48.826 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:48.827 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:48.827 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:48.848 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:48.849 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:48.849 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4468ms +2021-09-04 13:54:48.943 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:54:48.943 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:48.943 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4596ms +2021-09-04 13:54:48.945 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:48.945 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:48.947 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:48.948 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:48.953 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:48.953 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:48.958 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:48.958 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:48.961 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:48.961 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:48.964 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:48.964 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:48.965 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:48.966 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:48.979 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Um95f2-gJF_si5hJ8eytBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:48.980 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:48.992 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:48.993 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:48.996 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:49.004 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:49.005 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.0573ms +2021-09-04 13:54:49.005 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:49.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:49.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:49.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:49.043 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 97.7656ms +2021-09-04 13:54:52.372 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:52.372 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Um95f2-gJF_si5hJ8eytBQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3393.4170ms +2021-09-04 13:54:53.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:53.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:53.330 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4774ms +2021-09-04 13:54:53.332 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:53.332 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:53.334 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:53.335 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:53.336 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:53.336 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:53.371 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:53.371 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:53.371 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.6646ms +2021-09-04 13:54:53.476 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:53.476 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:53.479 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:53.480 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:53.484 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:53.484 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:53.488 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:53.489 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:53.491 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:53.491 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:53.494 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:53.494 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:53.495 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:53.496 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:53.523 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5FceXsexlDaaGXQBzzzEWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:53.523 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:53.528 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:53.531 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:53.532 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:53.533 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:53.536 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 40.2433ms +2021-09-04 13:54:53.536 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:53.540 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:53.561 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:54:53.561 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5FceXsexlDaaGXQBzzzEWA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 38.9763ms +2021-09-04 13:54:53.568 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:53.568 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:53.568 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 92.6326ms +2021-09-04 13:54:54.574 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:54:54.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:54.574 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4485ms +2021-09-04 13:54:54.576 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:54:54.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:54.578 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:54.579 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:54.580 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:54.580 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:54:54.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:54.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:54.605 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0648ms +2021-09-04 13:54:54.692 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:54:54.692 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:54.692 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5655ms +2021-09-04 13:54:54.694 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:54:54.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:54.699 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:54.700 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:54.704 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:54:54.704 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:54.708 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:54:54.708 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:54.712 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:54:54.712 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:54.715 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:54:54.715 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:54.716 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:54.717 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:54:54.733 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GlOi62uZ_KaUKUIHGrih1g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:54:54.733 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:54:54.747 +08:00 [INF] Successfully validated the token. +2021-09-04 13:54:54.749 +08:00 [INF] Authorization was successful. +2021-09-04 13:54:54.752 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:54:54.757 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:54:54.757 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 40.6065ms +2021-09-04 13:54:54.757 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:54:54.760 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:54.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:54.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:54:54.793 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 98.0713ms +2021-09-04 13:55:00.785 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:00.785 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GlOi62uZ_KaUKUIHGrih1g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 6052.8903ms +2021-09-04 13:55:01.765 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:01.765 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:01.765 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5176ms +2021-09-04 13:55:01.767 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:01.767 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:01.770 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:01.771 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:01.772 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:01.772 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:01.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:01.795 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:01.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.8279ms +2021-09-04 13:55:01.872 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:55:01.872 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:01.872 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4476ms +2021-09-04 13:55:01.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:55:01.874 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:01.876 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:01.876 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:01.880 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:01.881 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:01.883 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:01.884 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:01.888 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:01.888 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:01.892 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:01.892 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:01.893 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:01.893 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:01.919 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=55Tm4IBmR_xlfKF6P8qOLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:01.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:01.927 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:01.930 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:01.931 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:01.935 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:01.936 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 42.7624ms +2021-09-04 13:55:01.936 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:01.939 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:01.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:01.970 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:01.971 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 97.0052ms +2021-09-04 13:55:02.227 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:55:03.407 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:03.407 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=55Tm4IBmR_xlfKF6P8qOLg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1491.6171ms +2021-09-04 13:55:04.383 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:04.384 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:04.384 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6418ms +2021-09-04 13:55:04.387 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:04.387 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:04.390 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:04.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:04.391 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:04.391 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:04.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:04.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:04.424 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.0154ms +2021-09-04 13:55:04.506 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:55:04.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:04.509 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:04.509 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:04.513 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:04.513 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:04.517 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:04.517 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:04.520 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:04.520 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:04.522 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:04.522 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:04.524 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:04.524 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:04.536 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-4pbR8kp0jobHIfizLezmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:04.536 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:04.541 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:04.547 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:04.551 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:04.562 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:04.562 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 37.8303ms +2021-09-04 13:55:04.562 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:04.565 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:04.595 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:04.595 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:04.595 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 89.1428ms +2021-09-04 13:55:08.760 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:08.760 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-4pbR8kp0jobHIfizLezmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4224.5519ms +2021-09-04 13:55:09.720 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:09.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:09.721 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4757ms +2021-09-04 13:55:09.723 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:09.723 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:09.725 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:09.726 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:09.727 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:09.727 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:09.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:09.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:09.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.0721ms +2021-09-04 13:55:09.856 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 13:55:09.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:09.857 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.4904ms +2021-09-04 13:55:09.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:55:09.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:09.861 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:09.861 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:09.865 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:09.865 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:09.869 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:09.869 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:09.873 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:09.873 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:09.876 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:09.876 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:09.877 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:09.877 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:09.890 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=se0hAZbqtIWC11MrkhQDtQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:09.891 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:09.904 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:09.905 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:09.908 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:09.914 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:09.914 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 36.6742ms +2021-09-04 13:55:09.914 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:09.918 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:09.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:09.951 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:09.951 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 92.9556ms +2021-09-04 13:55:13.363 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:13.363 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=se0hAZbqtIWC11MrkhQDtQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3473.2408ms +2021-09-04 13:55:14.409 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:14.409 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:14.409 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6773ms +2021-09-04 13:55:14.411 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:14.412 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:14.414 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:14.414 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:14.415 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:14.415 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:14.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:14.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:14.439 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.8305ms +2021-09-04 13:55:14.540 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 13:55:14.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:14.543 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:14.543 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:14.547 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 13:55:14.547 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:14.550 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 13:55:14.550 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:14.555 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 13:55:14.555 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:14.557 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 13:55:14.558 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:14.559 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:14.559 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:14.573 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=brx5C74htkyFd3RCgxZoOA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:14.574 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:14.584 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:14.587 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:14.590 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:14.598 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:14.599 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 39.2889ms +2021-09-04 13:55:14.599 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:14.603 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:14.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:14.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:14.630 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 89.3645ms +2021-09-04 13:55:17.906 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:17.909 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:17.937 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 200 - text/html 31.3366ms +2021-09-04 13:55:18.046 +08:00 [DBG] Transport connection checking... +2021-09-04 13:55:18.046 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:55:19.328 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 13:55:19.330 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:19.332 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 4.2801ms +2021-09-04 13:55:19.586 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 13:55:19.586 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:19.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:19.589 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:19.590 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 3.8543ms +2021-09-04 13:55:19.593 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6883ms +2021-09-04 13:55:20.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:20.055 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:20.055 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:20.058 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:20.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:20.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:20.092 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6625ms +2021-09-04 13:55:21.624 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:21.626 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:21.630 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4349ms +2021-09-04 13:55:22.101 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:22.101 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:22.101 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:22.103 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:22.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:22.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:22.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1728ms +2021-09-04 13:55:23.636 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:23.638 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:23.642 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2735ms +2021-09-04 13:55:24.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:24.144 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:24.144 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:24.146 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:24.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:24.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:24.180 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.7545ms +2021-09-04 13:55:25.160 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:55:25.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:25.160 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4466ms +2021-09-04 13:55:25.161 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:55:25.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:25.164 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:25.164 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:25.167 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:25.167 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 13:55:25.181 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 13:55:25.237 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 13:55:25.237 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:25.238 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:25.238 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 13:55:25.254 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 13:55:25.303 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 13:55:25.303 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:25.304 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:25.305 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:25.350 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:25.351 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 46.1964ms +2021-09-04 13:55:25.351 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:25.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:25.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:25.379 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:25.379 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 217.5720ms +2021-09-04 13:55:25.648 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:25.650 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:25.655 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2515ms +2021-09-04 13:55:26.187 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:26.187 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:26.187 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:26.189 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:26.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:26.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:26.221 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.5995ms +2021-09-04 13:55:27.662 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:27.664 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:27.668 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4243ms +2021-09-04 13:55:28.229 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:28.229 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:28.229 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:28.231 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:28.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:28.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:28.275 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.3007ms +2021-09-04 13:55:29.674 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:29.676 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:29.680 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5944ms +2021-09-04 13:55:30.283 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:30.283 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:30.284 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:30.286 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:30.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:30.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:30.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.1801ms +2021-09-04 13:55:31.688 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:31.690 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:31.694 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3741ms +2021-09-04 13:55:32.341 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:32.341 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:32.341 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:32.343 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:32.389 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:55:32.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:32.389 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:32.389 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8952ms +2021-09-04 13:55:33.701 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:33.703 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:33.707 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4199ms +2021-09-04 13:55:34.396 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:34.397 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:34.397 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:34.399 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:34.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:34.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:34.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1330ms +2021-09-04 13:55:35.713 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:35.716 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:35.720 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2381ms +2021-09-04 13:55:36.452 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:36.452 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:36.452 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:36.454 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:36.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:36.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:36.499 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1547ms +2021-09-04 13:55:37.726 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 13:55:37.729 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:37.733 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4521ms +2021-09-04 13:55:38.505 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 13:55:38.506 +08:00 [INF] CORS policy execution failed. +2021-09-04 13:55:38.506 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 13:55:38.508 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:38.543 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:38.543 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:38.543 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8478ms +2021-09-04 13:55:39.543 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:39.543 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=brx5C74htkyFd3RCgxZoOA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 24972.3289ms +2021-09-04 13:55:41.192 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:41.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:41.193 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6531ms +2021-09-04 13:55:41.194 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:41.195 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:41.197 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:41.199 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:41.200 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:41.200 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:41.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:41.236 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:41.236 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 41.8416ms +2021-09-04 13:55:41.337 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:55:41.338 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:41.338 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4635ms +2021-09-04 13:55:41.340 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:55:41.341 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:41.343 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:41.344 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:41.349 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:41.349 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:41.354 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:41.354 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:41.355 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:41.356 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:41.378 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NmM9wPwEjcBFn2NrkLkOqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:41.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:41.387 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:41.389 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:41.393 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:41.419 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:41.420 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.8975ms +2021-09-04 13:55:41.420 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:41.426 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:41.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:41.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:41.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 114.3249ms +2021-09-04 13:55:45.806 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:45.806 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NmM9wPwEjcBFn2NrkLkOqQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4428.8643ms +2021-09-04 13:55:46.772 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:46.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:46.772 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4577ms +2021-09-04 13:55:46.774 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:46.774 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:46.777 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:46.777 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:46.778 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:46.778 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:46.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:46.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:46.799 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7488ms +2021-09-04 13:55:46.912 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:55:46.913 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:46.913 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5875ms +2021-09-04 13:55:46.915 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:55:46.916 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:46.920 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:46.920 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:46.924 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:46.924 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:46.928 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:46.928 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:46.929 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:46.930 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:46.959 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QwxK6pSi0E5yIHiJSziSgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:46.962 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:46.969 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:46.972 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:46.977 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:46.995 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:46.996 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 65.9572ms +2021-09-04 13:55:46.996 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:47.004 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:47.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:47.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:47.034 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 118.9995ms +2021-09-04 13:55:48.049 +08:00 [DBG] Transport connection checking... +2021-09-04 13:55:48.049 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:55:49.842 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:55:49.842 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QwxK6pSi0E5yIHiJSziSgw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2882.8405ms +2021-09-04 13:55:50.904 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:55:50.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:50.905 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4763ms +2021-09-04 13:55:50.907 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:55:50.907 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:50.909 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:50.910 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:50.910 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:50.911 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:55:50.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:50.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:50.942 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.4096ms +2021-09-04 13:55:51.049 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:55:51.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:51.052 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:51.052 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:51.057 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:55:51.057 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:51.059 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:55:51.059 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:51.061 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:51.061 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:55:51.085 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=unf9jbK83_yvCWXGG1hpkQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:55:51.089 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:55:51.092 +08:00 [INF] Successfully validated the token. +2021-09-04 13:55:51.095 +08:00 [INF] Authorization was successful. +2021-09-04 13:55:51.099 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:55:51.119 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:55:51.120 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.7433ms +2021-09-04 13:55:51.120 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:55:51.124 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:51.157 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:51.157 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:55:51.157 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 108.4573ms +2021-09-04 13:56:02.456 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:56:18.049 +08:00 [DBG] Transport connection checking... +2021-09-04 13:56:18.049 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:56:32.486 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:56:48.063 +08:00 [DBG] Transport connection checking... +2021-09-04 13:56:48.063 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:57:02.512 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:57:18.063 +08:00 [DBG] Transport connection checking... +2021-09-04 13:57:18.063 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:57:18.447 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:57:18.447 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=unf9jbK83_yvCWXGG1hpkQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 87369.2626ms +2021-09-04 13:57:19.596 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:57:19.596 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:19.597 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5266ms +2021-09-04 13:57:19.601 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:57:19.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:19.604 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:19.605 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:19.606 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:19.606 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:19.638 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:19.638 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:19.638 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.7172ms +2021-09-04 13:57:19.780 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:57:19.781 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:19.781 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6053ms +2021-09-04 13:57:19.784 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:57:19.784 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:19.787 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:19.788 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:19.792 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:19.792 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:19.795 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:19.795 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:19.796 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:19.797 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:57:19.809 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F-wNRqnuR5aVpMJJKgR82g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:57:19.809 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:19.812 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:19.812 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:19.824 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:57:19.857 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:57:19.857 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 60.7181ms +2021-09-04 13:57:19.857 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:19.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:19.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:19.907 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:19.908 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 124.0549ms +2021-09-04 13:57:32.536 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:57:32.627 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:57:32.627 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F-wNRqnuR5aVpMJJKgR82g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 12818.8008ms +2021-09-04 13:57:33.953 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:57:33.953 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:33.954 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4719ms +2021-09-04 13:57:33.955 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:57:33.956 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:33.958 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:33.959 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:33.960 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:33.960 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:33.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:33.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:33.984 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.2681ms +2021-09-04 13:57:34.138 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:57:34.138 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:34.139 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5771ms +2021-09-04 13:57:34.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:57:34.141 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:34.144 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:34.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:34.152 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:34.152 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:34.155 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:34.155 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:34.156 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:34.156 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:57:34.184 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8M6f_uWaCK8_jXHcU76CEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:57:34.186 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:34.192 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:34.194 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:34.195 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:57:34.223 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:57:34.224 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 67.1758ms +2021-09-04 13:57:34.224 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:34.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:34.262 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:34.262 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:34.262 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 121.3849ms +2021-09-04 13:57:43.950 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:57:43.950 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8M6f_uWaCK8_jXHcU76CEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 9768.1955ms +2021-09-04 13:57:45.060 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:57:45.060 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:45.061 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4562ms +2021-09-04 13:57:45.063 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:57:45.064 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:45.067 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:45.068 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:45.069 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:45.069 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:57:45.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:45.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:45.091 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.6484ms +2021-09-04 13:57:45.217 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:57:45.217 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:45.217 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4780ms +2021-09-04 13:57:45.219 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:57:45.219 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:45.222 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:45.222 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:45.227 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:57:45.227 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:45.230 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:57:45.231 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:45.233 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:45.233 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:57:45.259 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hr9r5WpGUNFkrmSP3tzWKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:57:45.262 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:57:45.270 +08:00 [INF] Successfully validated the token. +2021-09-04 13:57:45.271 +08:00 [INF] Authorization was successful. +2021-09-04 13:57:45.275 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:57:45.298 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:57:45.299 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 65.482ms +2021-09-04 13:57:45.299 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:57:45.307 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:45.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:45.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:57:45.335 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 115.8687ms +2021-09-04 13:57:48.083 +08:00 [DBG] Transport connection checking... +2021-09-04 13:57:48.083 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:58:02.553 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:58:18.095 +08:00 [DBG] Transport connection checking... +2021-09-04 13:58:18.095 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:58:32.596 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:58:48.111 +08:00 [DBG] Transport connection checking... +2021-09-04 13:58:48.111 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:59:02.619 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:59:16.410 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 13:59:16.413 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 13:59:18.111 +08:00 [DBG] Transport connection checking... +2021-09-04 13:59:18.111 +08:00 [DBG] Transport connection healthy! +2021-09-04 13:59:18.855 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 13:59:24.060 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 13:59:24.060 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hr9r5WpGUNFkrmSP3tzWKw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 98805.7360ms +2021-09-04 13:59:25.206 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 13:59:25.206 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:59:25.207 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4962ms +2021-09-04 13:59:25.208 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 13:59:25.208 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:59:25.211 +08:00 [INF] Successfully validated the token. +2021-09-04 13:59:25.211 +08:00 [INF] Authorization was successful. +2021-09-04 13:59:25.212 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:59:25.212 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 13:59:25.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:59:25.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:59:25.234 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9698ms +2021-09-04 13:59:25.345 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 13:59:25.345 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:59:25.345 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6095ms +2021-09-04 13:59:25.347 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 13:59:25.348 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:59:25.351 +08:00 [INF] Successfully validated the token. +2021-09-04 13:59:25.352 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:59:25.355 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 13:59:25.355 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:59:25.358 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 13:59:25.358 +08:00 [INF] Authorization was successful. +2021-09-04 13:59:25.359 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:59:25.360 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 13:59:25.377 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IH9fHWih0n78BTS9ZQzzVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 13:59:25.380 +08:00 [INF] CORS policy execution successful. +2021-09-04 13:59:25.388 +08:00 [INF] Successfully validated the token. +2021-09-04 13:59:25.390 +08:00 [INF] Authorization was successful. +2021-09-04 13:59:25.394 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 13:59:25.413 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 13:59:25.414 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 53.9868ms +2021-09-04 13:59:25.414 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 13:59:25.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:59:25.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:59:25.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 13:59:25.445 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 97.9414ms +2021-09-04 13:59:32.663 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 13:59:48.122 +08:00 [DBG] Transport connection checking... +2021-09-04 13:59:48.122 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:00:02.687 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:00:08.936 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:08.937 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IH9fHWih0n78BTS9ZQzzVA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 43561.7584ms +2021-09-04 14:00:10.157 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:10.158 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:10.158 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4821ms +2021-09-04 14:00:10.160 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:10.160 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:10.163 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:10.163 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:10.165 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:10.165 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:10.199 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:10.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:10.200 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.9468ms +2021-09-04 14:00:10.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:10.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:10.330 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6275ms +2021-09-04 14:00:10.332 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:10.333 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:10.336 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:10.336 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:10.340 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:10.340 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:10.343 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:10.344 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:10.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:10.346 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:10.367 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MWookWYUfzViTshQnVquFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:10.368 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:10.381 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:10.384 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:10.386 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:10.417 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:10.418 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 72.1489ms +2021-09-04 14:00:10.418 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:10.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:10.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:10.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:10.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 125.2079ms +2021-09-04 14:00:11.090 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:11.090 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MWookWYUfzViTshQnVquFQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 723.3217ms +2021-09-04 14:00:12.105 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:12.105 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:12.105 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5839ms +2021-09-04 14:00:12.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:12.107 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:12.109 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:12.110 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:12.111 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:12.111 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:12.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:12.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:12.137 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.8911ms +2021-09-04 14:00:12.257 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:12.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:12.260 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:12.261 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:12.265 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:12.265 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:12.268 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:12.268 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:12.269 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:12.270 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:12.294 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s6mT6W1Wx3Zi2Rd8T0wOxg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:12.295 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:12.304 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:12.307 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:12.311 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:12.328 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:12.329 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.797ms +2021-09-04 14:00:12.329 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:12.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:12.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:12.365 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:12.366 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 108.3461ms +2021-09-04 14:00:12.818 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:12.818 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=s6mT6W1Wx3Zi2Rd8T0wOxg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 525.3938ms +2021-09-04 14:00:13.789 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:13.789 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:13.789 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4702ms +2021-09-04 14:00:13.791 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:13.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:13.793 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:13.794 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:13.798 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:13.798 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:13.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:13.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:13.833 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 42.1829ms +2021-09-04 14:00:13.891 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:13.891 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:13.894 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:13.894 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:13.898 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:13.898 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:13.902 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:13.902 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:13.903 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:13.904 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:13.925 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WxYrnKSGn6shDCtOxQflPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:13.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:13.932 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:13.934 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:13.938 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:13.958 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:13.959 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 55.1071ms +2021-09-04 14:00:13.959 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:13.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:13.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:13.993 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:13.993 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 102.0940ms +2021-09-04 14:00:14.174 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:14.174 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WxYrnKSGn6shDCtOxQflPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 248.9305ms +2021-09-04 14:00:15.106 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:15.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:15.106 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5019ms +2021-09-04 14:00:15.108 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:15.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:15.111 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:15.111 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:15.112 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:15.112 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:15.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:15.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:15.134 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5555ms +2021-09-04 14:00:15.235 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:15.236 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:15.238 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:15.239 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:15.242 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:15.242 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:15.245 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:15.245 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:15.246 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:15.246 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:15.262 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QrO32HlIVSzrl0bN534Shg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:15.266 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:15.272 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:15.274 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:15.278 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:15.299 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:15.300 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 53.4254ms +2021-09-04 14:00:15.300 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:15.305 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:15.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:15.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:15.334 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 98.1745ms +2021-09-04 14:00:15.540 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:15.540 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=QrO32HlIVSzrl0bN534Shg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 278.2944ms +2021-09-04 14:00:16.578 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:16.579 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:16.579 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5184ms +2021-09-04 14:00:16.581 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:16.582 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:16.585 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:16.586 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:16.587 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:16.587 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:16.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:16.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:16.621 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.3446ms +2021-09-04 14:00:16.737 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:16.737 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:16.738 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5865ms +2021-09-04 14:00:16.740 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:16.740 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:16.743 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:16.744 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:16.748 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:16.748 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:16.752 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:16.752 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:16.753 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:16.754 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:16.769 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=guqguuJo-n9dqEpSKaSd2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:16.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:16.784 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:16.785 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:16.788 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:16.812 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:16.813 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.821ms +2021-09-04 14:00:16.814 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:16.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:16.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:16.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:16.848 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.8258ms +2021-09-04 14:00:17.013 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:17.013 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=guqguuJo-n9dqEpSKaSd2Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 244.2401ms +2021-09-04 14:00:18.056 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:18.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:18.057 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4597ms +2021-09-04 14:00:18.058 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:18.059 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:18.061 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:18.061 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:18.062 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:18.062 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:18.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:18.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:18.084 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.3198ms +2021-09-04 14:00:18.132 +08:00 [DBG] Transport connection checking... +2021-09-04 14:00:18.132 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:00:18.161 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:18.161 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:18.164 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:18.164 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:18.169 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:18.169 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:18.172 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:18.172 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:18.173 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:18.173 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:18.196 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8p42_p6ySyTSB0P2rLDslg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:18.196 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:18.202 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:18.204 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:18.208 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:18.227 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:18.228 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.6434ms +2021-09-04 14:00:18.228 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:18.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:18.265 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:18.265 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:18.266 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 104.8571ms +2021-09-04 14:00:18.414 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:18.414 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8p42_p6ySyTSB0P2rLDslg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 217.9531ms +2021-09-04 14:00:19.382 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:19.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:19.382 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6388ms +2021-09-04 14:00:19.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:19.386 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:19.388 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:19.389 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:19.389 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:19.390 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:19.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:19.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:19.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5624ms +2021-09-04 14:00:19.511 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:19.511 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:19.514 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:19.514 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:19.518 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:19.518 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:19.521 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:19.521 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:19.522 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:19.522 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:19.541 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cJCGAs_RuVnJhkEE3g-Pig&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:19.544 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:19.551 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:19.553 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:19.557 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:19.577 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:19.578 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 55.2654ms +2021-09-04 14:00:19.578 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:19.583 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:19.610 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:19.610 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:19.611 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 99.8324ms +2021-09-04 14:00:20.340 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:20.341 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cJCGAs_RuVnJhkEE3g-Pig&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 800.4116ms +2021-09-04 14:00:21.236 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:21.237 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:21.237 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4541ms +2021-09-04 14:00:21.238 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:21.239 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:21.242 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:21.242 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:21.243 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:21.244 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:21.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:21.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:21.276 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.4456ms +2021-09-04 14:00:21.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:21.379 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:21.382 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:21.382 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:21.386 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:21.386 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:21.389 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:21.389 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:21.390 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:21.390 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:21.410 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0hxYScj2afA1vKKxrsEpEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:21.413 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:21.420 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:21.423 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:21.426 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:21.448 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:21.449 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.6724ms +2021-09-04 14:00:21.449 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:21.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:21.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:21.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:21.486 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 108.1551ms +2021-09-04 14:00:22.341 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:22.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0hxYScj2afA1vKKxrsEpEA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 932.3567ms +2021-09-04 14:00:23.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:23.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:23.330 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5302ms +2021-09-04 14:00:23.332 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:23.333 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:23.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:23.336 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:23.337 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:23.337 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:23.359 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:23.359 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:23.359 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.0470ms +2021-09-04 14:00:23.483 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:23.483 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:23.483 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5538ms +2021-09-04 14:00:23.485 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:23.486 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:23.488 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:23.488 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:23.492 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:23.492 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:23.497 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:23.497 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:23.498 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:23.498 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:23.514 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hVN2AkyiC_69MDwWp2j-gg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:23.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:23.527 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:23.528 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:23.533 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:23.552 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:23.553 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.0591ms +2021-09-04 14:00:23.553 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:23.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:23.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:23.591 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:23.592 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 106.5823ms +2021-09-04 14:00:24.001 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:24.002 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hVN2AkyiC_69MDwWp2j-gg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 487.9842ms +2021-09-04 14:00:24.995 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:24.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:24.996 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4724ms +2021-09-04 14:00:24.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:24.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:25.001 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:25.002 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:25.003 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:25.003 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:25.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:25.026 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:25.026 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.9686ms +2021-09-04 14:00:25.138 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:25.139 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:25.141 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:25.142 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:25.145 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:25.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:25.149 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:25.149 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:25.151 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:25.151 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:25.172 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NQdcWsFP_YPhZepiT9PNDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:25.175 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:25.181 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:25.184 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:25.187 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:25.207 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:25.209 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.4309ms +2021-09-04 14:00:25.209 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:25.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:25.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:25.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:25.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 106.2553ms +2021-09-04 14:00:25.626 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:25.626 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NQdcWsFP_YPhZepiT9PNDw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 454.7354ms +2021-09-04 14:00:26.601 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:26.601 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:26.601 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4592ms +2021-09-04 14:00:26.603 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:26.603 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:26.606 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:26.606 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:26.607 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:26.608 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:26.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:26.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:26.628 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8084ms +2021-09-04 14:00:26.740 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:26.740 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:26.742 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:26.743 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:26.746 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:26.747 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:26.751 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:26.751 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:26.752 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:26.753 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:26.768 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9jT_PjsoOYKUpH96gOVyNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:26.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:26.780 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:26.782 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:26.785 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:26.806 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:26.806 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 53.7127ms +2021-09-04 14:00:26.806 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:26.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:26.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:26.840 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:26.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 100.5692ms +2021-09-04 14:00:28.582 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:28.582 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9jT_PjsoOYKUpH96gOVyNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1814.7146ms +2021-09-04 14:00:29.528 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:29.528 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:29.528 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4618ms +2021-09-04 14:00:29.530 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:29.531 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:29.533 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:29.534 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:29.535 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:29.535 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:29.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:29.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:29.557 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3642ms +2021-09-04 14:00:29.671 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:29.671 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:29.671 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5128ms +2021-09-04 14:00:29.673 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:29.674 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:29.676 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:29.677 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:29.681 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:29.681 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:29.685 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:29.685 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:29.687 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:29.687 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:29.703 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NzruzvArdSE3OvKBUwtV8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:29.707 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:29.715 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:29.716 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:29.721 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:29.742 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:29.743 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.3637ms +2021-09-04 14:00:29.743 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:29.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:29.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:29.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:29.779 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 105.4015ms +2021-09-04 14:00:30.522 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:30.522 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NzruzvArdSE3OvKBUwtV8A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 819.8312ms +2021-09-04 14:00:31.442 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:31.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:31.443 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5404ms +2021-09-04 14:00:31.445 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:31.445 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:31.448 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:31.448 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:31.449 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:31.449 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:31.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:31.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:31.486 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 41.2155ms +2021-09-04 14:00:31.588 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:31.589 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:31.591 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:31.592 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:31.596 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:31.596 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:31.599 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:31.599 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:31.601 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:31.601 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:31.626 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CU8_a-k4G5T_5s9oo6SfMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:31.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:31.633 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:31.635 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:31.640 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:31.663 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:31.665 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.3223ms +2021-09-04 14:00:31.665 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:31.671 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:31.704 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:31.704 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:31.705 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 116.2068ms +2021-09-04 14:00:32.267 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:32.267 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CU8_a-k4G5T_5s9oo6SfMA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 643.0786ms +2021-09-04 14:00:32.707 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:00:33.262 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:33.263 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:33.263 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5121ms +2021-09-04 14:00:33.265 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:33.265 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:33.268 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:33.268 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:33.269 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:33.269 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:33.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:33.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:33.298 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 33.6592ms +2021-09-04 14:00:33.405 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:33.406 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:33.408 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:33.409 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:33.412 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:33.412 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:33.415 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:33.416 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:33.417 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:33.417 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:33.442 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=azbe21rL1JDSqdoElsT66g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:33.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:33.450 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:33.453 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:33.456 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:33.474 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:33.474 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.9591ms +2021-09-04 14:00:33.474 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:33.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:33.513 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:33.513 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:33.513 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.4537ms +2021-09-04 14:00:35.642 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:35.643 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=azbe21rL1JDSqdoElsT66g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2200.2686ms +2021-09-04 14:00:36.599 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:36.599 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:36.600 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5914ms +2021-09-04 14:00:36.602 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:36.602 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:36.604 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:36.605 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:36.606 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:36.606 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:36.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:36.628 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:36.628 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9867ms +2021-09-04 14:00:36.735 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:36.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:36.735 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4912ms +2021-09-04 14:00:36.737 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:36.737 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:36.740 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:36.740 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:36.744 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:36.744 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:36.747 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:36.747 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:36.749 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:36.749 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:36.769 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dh24nQm1zoG2LVSTDncosA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:36.772 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:36.780 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:36.783 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:36.787 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:36.804 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:36.806 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.7959ms +2021-09-04 14:00:36.806 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:36.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:36.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:36.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:36.841 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 103.7966ms +2021-09-04 14:00:37.646 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:37.646 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dh24nQm1zoG2LVSTDncosA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 878.3130ms +2021-09-04 14:00:38.586 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:38.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:38.586 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4640ms +2021-09-04 14:00:38.588 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:38.588 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:38.591 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:38.591 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:38.592 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:38.592 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:38.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:38.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:38.613 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9696ms +2021-09-04 14:00:38.714 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:38.714 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:38.717 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:38.718 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:38.722 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:38.722 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:38.725 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:38.725 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:38.726 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:38.727 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:38.749 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qW8ykMGc9beGyd1vC-vkSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:38.753 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:38.757 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:38.760 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:38.764 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:38.785 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:38.786 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.8787ms +2021-09-04 14:00:38.786 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:38.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:38.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:38.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:38.821 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.0942ms +2021-09-04 14:00:39.446 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:39.447 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qW8ykMGc9beGyd1vC-vkSw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 698.1724ms +2021-09-04 14:00:40.404 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:40.405 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:40.405 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5017ms +2021-09-04 14:00:40.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:40.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:40.409 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:40.409 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:40.410 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:40.410 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:40.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:40.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:40.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.8539ms +2021-09-04 14:00:40.529 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:40.529 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:40.531 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:40.532 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:40.535 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:40.536 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:40.539 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:40.539 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:40.540 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:40.540 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:40.557 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BsLsGeZNQW9vgUtEuaTSqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:40.560 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:40.567 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:40.568 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:40.573 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:40.594 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:40.595 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.8787ms +2021-09-04 14:00:40.595 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:40.601 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:40.633 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:40.633 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:40.634 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 105.2619ms +2021-09-04 14:00:41.666 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:41.666 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BsLsGeZNQW9vgUtEuaTSqA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1109.7585ms +2021-09-04 14:00:42.583 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:42.584 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:42.584 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6583ms +2021-09-04 14:00:42.586 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:42.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:42.589 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:42.589 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:42.590 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:42.590 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:42.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:42.612 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:42.612 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8047ms +2021-09-04 14:00:42.716 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:42.717 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:42.717 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4678ms +2021-09-04 14:00:42.719 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:42.719 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:42.721 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:42.722 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:42.726 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:42.726 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:42.729 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:42.729 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:42.730 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:42.731 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:42.743 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YRpsYU7R9Q46oQI6MCT2tQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:42.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:42.756 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:42.758 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:42.761 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:42.786 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:42.786 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 55.2987ms +2021-09-04 14:00:42.786 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:42.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:42.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:42.821 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:42.821 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 102.8502ms +2021-09-04 14:00:47.620 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:00:47.621 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YRpsYU7R9Q46oQI6MCT2tQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4878.1656ms +2021-09-04 14:00:48.142 +08:00 [DBG] Transport connection checking... +2021-09-04 14:00:48.143 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:00:48.624 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:00:48.624 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:48.624 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4695ms +2021-09-04 14:00:48.626 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:00:48.626 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:48.628 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:48.629 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:48.630 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:48.630 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:00:48.665 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:48.665 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:48.666 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.0313ms +2021-09-04 14:00:48.729 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:48.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:48.730 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4455ms +2021-09-04 14:00:48.731 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:48.732 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:48.734 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:48.735 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:48.739 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:48.739 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:48.742 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:48.742 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:48.743 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:48.743 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:48.787 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M2-bDWN0Fg6tSWFP8RRcNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:00:48.788 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:48.795 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:48.797 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:48.797 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:48.798 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.9518ms +2021-09-04 14:00:48.798 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:48.799 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:00:48.806 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:48.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:48.842 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:48.843 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 111.1894ms +2021-09-04 14:00:58.926 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/enabled - - +2021-09-04 14:00:58.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:58.927 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/enabled - - - 204 - - 0.4887ms +2021-09-04 14:00:58.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/enabled application/json 50 +2021-09-04 14:00:58.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:58.930 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:58.931 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:58.935 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:58.935 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:58.937 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:58.937 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable +2021-09-04 14:00:58.940 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable +2021-09-04 14:00:58.940 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client.Enable +2021-09-04 14:00:58.942 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client.Enable +2021-09-04 14:00:58.942 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:58.943 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.EnabledAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:58.945 +08:00 [INF] Route matched with {action = "Enabled", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task EnabledAsync(CompanyName.ProjectName.IdentityServers.Clients.EnabledInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:59.050 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.EnabledAsync (CompanyName.ProjectName.HttpApi) in 105.6279ms +2021-09-04 14:00:59.050 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.EnabledAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:59.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.110 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.110 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/enabled application/json 50 - 204 - - 181.8601ms +2021-09-04 14:00:59.162 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:00:59.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:59.162 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4540ms +2021-09-04 14:00:59.164 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:00:59.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:00:59.166 +08:00 [INF] Successfully validated the token. +2021-09-04 14:00:59.167 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:59.171 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:00:59.171 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:59.174 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:00:59.174 +08:00 [INF] Authorization was successful. +2021-09-04 14:00:59.175 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:59.175 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:00:59.220 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:00:59.221 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.8808ms +2021-09-04 14:00:59.221 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:00:59.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:00:59.251 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 86.7438ms +2021-09-04 14:01:02.822 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:01:18.144 +08:00 [DBG] Transport connection checking... +2021-09-04 14:01:18.144 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:01:32.860 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:01:48.148 +08:00 [DBG] Transport connection checking... +2021-09-04 14:01:48.148 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:02:02.889 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:02:18.163 +08:00 [DBG] Transport connection checking... +2021-09-04 14:02:18.163 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:02:32.901 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:02:33.009 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:02:33.009 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M2-bDWN0Fg6tSWFP8RRcNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 104224.6056ms +2021-09-04 14:02:34.097 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:02:34.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:02:34.097 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4565ms +2021-09-04 14:02:34.099 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:02:34.099 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:02:34.101 +08:00 [INF] Successfully validated the token. +2021-09-04 14:02:34.102 +08:00 [INF] Authorization was successful. +2021-09-04 14:02:34.103 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:02:34.103 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:02:34.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:02:34.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:02:34.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.7980ms +2021-09-04 14:02:34.247 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:02:34.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:02:34.247 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4544ms +2021-09-04 14:02:34.249 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:02:34.249 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:02:34.251 +08:00 [INF] Successfully validated the token. +2021-09-04 14:02:34.252 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:02:34.256 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:02:34.256 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:02:34.258 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:02:34.258 +08:00 [INF] Authorization was successful. +2021-09-04 14:02:34.259 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:02:34.259 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:02:34.271 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NwZkZERxrZzZwmY092ZP_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:02:34.272 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:02:34.282 +08:00 [INF] Successfully validated the token. +2021-09-04 14:02:34.284 +08:00 [INF] Authorization was successful. +2021-09-04 14:02:34.287 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:02:34.313 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:02:34.314 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.5824ms +2021-09-04 14:02:34.314 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:02:34.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:02:34.348 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:02:34.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:02:34.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 100.1047ms +2021-09-04 14:02:48.170 +08:00 [DBG] Transport connection checking... +2021-09-04 14:02:48.170 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:03:02.921 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:03:18.178 +08:00 [DBG] Transport connection checking... +2021-09-04 14:03:18.178 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:03:26.950 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:03:26.950 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=NwZkZERxrZzZwmY092ZP_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 52679.8229ms +2021-09-04 14:03:28.044 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:03:28.044 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:28.044 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4962ms +2021-09-04 14:03:28.046 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:03:28.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:28.048 +08:00 [INF] Successfully validated the token. +2021-09-04 14:03:28.049 +08:00 [INF] Authorization was successful. +2021-09-04 14:03:28.049 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:03:28.050 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:03:28.071 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:28.071 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:28.071 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0184ms +2021-09-04 14:03:28.182 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:03:28.183 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:28.183 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4312ms +2021-09-04 14:03:28.184 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:03:28.185 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:28.187 +08:00 [INF] Successfully validated the token. +2021-09-04 14:03:28.188 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:03:28.191 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:03:28.191 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:03:28.193 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:03:28.193 +08:00 [INF] Authorization was successful. +2021-09-04 14:03:28.195 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:03:28.195 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:03:28.203 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MGmW8jYG6sBK6-yvlQqkRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:03:28.203 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:28.206 +08:00 [INF] Successfully validated the token. +2021-09-04 14:03:28.207 +08:00 [INF] Authorization was successful. +2021-09-04 14:03:28.208 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:03:28.247 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:03:28.248 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 53.0908ms +2021-09-04 14:03:28.248 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:03:28.252 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:28.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:28.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:28.287 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 103.1773ms +2021-09-04 14:03:32.946 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:03:39.929 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:03:39.929 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:39.929 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4585ms +2021-09-04 14:03:39.931 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:03:39.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:03:39.933 +08:00 [INF] Successfully validated the token. +2021-09-04 14:03:39.934 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:03:39.938 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:03:39.939 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:03:39.941 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:03:39.941 +08:00 [INF] Authorization was successful. +2021-09-04 14:03:39.942 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:03:39.942 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:03:39.977 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:03:39.978 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 35.4826ms +2021-09-04 14:03:39.978 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:03:39.981 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:40.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:40.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:03:40.017 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 86.4489ms +2021-09-04 14:03:48.192 +08:00 [DBG] Transport connection checking... +2021-09-04 14:03:48.192 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:04:02.975 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:04:03.667 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:04:03.667 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MGmW8jYG6sBK6-yvlQqkRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 35465.4397ms +2021-09-04 14:04:04.795 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:04:04.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:04.795 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4817ms +2021-09-04 14:04:04.797 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:04:04.797 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:04.800 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:04.800 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:04.801 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:04.801 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:04.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:04.833 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:04.833 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.4528ms +2021-09-04 14:04:04.964 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:04:04.965 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:04.965 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4566ms +2021-09-04 14:04:04.966 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:04:04.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:04.969 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:04.970 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:04.974 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:04.974 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:04.977 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:04.977 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:04.978 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:04.978 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:04:04.992 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wb7g-b4HhsN-1pOwdTmZkw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:04:04.993 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:05.005 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:05.008 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:05.011 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:04:05.023 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:04:05.024 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.1537ms +2021-09-04 14:04:05.024 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:05.028 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:05.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:05.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:05.063 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 96.2146ms +2021-09-04 14:04:10.063 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:04:10.063 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wb7g-b4HhsN-1pOwdTmZkw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 5071.4274ms +2021-09-04 14:04:12.674 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:04:12.674 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:12.675 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4674ms +2021-09-04 14:04:12.676 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:04:12.676 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:12.679 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:12.679 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:12.680 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:12.680 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:12.700 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:12.700 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:12.700 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.2523ms +2021-09-04 14:04:12.818 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:04:12.819 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:12.819 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.5895ms +2021-09-04 14:04:12.821 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:04:12.821 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:12.824 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:12.824 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:12.828 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:12.828 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:12.831 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:12.832 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:12.833 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:12.833 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:04:12.848 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=67lYJc8vqrl8DdxyjPj01w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:04:12.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:12.865 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:12.867 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:12.870 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:04:12.878 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:04:12.878 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.4328ms +2021-09-04 14:04:12.878 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:12.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:12.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:12.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:12.915 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 94.7621ms +2021-09-04 14:04:16.408 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:04:16.411 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:04:18.201 +08:00 [DBG] Transport connection checking... +2021-09-04 14:04:18.201 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:04:18.896 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:04:25.612 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:04:25.612 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=67lYJc8vqrl8DdxyjPj01w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 12763.7792ms +2021-09-04 14:04:26.677 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:04:26.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:26.677 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4446ms +2021-09-04 14:04:26.679 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:04:26.679 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:26.681 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:26.682 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:26.683 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:26.683 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:04:26.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:26.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:26.706 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.9744ms +2021-09-04 14:04:26.840 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:04:26.841 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:26.841 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4994ms +2021-09-04 14:04:26.842 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:04:26.843 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:26.845 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:26.846 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:26.849 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:26.849 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:26.852 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:04:26.852 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:26.854 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:26.854 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:04:26.875 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=USDSNkCBxNmuNAYTtU1ang&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:04:26.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:04:26.886 +08:00 [INF] Successfully validated the token. +2021-09-04 14:04:26.889 +08:00 [INF] Authorization was successful. +2021-09-04 14:04:26.893 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:04:26.898 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:04:26.899 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 44.5511ms +2021-09-04 14:04:26.899 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:04:26.903 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:26.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:26.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:04:26.934 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 91.0721ms +2021-09-04 14:04:33.043 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:04:48.211 +08:00 [DBG] Transport connection checking... +2021-09-04 14:04:48.211 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:05:03.086 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:05:18.212 +08:00 [DBG] Transport connection checking... +2021-09-04 14:05:18.212 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:05:33.113 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:05:48.239 +08:00 [DBG] Transport connection checking... +2021-09-04 14:05:48.239 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:06:03.144 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:06:07.356 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:06:07.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:07.357 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4386ms +2021-09-04 14:06:07.358 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:06:07.358 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:07.361 +08:00 [INF] Successfully validated the token. +2021-09-04 14:06:07.361 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:06:07.365 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:06:07.365 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:06:07.368 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:06:07.368 +08:00 [INF] Authorization was successful. +2021-09-04 14:06:07.369 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:07.369 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:06:07.414 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:06:07.414 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 44.759ms +2021-09-04 14:06:07.414 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:07.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:07.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:07.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:07.442 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 84.1490ms +2021-09-04 14:06:18.249 +08:00 [DBG] Transport connection checking... +2021-09-04 14:06:18.249 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:06:33.221 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:06:38.969 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:06:38.970 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=USDSNkCBxNmuNAYTtU1ang&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 132097.3569ms +2021-09-04 14:06:40.037 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:06:40.037 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:40.037 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4627ms +2021-09-04 14:06:40.039 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:06:40.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:40.041 +08:00 [INF] Successfully validated the token. +2021-09-04 14:06:40.042 +08:00 [INF] Authorization was successful. +2021-09-04 14:06:40.043 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:06:40.043 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:06:40.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:40.063 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:40.063 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.2964ms +2021-09-04 14:06:40.164 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:06:40.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:40.164 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4345ms +2021-09-04 14:06:40.166 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:06:40.166 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:40.168 +08:00 [INF] Successfully validated the token. +2021-09-04 14:06:40.168 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:06:40.172 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:06:40.172 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:06:40.175 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:06:40.175 +08:00 [INF] Authorization was successful. +2021-09-04 14:06:40.177 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:40.177 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:06:40.186 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cbpkwFZbpgmgq3TaVuBCWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:06:40.186 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:40.189 +08:00 [INF] Successfully validated the token. +2021-09-04 14:06:40.190 +08:00 [INF] Authorization was successful. +2021-09-04 14:06:40.201 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:06:40.218 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:06:40.218 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.5585ms +2021-09-04 14:06:40.219 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:40.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:40.254 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:40.255 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:40.255 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 89.3916ms +2021-09-04 14:06:48.264 +08:00 [DBG] Transport connection checking... +2021-09-04 14:06:48.264 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:06:50.115 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:06:50.115 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:50.115 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4324ms +2021-09-04 14:06:50.117 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:06:50.117 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:06:50.119 +08:00 [INF] Successfully validated the token. +2021-09-04 14:06:50.119 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:06:50.123 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:06:50.123 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:06:50.125 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:06:50.126 +08:00 [INF] Authorization was successful. +2021-09-04 14:06:50.127 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:50.127 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:06:50.170 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:06:50.170 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.2945ms +2021-09-04 14:06:50.170 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:06:50.174 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:50.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:50.198 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:06:50.198 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 81.7580ms +2021-09-04 14:07:03.281 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:07:18.271 +08:00 [DBG] Transport connection checking... +2021-09-04 14:07:18.271 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:07:29.306 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - +2021-09-04 14:07:29.307 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:07:29.307 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - - 204 - - 0.4459ms +2021-09-04 14:07:29.308 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 +2021-09-04 14:07:29.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:07:29.310 +08:00 [INF] Successfully validated the token. +2021-09-04 14:07:29.311 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:07:29.314 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:07:29.314 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:07:29.317 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:07:29.317 +08:00 [INF] Authorization was successful. +2021-09-04 14:07:29.318 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:07:29.320 +08:00 [INF] Route matched with {action = "FindAll", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[System.String,System.String]]] FindAllAsync() on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:07:29.354 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], CompanyName.ProjectName.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:07:29.355 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi) in 34.5049ms +2021-09-04 14:07:29.355 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:07:29.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:07:29.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:07:29.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:07:29.398 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 - 200 - application/json;+charset=utf-8 90.0505ms +2021-09-04 14:07:33.314 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:07:48.277 +08:00 [DBG] Transport connection checking... +2021-09-04 14:07:48.277 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:08:03.336 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:08:15.031 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - +2021-09-04 14:08:15.031 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:15.031 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - - 204 - - 0.4220ms +2021-09-04 14:08:15.032 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 +2021-09-04 14:08:15.033 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:15.035 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:15.035 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:08:15.039 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:08:15.039 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:08:15.041 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:08:15.041 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:15.042 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:15.042 +08:00 [INF] Route matched with {action = "FindAll", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[System.String,System.String]]] FindAllAsync() on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:15.061 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], CompanyName.ProjectName.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:15.061 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi) in 19.1553ms +2021-09-04 14:08:15.061 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:15.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:15.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:15.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:15.100 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 - 200 - application/json;+charset=utf-8 67.4803ms +2021-09-04 14:08:18.289 +08:00 [DBG] Transport connection checking... +2021-09-04 14:08:18.289 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:08:29.731 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:29.731 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cbpkwFZbpgmgq3TaVuBCWg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 109546.2259ms +2021-09-04 14:08:30.812 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:30.812 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:30.813 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8701ms +2021-09-04 14:08:30.815 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:30.815 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:30.817 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:30.818 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:30.819 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:30.819 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:30.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:30.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:30.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.7549ms +2021-09-04 14:08:30.967 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:08:30.967 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:30.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.5656ms +2021-09-04 14:08:30.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:30.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:30.972 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:30.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:30.977 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:30.977 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:30.980 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:30.981 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:30.982 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:30.982 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:30.996 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wDOJxVAPLIR51yScK85N6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:30.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:31.012 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:31.013 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:31.018 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:31.028 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:31.028 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.8495ms +2021-09-04 14:08:31.028 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:31.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:31.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:31.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:31.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 95.5054ms +2021-09-04 14:08:32.517 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:32.517 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wDOJxVAPLIR51yScK85N6A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1520.2394ms +2021-09-04 14:08:33.363 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:08:33.410 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:33.410 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:33.411 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5149ms +2021-09-04 14:08:33.413 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:33.413 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:33.416 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:33.416 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:33.417 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:33.417 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:33.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:33.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:33.438 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1467ms +2021-09-04 14:08:33.550 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:33.551 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:33.553 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:33.554 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:33.558 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:33.558 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:33.562 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:33.563 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:33.565 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:33.565 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:33.584 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=odilmm5UOgqVVEaHTrcerw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:33.588 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:33.598 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:33.600 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:33.604 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:33.610 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:33.611 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.5561ms +2021-09-04 14:08:33.611 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:33.615 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:33.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:33.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:33.653 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 102.3153ms +2021-09-04 14:08:35.937 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:35.937 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=odilmm5UOgqVVEaHTrcerw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2353.3936ms +2021-09-04 14:08:36.927 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:36.928 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:36.928 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5322ms +2021-09-04 14:08:36.930 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:36.931 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:36.933 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:36.933 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:36.934 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:36.935 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:36.954 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:36.954 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:36.954 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.7249ms +2021-09-04 14:08:37.056 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:08:37.056 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:37.056 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4643ms +2021-09-04 14:08:37.058 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:37.058 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:37.060 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:37.061 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:37.065 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:37.065 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:37.067 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:37.067 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:37.068 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:37.068 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:37.081 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9eRy4AtgZ3LriGJCuDo41w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:37.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:37.094 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:37.096 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:37.099 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:37.111 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:37.111 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.7818ms +2021-09-04 14:08:37.111 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:37.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:37.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:37.149 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:37.149 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 91.1841ms +2021-09-04 14:08:37.299 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:37.299 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9eRy4AtgZ3LriGJCuDo41w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 217.4767ms +2021-09-04 14:08:38.260 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:38.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:38.261 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8599ms +2021-09-04 14:08:38.264 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:38.264 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:38.266 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:38.267 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:38.267 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:38.268 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:38.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:38.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:38.288 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8569ms +2021-09-04 14:08:38.363 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:38.364 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:38.366 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:38.367 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:38.371 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:38.371 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:38.374 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:38.374 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:38.376 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:38.376 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:38.397 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MhapQ5fpYbjRi8HafCGfAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:38.399 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:38.405 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:38.407 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:38.411 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:38.417 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:38.418 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.7444ms +2021-09-04 14:08:38.418 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:38.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:38.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:38.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:38.450 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 86.2451ms +2021-09-04 14:08:42.121 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:42.122 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=MhapQ5fpYbjRi8HafCGfAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3725.0821ms +2021-09-04 14:08:43.069 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:43.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:43.070 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5599ms +2021-09-04 14:08:43.072 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:43.072 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:43.074 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:43.075 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:43.076 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:43.076 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:43.115 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:43.115 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:43.116 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 43.9589ms +2021-09-04 14:08:43.174 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:08:43.174 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:43.174 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4479ms +2021-09-04 14:08:43.175 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:43.176 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:43.178 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:43.179 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:43.183 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:43.183 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:43.187 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:43.187 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:43.188 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:43.188 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:43.204 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vkzeXDYnHmRbS3mfGYdf0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:43.208 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:43.216 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:43.220 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:43.223 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:43.230 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:43.231 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.3748ms +2021-09-04 14:08:43.231 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:43.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:43.262 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:43.263 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:43.263 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 87.5871ms +2021-09-04 14:08:44.506 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:44.506 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vkzeXDYnHmRbS3mfGYdf0w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1302.6915ms +2021-09-04 14:08:45.423 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:45.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:45.424 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4528ms +2021-09-04 14:08:45.425 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:45.425 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:45.428 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:45.428 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:45.429 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:45.430 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:45.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:45.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:45.459 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 33.4783ms +2021-09-04 14:08:45.521 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:45.521 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:45.524 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:45.524 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:45.529 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:45.529 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:45.532 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:45.532 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:45.534 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:45.534 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:45.556 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pn1KjhP348cuOF9mMuPFgA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:45.558 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:45.565 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:45.567 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:45.570 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:45.578 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:45.578 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.6977ms +2021-09-04 14:08:45.578 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:45.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:45.611 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:45.611 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:45.611 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 90.2783ms +2021-09-04 14:08:46.736 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:46.736 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pn1KjhP348cuOF9mMuPFgA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1181.0303ms +2021-09-04 14:08:47.694 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:47.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:47.695 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5449ms +2021-09-04 14:08:47.697 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:47.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:47.700 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:47.701 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:47.702 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:47.702 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:47.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:47.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:47.733 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.0636ms +2021-09-04 14:08:47.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:47.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:47.835 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:47.836 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:47.839 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:47.839 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:47.842 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:47.842 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:47.844 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:47.844 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:47.869 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0Guw1N39C4GFUUv0vAgggA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:47.870 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:47.878 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:47.880 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:47.885 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:47.891 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:47.892 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 47.6924ms +2021-09-04 14:08:47.892 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:47.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:47.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:47.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:47.927 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 94.4756ms +2021-09-04 14:08:48.290 +08:00 [DBG] Transport connection checking... +2021-09-04 14:08:48.290 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:08:49.199 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:49.200 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0Guw1N39C4GFUUv0vAgggA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1331.1522ms +2021-09-04 14:08:50.150 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:50.150 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:50.150 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4626ms +2021-09-04 14:08:50.152 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:50.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:50.155 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:50.155 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:50.156 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:50.156 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:50.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:50.180 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:50.180 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1598ms +2021-09-04 14:08:50.263 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:08:50.263 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:50.263 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.6747ms +2021-09-04 14:08:50.266 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:50.266 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:50.268 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:50.269 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:50.273 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:50.273 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:50.276 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:50.277 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:50.278 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:50.279 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:50.300 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9GbqdaxUBPkczHsjWhGSJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:50.303 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:50.310 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:50.311 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:50.316 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:50.321 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:50.321 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.657ms +2021-09-04 14:08:50.321 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:50.325 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:50.358 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:50.358 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:50.359 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 93.1974ms +2021-09-04 14:08:50.949 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:50.949 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9GbqdaxUBPkczHsjWhGSJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 649.5490ms +2021-09-04 14:08:51.787 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:51.787 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:51.788 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5177ms +2021-09-04 14:08:51.789 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:51.789 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:51.792 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:51.792 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:51.793 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:51.793 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:51.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:51.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:51.814 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.1490ms +2021-09-04 14:08:51.918 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:51.918 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:51.921 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:51.921 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:51.925 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:51.925 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:51.928 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:51.928 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:51.929 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:51.930 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:51.947 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pUU5fDvKmplpIy_nk9W0Yg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:51.950 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:51.959 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:51.961 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:51.964 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:51.970 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:51.971 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.1237ms +2021-09-04 14:08:51.971 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:51.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:52.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:52.003 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:52.003 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 85.2925ms +2021-09-04 14:08:54.710 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:54.710 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pUU5fDvKmplpIy_nk9W0Yg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2764.3681ms +2021-09-04 14:08:55.616 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:55.616 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:55.616 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4764ms +2021-09-04 14:08:55.618 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:55.618 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:55.621 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:55.621 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:55.622 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:55.622 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:55.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:55.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:55.643 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9787ms +2021-09-04 14:08:55.750 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:08:55.750 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:55.750 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4744ms +2021-09-04 14:08:55.752 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:55.753 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:55.755 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:55.755 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:55.759 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:55.759 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:55.764 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:55.764 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:55.766 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:55.766 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:55.778 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Di2DWF_TatL42A6qajcNzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:55.779 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:55.792 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:55.795 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:55.800 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:55.810 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:55.811 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 44.5773ms +2021-09-04 14:08:55.811 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:55.815 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:55.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:55.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:55.845 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.6759ms +2021-09-04 14:08:58.739 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:08:58.739 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Di2DWF_TatL42A6qajcNzg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2960.3267ms +2021-09-04 14:08:59.653 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:08:59.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:59.654 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4747ms +2021-09-04 14:08:59.656 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:08:59.656 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:59.658 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:59.659 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:59.660 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:59.660 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:08:59.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:59.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:59.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.3447ms +2021-09-04 14:08:59.790 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:08:59.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:59.793 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:59.794 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:59.798 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:59.798 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:59.801 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:08:59.801 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:59.803 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:59.803 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:08:59.822 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kLvdnIdFO1tq6yx-hsWtRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:08:59.825 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:08:59.832 +08:00 [INF] Successfully validated the token. +2021-09-04 14:08:59.834 +08:00 [INF] Authorization was successful. +2021-09-04 14:08:59.838 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:08:59.846 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:08:59.847 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.9278ms +2021-09-04 14:08:59.847 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:08:59.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:59.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:08:59.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.3805ms +2021-09-04 14:09:00.409 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:00.409 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=kLvdnIdFO1tq6yx-hsWtRw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 587.7641ms +2021-09-04 14:09:01.344 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:01.344 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:01.344 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5947ms +2021-09-04 14:09:01.347 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:01.348 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:01.350 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:01.351 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:01.351 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:01.352 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:01.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:01.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:01.372 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8987ms +2021-09-04 14:09:01.492 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:09:01.492 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:01.493 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.5185ms +2021-09-04 14:09:01.494 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:01.495 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:01.497 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:01.498 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:01.501 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:01.501 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:01.505 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:01.505 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:01.506 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:01.506 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:01.530 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ET8-oZGYJthYclRS4J0CUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:01.533 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:01.538 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:01.541 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:01.544 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:01.552 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:01.552 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 46.0652ms +2021-09-04 14:09:01.552 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:01.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:01.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:01.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:01.589 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 95.0482ms +2021-09-04 14:09:02.113 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:02.113 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ET8-oZGYJthYclRS4J0CUA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 584.0148ms +2021-09-04 14:09:03.046 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:03.046 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:03.047 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8044ms +2021-09-04 14:09:03.049 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:03.049 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:03.052 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:03.052 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:03.053 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:03.053 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:03.075 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:03.075 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:03.076 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8973ms +2021-09-04 14:09:03.167 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:03.167 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:03.169 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:03.170 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:03.174 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:03.174 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:03.177 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:03.177 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:03.178 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:03.178 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:03.203 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RGM4gF7IhIjbk-KKmEwnoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:03.204 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:03.212 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:03.215 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:03.218 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:03.223 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:03.224 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.3107ms +2021-09-04 14:09:03.224 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:03.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:03.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:03.260 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:03.261 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 94.3540ms +2021-09-04 14:09:03.421 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:09:04.153 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:04.153 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=RGM4gF7IhIjbk-KKmEwnoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 950.5525ms +2021-09-04 14:09:06.507 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:06.507 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:06.507 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4883ms +2021-09-04 14:09:06.509 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:06.510 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:06.512 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:06.513 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:06.514 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:06.514 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:06.535 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:06.535 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:06.535 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8033ms +2021-09-04 14:09:06.632 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:09:06.632 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:06.632 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4623ms +2021-09-04 14:09:06.633 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:06.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:06.636 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:06.636 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:06.640 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:06.640 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:06.643 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:06.643 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:06.645 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:06.645 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:06.660 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ss8VJP_2MrTqpAHo5HSncQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:06.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:06.674 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:06.676 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:06.681 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:06.687 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:06.687 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.1367ms +2021-09-04 14:09:06.687 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:06.691 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:06.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:06.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:06.723 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 89.3979ms +2021-09-04 14:09:09.022 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:09.023 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ss8VJP_2MrTqpAHo5HSncQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2362.8872ms +2021-09-04 14:09:09.945 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:09.945 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:09.945 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5740ms +2021-09-04 14:09:09.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:09.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:09.951 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:09.951 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:09.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:09.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:09.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:09.983 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:09.983 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.0839ms +2021-09-04 14:09:10.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:10.048 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:10.051 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:10.051 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:10.056 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:10.056 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:10.060 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:10.060 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:10.062 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:10.062 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:10.093 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ws8EQUOtzgrqD3C48LXK4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:10.093 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:10.100 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:10.102 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:10.102 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 39.8889ms +2021-09-04 14:09:10.102 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:10.102 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:10.104 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:10.109 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:10.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:10.141 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:10.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 93.0043ms +2021-09-04 14:09:11.118 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:11.118 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ws8EQUOtzgrqD3C48LXK4Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1024.8318ms +2021-09-04 14:09:11.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:11.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:11.998 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4615ms +2021-09-04 14:09:12.000 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:12.000 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:12.002 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:12.003 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:12.004 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:12.004 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:12.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:12.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:12.033 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 33.5165ms +2021-09-04 14:09:12.132 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:09:12.133 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:12.133 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4615ms +2021-09-04 14:09:12.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:12.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:12.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:12.137 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:12.141 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:12.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:12.145 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:12.145 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:12.146 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:12.147 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:12.157 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zjC91XQF_sDLAnoMWu1_1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:12.157 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:12.160 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:12.166 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:12.172 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:12.190 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:12.191 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.8891ms +2021-09-04 14:09:12.191 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:12.195 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:12.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:12.225 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:12.226 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 91.6296ms +2021-09-04 14:09:13.495 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:09:13.496 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zjC91XQF_sDLAnoMWu1_1w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1338.6010ms +2021-09-04 14:09:14.627 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:09:14.628 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:14.628 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5126ms +2021-09-04 14:09:14.630 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:09:14.631 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:14.633 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:14.633 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:14.634 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:14.634 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:09:14.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:14.662 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:14.662 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.5637ms +2021-09-04 14:09:14.743 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:09:14.743 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:14.745 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:14.746 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:14.750 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:14.750 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:14.753 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:09:14.753 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:14.754 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:14.754 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:14.776 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pKKx_draZ1EnzG5ldi2uVg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:09:14.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:14.784 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:14.786 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:14.788 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:09:14.797 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:14.797 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.7527ms +2021-09-04 14:09:14.797 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:14.801 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:14.831 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:14.831 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:14.832 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 89.0925ms +2021-09-04 14:09:16.425 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:09:16.428 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:09:18.292 +08:00 [DBG] Transport connection checking... +2021-09-04 14:09:18.292 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:09:18.952 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:09:30.776 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - +2021-09-04 14:09:30.776 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:30.776 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - - 204 - - 0.4370ms +2021-09-04 14:09:30.778 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 +2021-09-04 14:09:30.778 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:09:30.780 +08:00 [INF] Successfully validated the token. +2021-09-04 14:09:30.781 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:09:30.784 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:09:30.784 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:09:30.786 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:09:30.786 +08:00 [INF] Authorization was successful. +2021-09-04 14:09:30.787 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:30.788 +08:00 [INF] Route matched with {action = "FindAll", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[System.String,System.String]]] FindAllAsync() on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:09:30.807 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], CompanyName.ProjectName.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:09:30.807 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi) in 19.7055ms +2021-09-04 14:09:30.807 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:09:30.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:30.843 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:30.844 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:09:30.844 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 - 200 - application/json;+charset=utf-8 66.0636ms +2021-09-04 14:09:33.461 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:09:48.298 +08:00 [DBG] Transport connection checking... +2021-09-04 14:09:48.298 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:10:03.488 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:10:04.109 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - +2021-09-04 14:10:04.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:04.110 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - - 204 - - 0.4564ms +2021-09-04 14:10:04.112 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 +2021-09-04 14:10:04.112 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:04.115 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:04.117 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:04.121 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:04.121 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:04.124 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:04.124 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:04.125 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:04.125 +08:00 [INF] Route matched with {action = "FindAll", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[System.String,System.String]]] FindAllAsync() on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:10:04.145 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], CompanyName.ProjectName.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:10:04.146 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi) in 20.2928ms +2021-09-04 14:10:04.146 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:04.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:04.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:04.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:04.172 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 - 200 - application/json;+charset=utf-8 60.0926ms +2021-09-04 14:10:18.305 +08:00 [DBG] Transport connection checking... +2021-09-04 14:10:18.305 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:10:23.667 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:10:23.667 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pKKx_draZ1EnzG5ldi2uVg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 68893.8570ms +2021-09-04 14:10:24.450 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:10:24.451 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:24.451 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4500ms +2021-09-04 14:10:24.452 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:10:24.453 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:24.455 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:24.455 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:24.456 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:10:24.456 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:10:24.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:24.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:24.477 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.7159ms +2021-09-04 14:10:24.571 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-PqLx232_pBogWhzFJH9hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:10:24.571 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:24.574 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:24.575 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:24.576 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:10:25.352 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:10:25.353 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:25.353 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4785ms +2021-09-04 14:10:25.354 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:10:25.355 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:25.357 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:25.357 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:25.361 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:25.361 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:25.363 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:25.363 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:25.364 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:25.365 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:10:25.397 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:10:25.398 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.1557ms +2021-09-04 14:10:25.398 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:25.401 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:25.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:25.423 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:25.423 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 68.8226ms +2021-09-04 14:10:29.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:10:29.008 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:29.010 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:29.011 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:29.015 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:29.015 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:29.018 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:29.018 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:29.020 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:29.020 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:10:29.059 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:10:29.060 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 39.7686ms +2021-09-04 14:10:29.060 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:29.066 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:29.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:29.100 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:29.101 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.8037ms +2021-09-04 14:10:31.690 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - +2021-09-04 14:10:31.691 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:31.691 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/all - - - 204 - - 0.4429ms +2021-09-04 14:10:31.693 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 +2021-09-04 14:10:31.693 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:31.696 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:31.696 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:31.700 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:31.700 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:31.702 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:10:31.702 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:31.703 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:31.703 +08:00 [INF] Route matched with {action = "FindAll", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[System.String,System.String]]] FindAllAsync() on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:10:31.724 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[CompanyName.ProjectName.Extensions.Customs.Dtos.FromSelector`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], CompanyName.ProjectName.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:10:31.724 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi) in 20.688ms +2021-09-04 14:10:31.724 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.FindAllAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:31.727 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:31.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:31.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:31.751 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/all - 0 - 200 - application/json;+charset=utf-8 58.7456ms +2021-09-04 14:10:33.529 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:10:48.324 +08:00 [DBG] Transport connection checking... +2021-09-04 14:10:48.324 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:10:56.878 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:10:56.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:56.878 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.5395ms +2021-09-04 14:10:56.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:10:56.880 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:10:56.882 +08:00 [INF] Successfully validated the token. +2021-09-04 14:10:56.883 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:56.886 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:56.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:56.889 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:10:56.889 +08:00 [INF] Authorization was successful. +2021-09-04 14:10:56.890 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:56.890 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:10:56.924 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:10:56.925 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.4592ms +2021-09-04 14:10:56.925 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:10:56.929 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:56.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:56.953 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:10:56.953 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 73.0370ms +2021-09-04 14:11:00.764 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:11:00.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:00.767 +08:00 [INF] Successfully validated the token. +2021-09-04 14:11:00.768 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:11:00.771 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:11:00.771 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:11:00.773 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:11:00.773 +08:00 [INF] Authorization was successful. +2021-09-04 14:11:00.774 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:00.775 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:11:00.808 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:11:00.808 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.1467ms +2021-09-04 14:11:00.808 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:00.811 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:00.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:00.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:00.839 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 75.1603ms +2021-09-04 14:11:03.552 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:11:10.721 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:11:10.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:10.722 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4776ms +2021-09-04 14:11:10.723 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:11:10.723 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:10.726 +08:00 [INF] Successfully validated the token. +2021-09-04 14:11:10.726 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:10.729 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:10.730 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:10.732 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:10.732 +08:00 [INF] Authorization was successful. +2021-09-04 14:11:10.733 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:10.733 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:11:10.759 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:11:10.759 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 26.0593ms +2021-09-04 14:11:10.759 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:10.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:10.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:10.786 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:10.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 63.0017ms +2021-09-04 14:11:18.327 +08:00 [DBG] Transport connection checking... +2021-09-04 14:11:18.328 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:11:28.584 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:11:28.584 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-PqLx232_pBogWhzFJH9hQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 64021.2442ms +2021-09-04 14:11:33.571 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:11:48.335 +08:00 [DBG] Transport connection checking... +2021-09-04 14:11:48.335 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:11:51.820 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:11:51.821 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:51.821 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7600ms +2021-09-04 14:11:51.823 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:11:51.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:51.827 +08:00 [INF] Successfully validated the token. +2021-09-04 14:11:51.828 +08:00 [INF] Authorization was successful. +2021-09-04 14:11:51.829 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:11:51.829 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:11:51.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:51.850 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:51.850 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3782ms +2021-09-04 14:11:51.979 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:11:51.980 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:51.980 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5154ms +2021-09-04 14:11:51.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:11:51.981 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:51.984 +08:00 [INF] Successfully validated the token. +2021-09-04 14:11:51.985 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:51.988 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:51.989 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:51.992 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:11:51.992 +08:00 [INF] Authorization was successful. +2021-09-04 14:11:51.993 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:51.994 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:11:52.011 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l7WZdIX1-xjyRSjui7449g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:11:52.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:11:52.025 +08:00 [INF] Successfully validated the token. +2021-09-04 14:11:52.026 +08:00 [INF] Authorization was successful. +2021-09-04 14:11:52.028 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:11:52.028 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.8009ms +2021-09-04 14:11:52.028 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:11:52.029 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:11:52.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:52.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:52.070 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:11:52.071 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 89.5011ms +2021-09-04 14:11:59.731 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:11:59.731 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l7WZdIX1-xjyRSjui7449g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7720.9588ms +2021-09-04 14:12:00.696 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:00.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:00.696 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4842ms +2021-09-04 14:12:00.698 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:00.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:00.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:00.701 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:00.702 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:00.702 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:00.725 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:00.725 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:00.725 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.1683ms +2021-09-04 14:12:00.832 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:00.832 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:00.832 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.6164ms +2021-09-04 14:12:00.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:00.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:00.837 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:00.838 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:00.842 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:00.842 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:00.845 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:00.846 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:00.848 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:00.848 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:00.871 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F07pa5XgND0OKW_smLZQYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:00.877 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:00.886 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:00.887 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:00.887 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:00.887 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 39.1684ms +2021-09-04 14:12:00.887 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:00.889 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:00.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:00.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:00.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:00.928 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 93.5434ms +2021-09-04 14:12:01.575 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:01.575 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F07pa5XgND0OKW_smLZQYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 705.4396ms +2021-09-04 14:12:02.689 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:02.689 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:02.689 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7542ms +2021-09-04 14:12:02.692 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:02.692 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:02.695 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:02.695 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:02.696 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:02.696 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:02.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:02.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:02.722 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 30.3117ms +2021-09-04 14:12:02.823 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:02.824 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:02.826 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:02.827 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:02.831 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:02.831 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:02.834 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:02.834 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:02.835 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:02.835 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:02.848 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zLM7fzLzxRO7dv38Nprinw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:02.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:02.861 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:02.864 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:02.867 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:02.867 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:02.867 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.0556ms +2021-09-04 14:12:02.867 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:02.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:02.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:02.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:02.905 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 82.0298ms +2021-09-04 14:12:03.287 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:03.288 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zLM7fzLzxRO7dv38Nprinw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 439.5198ms +2021-09-04 14:12:03.586 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:12:04.218 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:04.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:04.219 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4965ms +2021-09-04 14:12:04.221 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:04.221 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:04.224 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:04.225 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:04.227 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:04.227 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:04.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:04.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:04.258 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.4566ms +2021-09-04 14:12:04.367 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:04.367 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:04.370 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:04.370 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:04.374 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:04.375 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:04.378 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:04.378 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:04.379 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:04.379 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:04.402 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3LvWg35dSA8wK4avIsTfiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:04.403 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:04.410 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:04.410 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:04.411 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.2596ms +2021-09-04 14:12:04.411 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:04.411 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:04.412 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:04.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:04.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:04.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:04.447 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 80.3749ms +2021-09-04 14:12:04.932 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:04.933 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3LvWg35dSA8wK4avIsTfiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 530.9480ms +2021-09-04 14:12:05.881 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:05.881 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:05.881 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5044ms +2021-09-04 14:12:05.883 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:05.883 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:05.886 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:05.886 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:05.887 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:05.887 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:05.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:05.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:05.920 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.4913ms +2021-09-04 14:12:06.016 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:06.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:06.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4844ms +2021-09-04 14:12:06.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:06.019 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:06.022 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:06.022 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:06.026 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:06.026 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:06.029 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:06.030 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:06.031 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:06.031 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:06.056 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5-AdrNGgM77fKXwxxoU4QQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:06.057 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:06.063 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:06.064 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.8465ms +2021-09-04 14:12:06.064 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:06.064 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:06.065 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:06.066 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:06.072 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:06.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:06.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:06.102 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 83.6335ms +2021-09-04 14:12:06.934 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:06.934 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=5-AdrNGgM77fKXwxxoU4QQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 878.5322ms +2021-09-04 14:12:07.847 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:07.848 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:07.848 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5078ms +2021-09-04 14:12:07.849 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:07.850 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:07.852 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:07.852 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:07.853 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:07.854 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:07.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:07.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:07.877 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.6253ms +2021-09-04 14:12:07.988 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:07.988 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:07.991 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:07.991 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:07.995 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:07.995 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:07.998 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:07.998 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:07.999 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:07.999 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:08.018 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=V2eL5oJQWJxIduSUcNJW9w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:08.022 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:08.028 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:08.030 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:08.030 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:08.030 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 30.7466ms +2021-09-04 14:12:08.030 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:08.031 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:08.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:08.068 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:08.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:08.069 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.0182ms +2021-09-04 14:12:08.838 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:08.838 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=V2eL5oJQWJxIduSUcNJW9w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 820.5114ms +2021-09-04 14:12:09.759 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:09.759 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:09.760 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4762ms +2021-09-04 14:12:09.761 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:09.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:09.764 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:09.764 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:09.765 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:09.766 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:09.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:09.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:09.799 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.3181ms +2021-09-04 14:12:09.894 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:09.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:09.898 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:09.898 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:09.902 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:09.902 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:09.905 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:09.905 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:09.907 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:09.907 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:09.924 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wSq_m4Vje6v8_WckK7znWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:09.927 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:09.935 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:09.936 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:09.936 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 28.8266ms +2021-09-04 14:12:09.936 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:09.936 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:09.938 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:09.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:09.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:09.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:09.973 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 78.3934ms +2021-09-04 14:12:11.185 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:11.185 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=wSq_m4Vje6v8_WckK7znWw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1261.5531ms +2021-09-04 14:12:12.113 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:12.113 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:12.113 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4699ms +2021-09-04 14:12:12.115 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:12.115 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:12.118 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:12.118 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:12.119 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:12.119 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:12.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:12.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:12.151 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.7555ms +2021-09-04 14:12:12.223 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:12.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:12.224 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.7169ms +2021-09-04 14:12:12.226 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:12.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:12.228 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:12.229 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:12.233 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:12.233 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:12.237 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:12.237 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:12.238 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:12.238 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:12.255 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Hz8lli0pkrXeIJd42cAIcQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:12.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:12.267 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:12.269 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:12.270 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:12.270 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.3685ms +2021-09-04 14:12:12.270 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:12.271 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:12.277 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:12.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:12.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:12.306 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 80.7896ms +2021-09-04 14:12:15.447 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:15.447 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Hz8lli0pkrXeIJd42cAIcQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3193.6336ms +2021-09-04 14:12:16.414 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:16.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:16.414 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4876ms +2021-09-04 14:12:16.416 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:16.416 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:16.419 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:16.419 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:16.420 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:16.420 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:16.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:16.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:16.454 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.9992ms +2021-09-04 14:12:16.552 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:16.552 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:16.555 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:16.556 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:16.559 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:16.559 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:16.562 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:16.562 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:16.563 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:16.564 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:16.591 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bZOmhMJO_9vRrgQuxFIHng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:16.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:16.599 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:16.599 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:16.599 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 35.1693ms +2021-09-04 14:12:16.599 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:16.599 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:16.600 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:16.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:16.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:16.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:16.635 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 83.3314ms +2021-09-04 14:12:17.378 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:17.378 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=bZOmhMJO_9vRrgQuxFIHng&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 787.2026ms +2021-09-04 14:12:18.301 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:18.301 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:18.302 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4510ms +2021-09-04 14:12:18.304 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:18.304 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:18.306 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:18.307 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:18.308 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:18.308 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:18.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:18.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:18.342 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.4080ms +2021-09-04 14:12:18.343 +08:00 [DBG] Transport connection checking... +2021-09-04 14:12:18.343 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:12:18.431 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:18.431 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:18.431 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5693ms +2021-09-04 14:12:18.433 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:18.433 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:18.435 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:18.436 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:18.440 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:18.440 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:18.443 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:18.443 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:18.444 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:18.444 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:18.467 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M4fhnm7jc6e59PI1oHCs6w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:18.468 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:18.475 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:18.475 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:18.475 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 30.994ms +2021-09-04 14:12:18.476 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:18.476 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:18.477 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:18.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:18.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:18.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:18.513 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 79.9312ms +2021-09-04 14:12:19.386 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:19.387 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=M4fhnm7jc6e59PI1oHCs6w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 920.2584ms +2021-09-04 14:12:20.301 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:20.301 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:20.301 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4624ms +2021-09-04 14:12:20.303 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:20.304 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:20.306 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:20.307 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:20.308 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:20.309 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:20.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:20.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:20.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.7315ms +2021-09-04 14:12:20.418 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:20.419 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:20.422 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:20.423 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:20.427 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:20.428 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:20.430 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:20.431 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:20.432 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:20.432 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:20.458 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_9RCVx39MqbMaNKuaA007Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:20.458 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:20.464 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:20.464 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.7061ms +2021-09-04 14:12:20.464 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:20.464 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:20.465 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:20.466 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:20.471 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:20.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:20.502 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:20.502 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 83.8439ms +2021-09-04 14:12:21.129 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:21.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_9RCVx39MqbMaNKuaA007Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 671.5209ms +2021-09-04 14:12:22.076 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:22.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:22.077 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4481ms +2021-09-04 14:12:22.078 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:22.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:22.081 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:22.081 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:22.082 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:22.082 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:22.104 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:22.104 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:22.104 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.6732ms +2021-09-04 14:12:22.235 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:22.236 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:22.238 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:22.239 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:22.243 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:22.243 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:22.246 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:22.247 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:22.248 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:22.248 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:22.269 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j3CBNPVRwrGOczzhOc3aLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:22.274 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:22.281 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:22.281 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:22.281 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.8291ms +2021-09-04 14:12:22.281 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:22.282 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:22.283 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:22.290 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:22.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:22.322 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:22.322 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 86.8490ms +2021-09-04 14:12:22.846 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:22.846 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=j3CBNPVRwrGOczzhOc3aLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 577.7385ms +2021-09-04 14:12:23.733 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:23.733 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:23.733 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4786ms +2021-09-04 14:12:23.735 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:23.735 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:23.738 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:23.738 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:23.739 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:23.740 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:23.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:23.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:23.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5368ms +2021-09-04 14:12:23.878 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:23.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:23.878 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4552ms +2021-09-04 14:12:23.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:23.880 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:23.883 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:23.884 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:23.888 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:23.888 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:23.893 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:23.893 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:23.894 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:23.895 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:23.909 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W5epzV9yNtEIUrq_X7nd-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:23.912 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:23.922 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:23.925 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:23.925 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:23.925 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 30.3119ms +2021-09-04 14:12:23.925 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:23.926 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:23.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:23.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:23.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:23.977 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 97.1123ms +2021-09-04 14:12:24.748 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:24.748 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W5epzV9yNtEIUrq_X7nd-g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 839.7379ms +2021-09-04 14:12:25.658 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:25.658 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:25.659 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6484ms +2021-09-04 14:12:25.661 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:25.661 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:25.664 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:25.664 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:25.665 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:25.665 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:25.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:25.687 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:25.687 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9685ms +2021-09-04 14:12:25.809 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:25.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:25.812 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:25.812 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:25.816 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:25.816 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:25.819 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:25.819 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:25.821 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:25.821 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:25.839 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E_cGSiCfbfnrK0ZycbhHiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:25.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:25.848 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:25.850 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:25.851 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.8732ms +2021-09-04 14:12:25.851 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:25.851 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:25.852 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:25.858 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:25.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:25.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:25.891 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.5379ms +2021-09-04 14:12:26.573 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:26.573 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=E_cGSiCfbfnrK0ZycbhHiQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 735.2884ms +2021-09-04 14:12:27.505 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:27.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:27.506 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6420ms +2021-09-04 14:12:27.508 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:27.508 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:27.511 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:27.511 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:27.512 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:27.512 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:27.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:27.532 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:27.532 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.7487ms +2021-09-04 14:12:27.648 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:27.648 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:27.650 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:27.651 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:27.655 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:27.655 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:27.658 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:27.658 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:27.659 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:27.660 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:27.678 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tmd-Kzem1_5AxoXJPFFVgQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:27.680 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:27.686 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:27.689 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:27.689 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:27.689 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.6951ms +2021-09-04 14:12:27.689 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:27.692 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:27.696 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:27.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:27.729 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:27.729 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.7113ms +2021-09-04 14:12:30.414 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:30.414 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=tmd-Kzem1_5AxoXJPFFVgQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2736.9033ms +2021-09-04 14:12:31.330 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:31.330 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:31.330 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5006ms +2021-09-04 14:12:31.332 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:31.332 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:31.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:31.335 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:31.336 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:31.336 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:31.359 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:31.359 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:31.359 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.1569ms +2021-09-04 14:12:31.440 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:31.441 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:31.441 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4884ms +2021-09-04 14:12:31.442 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:31.443 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:31.445 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:31.446 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:31.450 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:31.450 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:31.453 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:31.453 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:31.455 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:31.455 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:31.479 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xChEyx8QxvEN5SAuPN8L3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:31.480 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:31.487 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:31.487 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:31.488 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.3023ms +2021-09-04 14:12:31.488 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:31.488 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:31.490 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:31.495 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:31.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:31.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:31.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.5565ms +2021-09-04 14:12:32.237 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:32.238 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xChEyx8QxvEN5SAuPN8L3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 759.1725ms +2021-09-04 14:12:33.146 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:33.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:33.147 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4813ms +2021-09-04 14:12:33.148 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:33.149 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:33.151 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:33.151 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:33.152 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:33.153 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:33.187 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:33.188 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:33.188 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 39.4246ms +2021-09-04 14:12:33.285 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:33.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:33.289 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:33.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:33.293 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:33.294 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:33.296 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:33.297 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:33.298 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:33.298 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:33.319 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eEDm9lJ65mo4SjXpiinYtA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:33.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:33.331 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:33.332 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:33.332 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.9302ms +2021-09-04 14:12:33.332 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:33.332 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:33.333 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:33.338 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:33.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:33.370 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:33.370 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 85.3161ms +2021-09-04 14:12:33.640 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:12:34.706 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:34.706 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eEDm9lJ65mo4SjXpiinYtA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1387.5927ms +2021-09-04 14:12:35.694 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:35.694 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:35.694 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5248ms +2021-09-04 14:12:35.696 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:35.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:35.699 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:35.700 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:35.701 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:35.701 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:35.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:35.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:35.723 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8619ms +2021-09-04 14:12:35.834 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:35.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:35.837 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:35.837 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:35.842 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:35.842 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:35.845 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:35.845 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:35.846 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:35.846 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:35.866 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gOYnrkhkD9rJC3fvom5yAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:35.870 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:35.877 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:35.878 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:35.879 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.3213ms +2021-09-04 14:12:35.879 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:35.879 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:35.880 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:35.885 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:35.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:35.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:35.916 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.8414ms +2021-09-04 14:12:36.199 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:36.199 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=gOYnrkhkD9rJC3fvom5yAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 333.6959ms +2021-09-04 14:12:37.187 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:37.187 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:37.187 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4962ms +2021-09-04 14:12:37.190 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:37.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:37.192 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:37.193 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:37.194 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:37.194 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:37.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:37.215 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:37.215 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9440ms +2021-09-04 14:12:37.343 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:37.343 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:37.343 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5673ms +2021-09-04 14:12:37.345 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:37.346 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:37.348 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:37.349 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:37.353 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:37.353 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:37.358 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:37.358 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:37.359 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:37.359 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:37.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0SI5YmtLaxVzivMn6nXo2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:37.373 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:37.387 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:37.390 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:37.393 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:37.393 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.0381ms +2021-09-04 14:12:37.393 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:37.394 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:37.400 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:37.434 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:37.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:37.435 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 89.4862ms +2021-09-04 14:12:38.115 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:38.115 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=0SI5YmtLaxVzivMn6nXo2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 742.8431ms +2021-09-04 14:12:39.132 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:39.132 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:39.132 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4679ms +2021-09-04 14:12:39.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:39.134 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:39.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:39.137 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:39.138 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:39.139 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:39.161 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:39.161 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:39.161 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5095ms +2021-09-04 14:12:39.234 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:39.234 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:39.236 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:39.237 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:39.241 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:39.241 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:39.245 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:39.245 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:39.246 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:39.246 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:39.267 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZejWweh5OWN5evC8tiUgfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:39.271 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:39.276 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:39.278 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:39.278 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:39.278 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.7931ms +2021-09-04 14:12:39.278 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:39.279 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:39.285 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:39.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:39.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:39.321 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 87.0099ms +2021-09-04 14:12:39.465 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:39.465 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ZejWweh5OWN5evC8tiUgfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 199.4992ms +2021-09-04 14:12:40.427 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:40.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:40.427 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5194ms +2021-09-04 14:12:40.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:40.429 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:40.432 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:40.432 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:40.433 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:40.433 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:40.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:40.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:40.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.0646ms +2021-09-04 14:12:40.568 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:40.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:40.571 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:40.572 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:40.577 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:40.577 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:40.580 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:40.581 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:40.582 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:40.582 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:40.602 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vgrYSDpsLNsviA56tGUrEQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:40.610 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:40.614 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:40.617 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:40.617 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:40.617 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.958ms +2021-09-04 14:12:40.617 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:40.619 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:40.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:40.656 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:40.656 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:40.657 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 88.8354ms +2021-09-04 14:12:41.624 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:12:41.624 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=vgrYSDpsLNsviA56tGUrEQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1022.2502ms +2021-09-04 14:12:43.379 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:12:43.379 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:43.379 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4712ms +2021-09-04 14:12:43.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:12:43.382 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:43.384 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:43.384 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:43.385 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:43.385 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:12:43.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:43.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:43.417 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.1927ms +2021-09-04 14:12:43.473 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:12:43.473 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:43.474 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4785ms +2021-09-04 14:12:43.475 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:12:43.475 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:43.478 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:43.478 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:43.482 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:43.482 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:43.485 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:12:43.486 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:43.487 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:43.487 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:12:43.516 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:12:43.516 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 28.9561ms +2021-09-04 14:12:43.516 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:12:43.519 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:43.531 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1n2YvBvJCzIeNJcDpC0GNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:12:43.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:12:43.545 +08:00 [INF] Successfully validated the token. +2021-09-04 14:12:43.546 +08:00 [INF] Authorization was successful. +2021-09-04 14:12:43.550 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:12:43.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:43.555 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:12:43.555 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 79.6654ms +2021-09-04 14:12:48.358 +08:00 [DBG] Transport connection checking... +2021-09-04 14:12:48.358 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:13:03.652 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:13:18.374 +08:00 [DBG] Transport connection checking... +2021-09-04 14:13:18.374 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:13:33.676 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:13:40.603 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:13:40.603 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=1n2YvBvJCzIeNJcDpC0GNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 57076.5240ms +2021-09-04 14:13:41.782 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:13:41.782 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:41.782 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4859ms +2021-09-04 14:13:41.784 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:13:41.785 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:41.788 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:41.789 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:41.790 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:41.790 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:41.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:41.812 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:41.812 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1597ms +2021-09-04 14:13:41.966 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:13:41.966 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:41.967 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.9247ms +2021-09-04 14:13:41.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:13:41.969 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:41.972 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:41.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:41.976 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:41.976 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:41.979 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:41.979 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:41.980 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:41.980 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:13:41.997 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R5N0fIBUCDOtZl-3MCDLKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:13:41.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:42.010 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:42.012 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:42.015 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:13:42.015 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:13:42.016 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 35.6109ms +2021-09-04 14:13:42.016 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:42.023 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:42.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:42.056 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:42.057 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 87.9576ms +2021-09-04 14:13:42.334 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:13:42.334 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=R5N0fIBUCDOtZl-3MCDLKQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 336.8377ms +2021-09-04 14:13:48.378 +08:00 [DBG] Transport connection checking... +2021-09-04 14:13:48.378 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:13:51.623 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:13:51.624 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:51.624 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4497ms +2021-09-04 14:13:51.626 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:13:51.626 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:51.628 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:51.628 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:51.629 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:51.629 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:51.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:51.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:51.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.4965ms +2021-09-04 14:13:51.745 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:13:51.745 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:51.745 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4640ms +2021-09-04 14:13:51.747 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:13:51.747 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:51.749 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:51.750 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:51.754 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:51.754 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:51.757 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:51.757 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:51.758 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:51.759 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:13:51.780 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cgtq9eNReIdg0s_3Bk6Cyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:13:51.781 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:51.788 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:13:51.788 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:51.788 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.4255ms +2021-09-04 14:13:51.788 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:51.789 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:51.790 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:13:51.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:51.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:51.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:51.821 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 74.1749ms +2021-09-04 14:13:54.555 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:13:54.556 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cgtq9eNReIdg0s_3Bk6Cyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2776.1242ms +2021-09-04 14:13:55.462 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:13:55.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:55.463 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4834ms +2021-09-04 14:13:55.464 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:13:55.465 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:55.467 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:55.467 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:55.468 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:55.469 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:55.492 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:55.492 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:55.492 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.7059ms +2021-09-04 14:13:55.597 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:13:55.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:55.600 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:55.601 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:55.605 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:55.605 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:55.607 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:55.608 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:55.609 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:55.609 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:13:55.635 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DEztuydo5YWgw7MGuXLRkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:13:55.637 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:55.643 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:55.644 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:13:55.644 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.9496ms +2021-09-04 14:13:55.644 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:55.644 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:55.645 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:13:55.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:55.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:55.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:55.682 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 84.8568ms +2021-09-04 14:13:56.070 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:13:56.070 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=DEztuydo5YWgw7MGuXLRkg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 436.2997ms +2021-09-04 14:13:56.994 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:13:56.994 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:56.994 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4969ms +2021-09-04 14:13:56.996 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:13:56.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:56.999 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:56.999 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:57.000 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:57.001 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:13:57.023 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:57.023 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:57.024 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.7424ms +2021-09-04 14:13:57.131 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:13:57.131 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:57.131 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4426ms +2021-09-04 14:13:57.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:13:57.133 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:57.136 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:57.137 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:57.141 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:57.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:57.144 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:13:57.144 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:57.145 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:57.146 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:13:57.159 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SCQvQytNFP1P7aVuafvobQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:13:57.159 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:13:57.174 +08:00 [INF] Successfully validated the token. +2021-09-04 14:13:57.174 +08:00 [INF] Authorization was successful. +2021-09-04 14:13:57.177 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:13:57.177 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.1583ms +2021-09-04 14:13:57.177 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:13:57.177 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:13:57.184 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:13:57.214 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 81.7833ms +2021-09-04 14:13:59.886 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:13:59.886 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=SCQvQytNFP1P7aVuafvobQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2727.2714ms +2021-09-04 14:14:00.800 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:00.800 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:00.800 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4944ms +2021-09-04 14:14:00.802 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:00.802 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:00.806 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:00.807 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:00.808 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:00.808 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:00.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:00.828 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:00.829 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8054ms +2021-09-04 14:14:00.918 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:00.919 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:00.921 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:00.922 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:00.926 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:00.926 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:00.929 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:00.929 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:00.930 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:00.930 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:00.956 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CeXhL625E-UBmSswLUETZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:00.957 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:00.962 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:00.963 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.2295ms +2021-09-04 14:14:00.963 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:00.963 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:00.964 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:00.965 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:00.969 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:01.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:01.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:01.002 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 83.2339ms +2021-09-04 14:14:01.072 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:01.073 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CeXhL625E-UBmSswLUETZg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 116.5357ms +2021-09-04 14:14:02.017 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:02.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:02.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6386ms +2021-09-04 14:14:02.020 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:02.021 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:02.023 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:02.024 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:02.025 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:02.025 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:02.045 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:02.045 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:02.046 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5402ms +2021-09-04 14:14:02.162 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:14:02.162 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:02.162 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5848ms +2021-09-04 14:14:02.164 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:02.164 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:02.167 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:02.168 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:02.172 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:02.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:02.175 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:02.175 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:02.177 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:02.177 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:02.190 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FzvWCjp5jw-Kb4Rn4byJvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:02.190 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:02.205 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:02.206 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:02.209 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:02.209 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.945ms +2021-09-04 14:14:02.209 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:02.211 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:02.219 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:02.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:02.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:02.251 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 87.1612ms +2021-09-04 14:14:03.367 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:03.367 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=FzvWCjp5jw-Kb4Rn4byJvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1176.9107ms +2021-09-04 14:14:03.692 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:14:04.294 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:04.294 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:04.294 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4844ms +2021-09-04 14:14:04.296 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:04.296 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:04.299 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:04.299 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:04.301 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:04.301 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:04.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:04.323 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:04.324 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5236ms +2021-09-04 14:14:04.400 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:04.400 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:04.402 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:04.403 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:04.407 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:04.407 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:04.410 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:04.410 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:04.412 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:04.412 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:04.434 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lO8M89gzukGiCw38cuExGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:04.435 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:04.441 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:04.441 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.1236ms +2021-09-04 14:14:04.441 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:04.441 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:04.442 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:04.443 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:04.448 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:04.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:04.480 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:04.480 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 80.7262ms +2021-09-04 14:14:05.654 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:05.654 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=lO8M89gzukGiCw38cuExGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1221.0931ms +2021-09-04 14:14:06.592 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:06.592 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:06.592 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5033ms +2021-09-04 14:14:06.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:06.594 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:06.596 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:06.597 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:06.598 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:06.598 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:06.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:06.631 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:06.631 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.3811ms +2021-09-04 14:14:06.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:06.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:06.737 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:06.738 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:06.742 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:06.742 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:06.745 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:06.745 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:06.746 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:06.746 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:06.765 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yMAA0yAqk4tVZyP0chA88g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:06.769 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:06.773 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:06.776 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:06.776 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:06.777 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 30.4601ms +2021-09-04 14:14:06.777 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:06.778 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:06.784 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:06.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:06.814 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:06.814 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 80.4544ms +2021-09-04 14:14:07.722 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:07.723 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yMAA0yAqk4tVZyP0chA88g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 958.4245ms +2021-09-04 14:14:08.695 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:08.695 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:08.695 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4785ms +2021-09-04 14:14:08.697 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:08.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:08.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:08.701 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:08.703 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:08.703 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:08.725 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:08.725 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:08.726 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.5822ms +2021-09-04 14:14:08.844 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:14:08.844 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:08.845 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5840ms +2021-09-04 14:14:08.847 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:08.847 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:08.849 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:08.850 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:08.855 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:08.855 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:08.858 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:08.858 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:08.859 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:08.859 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:08.881 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CXckc0HX29fIoEwaNbVW-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:08.887 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:08.894 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:08.894 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.3293ms +2021-09-04 14:14:08.894 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:08.894 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:08.895 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:08.896 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:08.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:08.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:08.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:08.933 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 86.8912ms +2021-09-04 14:14:09.096 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:09.096 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CXckc0HX29fIoEwaNbVW-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 216.0092ms +2021-09-04 14:14:10.051 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:10.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:10.051 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5673ms +2021-09-04 14:14:10.054 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:10.054 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:10.056 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:10.057 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:10.058 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:10.058 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:10.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:10.078 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:10.078 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.4157ms +2021-09-04 14:14:10.193 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:10.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:10.195 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:10.196 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:10.200 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:10.200 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:10.204 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:10.204 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:10.205 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:10.205 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:10.224 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Cz1xRqYhM1J1eXDm7JISSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:10.227 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:10.234 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:10.234 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:10.234 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.1781ms +2021-09-04 14:14:10.234 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:10.235 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:10.237 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:10.242 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:10.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:10.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:10.276 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 82.8690ms +2021-09-04 14:14:11.806 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:11.806 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Cz1xRqYhM1J1eXDm7JISSA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1582.6929ms +2021-09-04 14:14:12.721 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:12.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:12.721 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5148ms +2021-09-04 14:14:12.723 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:12.723 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:12.725 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:12.726 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:12.726 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:12.727 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:12.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:12.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:12.757 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.7131ms +2021-09-04 14:14:12.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:12.859 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:12.861 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:12.861 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:12.865 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:12.865 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:12.868 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:12.869 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:12.870 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:12.870 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:12.891 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uClxnBYRXMJY7v-u2AeG5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:12.893 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:12.898 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:12.899 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 28.4363ms +2021-09-04 14:14:12.899 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:12.899 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:12.900 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:12.902 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:12.906 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:12.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:12.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:12.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 76.8642ms +2021-09-04 14:14:14.462 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:14.462 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uClxnBYRXMJY7v-u2AeG5g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1571.5207ms +2021-09-04 14:14:15.408 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:15.408 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:15.408 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5182ms +2021-09-04 14:14:15.410 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:15.410 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:15.412 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:15.413 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:15.414 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:15.414 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:15.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:15.445 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:15.445 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.3973ms +2021-09-04 14:14:15.550 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:14:15.551 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:15.551 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.6479ms +2021-09-04 14:14:15.553 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:15.554 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:15.556 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:15.557 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:15.561 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:15.561 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:15.564 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:15.564 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:15.566 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:15.566 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:15.584 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C9dHHmnfbCBc74v6UOYJFA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:15.588 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:15.597 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:15.598 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:15.598 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.1445ms +2021-09-04 14:14:15.598 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:15.598 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:15.600 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:15.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:15.637 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:15.637 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:15.638 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 84.3832ms +2021-09-04 14:14:16.235 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:16.235 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=C9dHHmnfbCBc74v6UOYJFA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 652.5009ms +2021-09-04 14:14:16.409 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:14:16.414 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:14:17.195 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:17.196 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:17.196 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4975ms +2021-09-04 14:14:17.197 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:17.197 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:17.200 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:17.200 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:17.201 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:17.201 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:17.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:17.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:17.223 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9634ms +2021-09-04 14:14:17.339 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:17.340 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:17.342 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:17.343 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:17.347 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:17.347 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:17.349 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:17.349 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:17.351 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:17.351 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:17.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TSkuRgAO_wLZYH_qqgHX7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:17.375 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:17.382 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:17.382 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:17.383 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.6648ms +2021-09-04 14:14:17.383 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:17.383 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:17.385 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:17.390 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:17.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:17.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:17.419 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 80.1978ms +2021-09-04 14:14:18.398 +08:00 [DBG] Transport connection checking... +2021-09-04 14:14:18.398 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:14:18.971 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:14:19.530 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:19.530 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=TSkuRgAO_wLZYH_qqgHX7Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2158.6036ms +2021-09-04 14:14:20.430 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:20.430 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:20.431 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4549ms +2021-09-04 14:14:20.432 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:20.432 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:20.435 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:20.436 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:20.437 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:20.437 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:20.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:20.458 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:20.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.7250ms +2021-09-04 14:14:20.561 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:14:20.561 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:20.561 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.5030ms +2021-09-04 14:14:20.563 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:20.563 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:20.566 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:20.567 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:20.571 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:20.572 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:20.574 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:20.574 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:20.576 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:20.576 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:20.605 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rLDDOHL43MlvApSuUosnXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:20.606 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:20.612 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:20.612 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 36.2858ms +2021-09-04 14:14:20.612 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:20.612 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:20.613 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:20.614 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:20.620 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:20.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:20.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:20.652 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 88.5930ms +2021-09-04 14:14:23.031 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:14:23.031 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=rLDDOHL43MlvApSuUosnXQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2426.1166ms +2021-09-04 14:14:23.856 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:14:23.856 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:23.856 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4500ms +2021-09-04 14:14:23.858 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:14:23.858 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:23.860 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:23.861 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:23.862 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:23.862 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:14:23.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:23.893 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:23.893 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.2975ms +2021-09-04 14:14:23.959 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:14:23.959 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:23.962 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:23.962 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:23.967 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:23.967 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:23.972 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:14:23.972 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:23.973 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:23.973 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:23.993 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=II_W65KAbJgojjrJneH3gw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:14:23.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:24.005 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:24.005 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:24.005 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.9097ms +2021-09-04 14:14:24.005 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:24.006 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:24.007 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:14:24.012 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:24.046 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:24.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:24.047 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 87.8929ms +2021-09-04 14:14:33.753 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:14:38.332 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:14:38.332 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:38.332 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4671ms +2021-09-04 14:14:38.334 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:14:38.334 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:14:38.337 +08:00 [INF] Successfully validated the token. +2021-09-04 14:14:38.337 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:14:38.341 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:14:38.341 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:14:38.344 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:14:38.344 +08:00 [INF] Authorization was successful. +2021-09-04 14:14:38.345 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:38.345 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:14:38.379 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:14:38.379 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 34.2866ms +2021-09-04 14:14:38.379 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:14:38.382 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:38.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:38.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:14:38.408 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 74.2660ms +2021-09-04 14:14:48.407 +08:00 [DBG] Transport connection checking... +2021-09-04 14:14:48.407 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:15:03.781 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:15:18.431 +08:00 [DBG] Transport connection checking... +2021-09-04 14:15:18.431 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:15:33.815 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:15:37.054 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:15:37.054 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=II_W65KAbJgojjrJneH3gw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 73065.0945ms +2021-09-04 14:15:38.101 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:15:38.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:38.102 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6532ms +2021-09-04 14:15:38.104 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:15:38.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:38.106 +08:00 [INF] Successfully validated the token. +2021-09-04 14:15:38.107 +08:00 [INF] Authorization was successful. +2021-09-04 14:15:38.108 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:15:38.108 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:15:38.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:38.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:38.128 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.8970ms +2021-09-04 14:15:38.257 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:15:38.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:38.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4882ms +2021-09-04 14:15:38.259 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:15:38.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:38.262 +08:00 [INF] Successfully validated the token. +2021-09-04 14:15:38.262 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:15:38.266 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:15:38.266 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:15:38.269 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:15:38.269 +08:00 [INF] Authorization was successful. +2021-09-04 14:15:38.270 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:38.270 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:15:38.281 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWFTyLsEB595s8i-n-YcGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:15:38.282 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:38.294 +08:00 [INF] Successfully validated the token. +2021-09-04 14:15:38.296 +08:00 [INF] Authorization was successful. +2021-09-04 14:15:38.298 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:15:38.298 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 28.226ms +2021-09-04 14:15:38.298 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:38.299 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:15:38.305 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:38.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:38.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:38.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 73.9594ms +2021-09-04 14:15:48.446 +08:00 [DBG] Transport connection checking... +2021-09-04 14:15:48.446 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:15:50.964 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:15:50.964 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:50.964 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4244ms +2021-09-04 14:15:50.966 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:15:50.966 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:50.968 +08:00 [INF] Successfully validated the token. +2021-09-04 14:15:50.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:15:50.972 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:15:50.972 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:15:50.975 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:15:50.975 +08:00 [INF] Authorization was successful. +2021-09-04 14:15:50.976 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:50.976 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:15:51.009 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:15:51.010 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.3549ms +2021-09-04 14:15:51.010 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:51.012 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:51.038 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:51.038 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:51.038 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 71.9552ms +2021-09-04 14:15:52.781 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:15:52.782 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:52.782 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4763ms +2021-09-04 14:15:52.783 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:15:52.784 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:15:52.786 +08:00 [INF] Successfully validated the token. +2021-09-04 14:15:52.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:15:52.790 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:15:52.790 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:15:52.792 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:15:52.792 +08:00 [INF] Authorization was successful. +2021-09-04 14:15:52.793 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:52.793 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:15:52.836 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:15:52.837 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.4032ms +2021-09-04 14:15:52.837 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:15:52.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:52.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:52.874 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:15:52.874 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 90.4859ms +2021-09-04 14:16:03.927 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:16:04.773 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:16:04.773 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=pWFTyLsEB595s8i-n-YcGg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 26492.7742ms +2021-09-04 14:16:05.995 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:16:05.995 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:05.996 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6978ms +2021-09-04 14:16:05.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:16:05.999 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:06.002 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:06.003 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:06.004 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:16:06.004 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:16:06.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:06.034 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:06.034 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.7411ms +2021-09-04 14:16:06.194 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:16:06.194 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:06.194 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5340ms +2021-09-04 14:16:06.197 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:16:06.197 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:06.201 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:06.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:16:06.209 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:16:06.209 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:16:06.213 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:16:06.213 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:06.216 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:06.216 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:16:06.239 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lfs8T1kR_VT97wNXuJwbIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:16:06.240 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:06.255 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:06.256 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:06.259 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:16:06.290 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:16:06.291 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 74.4895ms +2021-09-04 14:16:06.291 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:06.297 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:06.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:06.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:06.334 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 137.0273ms +2021-09-04 14:16:07.071 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:16:07.072 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Lfs8T1kR_VT97wNXuJwbIQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 832.7908ms +2021-09-04 14:16:08.060 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:16:08.060 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:08.060 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4600ms +2021-09-04 14:16:08.062 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:16:08.063 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:08.065 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:08.066 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:08.067 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:16:08.068 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:16:08.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:08.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:08.095 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 32.3851ms +2021-09-04 14:16:08.193 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:16:08.193 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:08.195 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:08.196 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:16:08.200 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:16:08.200 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:16:08.203 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:16:08.203 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:08.204 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:08.204 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:16:08.223 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2-_wW_8YNcw4g6EzQA78bg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:16:08.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:08.232 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:08.235 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:08.239 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:16:08.260 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:16:08.260 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.4261ms +2021-09-04 14:16:08.260 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:08.265 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:08.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:08.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:08.293 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 100.5074ms +2021-09-04 14:16:10.320 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:16:10.321 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:10.321 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4434ms +2021-09-04 14:16:10.322 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:16:10.322 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:10.325 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:10.325 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:16:10.329 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:16:10.329 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:16:10.331 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:16:10.331 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:10.332 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:10.332 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:16:10.358 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:16:10.359 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 26.1244ms +2021-09-04 14:16:10.359 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:10.361 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:10.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:10.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:10.386 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 63.3762ms +2021-09-04 14:16:16.304 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:16:16.304 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:16.305 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4545ms +2021-09-04 14:16:16.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:16:16.306 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:16:16.309 +08:00 [INF] Successfully validated the token. +2021-09-04 14:16:16.309 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:16:16.311 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:16:16.311 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 14:16:16.325 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 14:16:16.374 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 14:16:16.375 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:16:16.376 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:16:16.376 +08:00 [DBG] Getting all granted permissions from the repository for this provider name,key: R,admin +2021-09-04 14:16:16.391 +08:00 [DBG] Setting the cache items. Count: 40 +2021-09-04 14:16:16.441 +08:00 [DBG] Finished setting the cache items. Count: 40 +2021-09-04 14:16:16.441 +08:00 [INF] Authorization was successful. +2021-09-04 14:16:16.442 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:16.442 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:16:16.475 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:16:16.475 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.842ms +2021-09-04 14:16:16.475 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:16:16.479 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:16.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:16.504 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:16:16.504 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 198.2478ms +2021-09-04 14:16:18.460 +08:00 [DBG] Transport connection checking... +2021-09-04 14:16:18.460 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:16:34.062 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:16:48.463 +08:00 [DBG] Transport connection checking... +2021-09-04 14:16:48.463 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:17:04.086 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:17:18.465 +08:00 [DBG] Transport connection checking... +2021-09-04 14:17:18.465 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:17:32.390 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:32.390 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2-_wW_8YNcw4g6EzQA78bg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 84170.9657ms +2021-09-04 14:17:33.517 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:33.518 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:33.518 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5664ms +2021-09-04 14:17:33.520 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:33.521 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:33.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:33.524 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:33.525 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:33.525 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:33.546 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:33.547 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:33.547 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5265ms +2021-09-04 14:17:33.668 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:17:33.669 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:33.669 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6044ms +2021-09-04 14:17:33.671 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:33.671 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:33.673 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:33.674 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:33.678 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:33.678 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:33.681 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:33.681 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:33.683 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:33.683 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:33.696 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=62xjX7BJOWz7s3DNS2a06Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:33.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:33.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:33.710 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:33.713 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:33.727 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:33.727 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.9896ms +2021-09-04 14:17:33.727 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:33.732 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:33.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:33.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:33.770 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 99.1917ms +2021-09-04 14:17:34.117 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:17:36.483 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:36.483 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=62xjX7BJOWz7s3DNS2a06Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2786.8744ms +2021-09-04 14:17:37.427 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:37.427 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:37.427 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4909ms +2021-09-04 14:17:37.429 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:37.430 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:37.432 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:37.433 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:37.434 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:37.434 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:37.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:37.457 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:37.458 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.3512ms +2021-09-04 14:17:37.542 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:37.543 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:37.545 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:37.545 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:37.549 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:37.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:37.552 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:37.552 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:37.554 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:37.554 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:37.580 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b17APWHSCIvlBTUUE6lsuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:37.582 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:37.589 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:37.591 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:37.593 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:37.599 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:37.599 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.1127ms +2021-09-04 14:17:37.599 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:37.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:37.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:37.635 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:37.635 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.7293ms +2021-09-04 14:17:38.075 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:38.075 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b17APWHSCIvlBTUUE6lsuQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 495.7266ms +2021-09-04 14:17:39.039 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:39.039 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:39.039 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5649ms +2021-09-04 14:17:39.041 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:39.041 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:39.043 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:39.044 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:39.045 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:39.045 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:39.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:39.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:39.067 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1038ms +2021-09-04 14:17:39.192 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:17:39.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:39.192 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.5219ms +2021-09-04 14:17:39.194 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:39.194 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:39.197 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:39.198 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:39.203 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:39.203 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:39.207 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:39.207 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:39.208 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:39.208 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:39.224 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=u1_21_xqVXv31RWixwjseg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:39.225 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:39.239 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:39.241 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:39.244 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:39.250 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:39.251 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.263ms +2021-09-04 14:17:39.251 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:39.256 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:39.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:39.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:39.291 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 97.0503ms +2021-09-04 14:17:40.174 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:40.174 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=u1_21_xqVXv31RWixwjseg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 950.7638ms +2021-09-04 14:17:41.065 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:41.065 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:41.066 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5331ms +2021-09-04 14:17:41.067 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:41.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:41.070 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:41.071 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:41.072 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:41.072 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:41.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:41.092 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:41.092 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.7665ms +2021-09-04 14:17:41.191 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:41.191 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:41.194 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:41.194 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:41.199 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:41.199 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:41.201 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:41.201 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:41.203 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:41.203 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:41.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BIkeaTufbLg45FLviXCKRQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:41.223 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:41.232 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:41.235 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:41.238 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:41.245 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:41.245 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.2201ms +2021-09-04 14:17:41.245 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:41.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:41.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:41.283 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:41.284 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.7834ms +2021-09-04 14:17:42.688 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:42.688 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=BIkeaTufbLg45FLviXCKRQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1468.5857ms +2021-09-04 14:17:43.651 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:43.651 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:43.651 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6722ms +2021-09-04 14:17:43.654 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:43.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:43.656 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:43.657 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:43.658 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:43.658 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:43.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:43.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:43.680 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.1186ms +2021-09-04 14:17:43.798 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:43.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:43.801 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:43.802 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:43.807 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:43.807 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:43.810 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:43.810 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:43.812 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:43.812 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:43.833 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=djU4GbgMO8coJoSFQO2eUg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:43.837 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:43.844 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:43.846 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:43.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:43.852 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:43.855 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 43.0986ms +2021-09-04 14:17:43.855 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:43.861 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:43.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:43.892 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:43.892 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 94.0488ms +2021-09-04 14:17:44.291 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:44.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=djU4GbgMO8coJoSFQO2eUg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 459.8911ms +2021-09-04 14:17:45.321 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:45.321 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:45.321 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4856ms +2021-09-04 14:17:45.323 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:45.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:45.326 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:45.327 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:45.328 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:45.328 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:45.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:45.350 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:45.350 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8093ms +2021-09-04 14:17:45.439 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:17:45.439 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:45.439 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6791ms +2021-09-04 14:17:45.441 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:45.441 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:45.445 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:45.445 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:45.449 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:45.450 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:45.453 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:45.453 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:45.454 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:45.454 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:45.477 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VQN_HJU0o0WduE01vnD_Fw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:45.478 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:45.486 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:45.487 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:45.490 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:45.490 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:45.494 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 39.6949ms +2021-09-04 14:17:45.494 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:45.498 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:45.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:45.534 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:45.534 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 93.4189ms +2021-09-04 14:17:45.946 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:45.947 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VQN_HJU0o0WduE01vnD_Fw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 469.2134ms +2021-09-04 14:17:46.862 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:46.862 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:46.862 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4972ms +2021-09-04 14:17:46.864 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:46.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:46.867 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:46.868 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:46.869 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:46.869 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:46.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:46.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:46.890 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9615ms +2021-09-04 14:17:46.974 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:46.975 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:46.977 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:46.977 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:46.981 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:46.981 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:46.985 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:46.985 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:46.987 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:46.987 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:47.009 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=g9XFWbgOp_sq7pwBvfYMjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:47.010 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:47.017 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:47.018 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:47.022 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:47.022 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:47.025 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 38.5601ms +2021-09-04 14:17:47.025 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:47.030 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:47.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:47.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:47.062 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 88.0322ms +2021-09-04 14:17:48.479 +08:00 [DBG] Transport connection checking... +2021-09-04 14:17:48.479 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:17:51.141 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:51.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=g9XFWbgOp_sq7pwBvfYMjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4131.7808ms +2021-09-04 14:17:52.071 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:52.071 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:52.071 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4445ms +2021-09-04 14:17:52.073 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:52.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:52.075 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:52.076 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:52.077 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:52.077 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:52.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:52.108 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:52.108 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.6507ms +2021-09-04 14:17:52.207 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:17:52.207 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:52.208 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4954ms +2021-09-04 14:17:52.209 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:52.209 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:52.212 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:52.212 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:52.216 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:52.216 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:52.220 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:52.220 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:52.222 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:52.222 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:52.240 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mAf-mYOPW2uFK-zroLw_TA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:52.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:52.254 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:52.255 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:52.258 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:52.264 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:52.264 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.2309ms +2021-09-04 14:17:52.264 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:52.270 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:52.301 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:52.301 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:52.301 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.3107ms +2021-09-04 14:17:53.770 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:53.770 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mAf-mYOPW2uFK-zroLw_TA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1531.4799ms +2021-09-04 14:17:54.670 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:54.671 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:54.671 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7770ms +2021-09-04 14:17:54.673 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:54.674 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:54.676 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:54.677 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:54.678 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:54.678 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:54.701 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:54.701 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:54.702 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1637ms +2021-09-04 14:17:54.798 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:54.798 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:54.800 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:54.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:54.805 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:54.805 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:54.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:54.808 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:54.810 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:54.810 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:54.830 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=p2hJJKmlOg5uJJrkeQ52_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:54.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:54.843 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:54.845 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:54.846 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:54.852 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:54.853 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.8923ms +2021-09-04 14:17:54.853 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:54.857 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:54.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:54.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:54.888 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 90.5589ms +2021-09-04 14:17:55.322 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:55.322 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=p2hJJKmlOg5uJJrkeQ52_A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 491.9913ms +2021-09-04 14:17:56.333 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:56.334 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:56.334 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5239ms +2021-09-04 14:17:56.336 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:56.337 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:56.339 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:56.340 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:56.341 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:56.341 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:56.362 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:56.362 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:56.362 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.0200ms +2021-09-04 14:17:56.488 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:56.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:56.491 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:56.491 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:56.496 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:56.496 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:56.499 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:56.499 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:56.500 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:56.501 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:56.524 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mjR00dIlEuYNcjx_LDKG4g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:56.524 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:56.531 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:56.533 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:56.536 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:56.536 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:56.538 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 37.2269ms +2021-09-04 14:17:56.538 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:56.544 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:56.572 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:56.572 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:56.573 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 84.8624ms +2021-09-04 14:17:57.084 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:57.085 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=mjR00dIlEuYNcjx_LDKG4g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 561.4132ms +2021-09-04 14:17:57.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:57.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:57.996 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5624ms +2021-09-04 14:17:57.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:57.999 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:58.001 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:58.002 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:58.003 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:58.003 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:58.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:58.027 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:58.027 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.9981ms +2021-09-04 14:17:58.106 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:17:58.107 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:58.107 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4545ms +2021-09-04 14:17:58.108 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:58.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:58.111 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:58.111 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:58.115 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:58.115 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:58.119 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:58.119 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:58.120 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:58.120 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:58.141 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UijxwcnjdyDOfjoNDDFlPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:58.142 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:58.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:58.150 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:58.155 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:17:58.155 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:17:58.159 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 38.7902ms +2021-09-04 14:17:58.159 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:58.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:58.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:58.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:58.197 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 88.1372ms +2021-09-04 14:17:58.894 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:17:58.894 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=UijxwcnjdyDOfjoNDDFlPQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 754.0266ms +2021-09-04 14:17:59.824 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:17:59.825 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:59.825 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4597ms +2021-09-04 14:17:59.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:17:59.827 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:59.829 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:59.830 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:59.831 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:59.831 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:17:59.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:59.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:17:59.853 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.6142ms +2021-09-04 14:17:59.961 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:17:59.962 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:17:59.964 +08:00 [INF] Successfully validated the token. +2021-09-04 14:17:59.964 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:59.969 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:59.969 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:59.972 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:17:59.972 +08:00 [INF] Authorization was successful. +2021-09-04 14:17:59.974 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:17:59.974 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:17:59.995 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W4H2_-36FoTFpIHMgWMmdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:17:59.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:00.007 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:00.008 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:00.011 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:00.012 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 37.6952ms +2021-09-04 14:18:00.012 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:00.012 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:00.020 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:00.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:00.053 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:00.053 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 91.8079ms +2021-09-04 14:18:00.708 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:00.709 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=W4H2_-36FoTFpIHMgWMmdg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 714.4025ms +2021-09-04 14:18:01.697 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:01.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:01.697 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4970ms +2021-09-04 14:18:01.699 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:01.700 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:01.703 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:01.704 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:01.705 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:01.705 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:01.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:01.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:01.727 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2043ms +2021-09-04 14:18:01.851 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:01.851 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:01.855 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:01.856 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:01.860 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:01.860 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:01.863 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:01.863 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:01.864 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:01.864 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:01.885 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WrLMET2gGfjzB2AEXe8THg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:01.890 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:01.897 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:01.900 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:01.903 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:01.904 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:01.904 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 39.7896ms +2021-09-04 14:18:01.904 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:01.913 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:01.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:01.950 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:01.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 98.9498ms +2021-09-04 14:18:02.645 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:02.645 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=WrLMET2gGfjzB2AEXe8THg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 759.8517ms +2021-09-04 14:18:03.553 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:03.553 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:03.553 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6077ms +2021-09-04 14:18:03.555 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:03.555 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:03.558 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:03.558 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:03.559 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:03.559 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:03.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:03.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:03.580 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6747ms +2021-09-04 14:18:03.696 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:18:03.696 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:03.696 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4789ms +2021-09-04 14:18:03.698 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:03.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:03.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:03.701 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:03.706 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:03.706 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:03.708 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:03.708 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:03.709 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:03.710 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:03.734 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F7A6ZACSh6dm4A4llkn_LA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:03.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:03.741 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:03.742 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:03.744 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:03.751 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:03.751 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.5277ms +2021-09-04 14:18:03.751 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:03.757 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:03.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:03.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:03.790 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 91.5741ms +2021-09-04 14:18:04.187 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:18:07.530 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:07.530 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=F7A6ZACSh6dm4A4llkn_LA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3796.0969ms +2021-09-04 14:18:08.546 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:08.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:08.546 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4901ms +2021-09-04 14:18:08.548 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:08.549 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:08.552 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:08.554 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:08.555 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:08.555 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:08.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:08.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:08.580 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 31.2322ms +2021-09-04 14:18:08.690 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:08.690 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:08.693 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:08.694 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:08.698 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:08.698 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:08.701 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:08.701 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:08.703 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:08.703 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:08.730 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ypVdPkfJgr7eQyNWR0Q7hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:08.731 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:08.737 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:08.738 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:08.741 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:08.747 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:08.748 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.1122ms +2021-09-04 14:18:08.748 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:08.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:08.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:08.789 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:08.789 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 99.4114ms +2021-09-04 14:18:09.359 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:09.359 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=ypVdPkfJgr7eQyNWR0Q7hw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 629.0805ms +2021-09-04 14:18:10.243 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:10.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:10.244 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4487ms +2021-09-04 14:18:10.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:10.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:10.247 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:10.248 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:10.249 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:10.249 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:10.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:10.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:10.272 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.7470ms +2021-09-04 14:18:10.379 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:18:10.379 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:10.380 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.5683ms +2021-09-04 14:18:10.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:10.381 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:10.384 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:10.384 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:10.388 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:10.388 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:10.391 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:10.391 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:10.392 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:10.392 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:10.406 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xZhzXqCaqvTXK_MxjdHbww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:10.407 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:10.420 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:10.422 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:10.426 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:10.433 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:10.433 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.1335ms +2021-09-04 14:18:10.433 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:10.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:10.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:10.468 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:10.469 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 87.8150ms +2021-09-04 14:18:10.846 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:10.846 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=xZhzXqCaqvTXK_MxjdHbww&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 439.8424ms +2021-09-04 14:18:11.937 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:11.938 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:11.938 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4997ms +2021-09-04 14:18:11.939 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:11.940 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:11.942 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:11.942 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:11.943 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:11.943 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:11.964 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:11.964 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:11.964 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.9673ms +2021-09-04 14:18:12.073 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:12.073 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:12.075 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:12.076 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:12.080 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:12.080 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:12.082 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:12.082 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:12.084 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:12.084 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:12.107 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-UfmAUJc85ePFIyDGCnrrw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:12.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:12.113 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:12.115 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:12.118 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:12.121 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:12.122 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 38.2053ms +2021-09-04 14:18:12.122 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:12.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:12.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:12.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:12.158 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 85.2052ms +2021-09-04 14:18:12.572 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:12.572 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=-UfmAUJc85ePFIyDGCnrrw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 466.1576ms +2021-09-04 14:18:13.538 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:13.539 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:13.539 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4586ms +2021-09-04 14:18:13.540 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:13.541 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:13.543 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:13.544 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:13.545 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:13.545 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:13.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:13.575 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:13.575 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 34.7086ms +2021-09-04 14:18:13.677 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:13.678 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:13.680 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:13.681 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:13.685 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:13.685 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:13.689 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:13.689 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:13.690 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:13.690 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:13.711 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4QtlHsJa1W8Q1gxH6hfV7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:13.715 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:13.723 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:13.725 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:13.728 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:13.729 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:13.733 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 42.5018ms +2021-09-04 14:18:13.733 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:13.738 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:13.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:13.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:13.771 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 93.2353ms +2021-09-04 14:18:14.371 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:14.371 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=4QtlHsJa1W8Q1gxH6hfV7w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 660.1667ms +2021-09-04 14:18:15.289 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:15.289 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:15.289 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4716ms +2021-09-04 14:18:15.291 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:15.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:15.294 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:15.294 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:15.295 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:15.295 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:15.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:15.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:15.328 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.2498ms +2021-09-04 14:18:15.425 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:18:15.426 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:15.426 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.5075ms +2021-09-04 14:18:15.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:15.428 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:15.430 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:15.431 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:15.435 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:15.435 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:15.439 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:15.439 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:15.440 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:15.441 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:15.457 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O4Z4X2f-rZOWWBTnqBdYjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:15.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:15.476 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:15.478 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:15.479 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:15.485 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:15.486 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 45.4296ms +2021-09-04 14:18:15.486 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:15.491 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:15.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:15.521 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:15.522 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 94.3148ms +2021-09-04 14:18:16.019 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:16.019 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=O4Z4X2f-rZOWWBTnqBdYjw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 562.3041ms +2021-09-04 14:18:16.988 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:16.988 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:16.988 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4735ms +2021-09-04 14:18:16.990 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:16.991 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:16.993 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:16.994 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:16.994 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:16.995 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:17.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:17.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:17.016 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.2313ms +2021-09-04 14:18:17.132 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:17.132 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:17.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:17.135 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:17.140 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:17.140 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:17.143 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:17.143 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:17.144 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:17.144 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:17.165 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G3rCn-OaZ0Z2Ky2F1HAFNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:17.170 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:17.176 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:17.178 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:17.181 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:17.182 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:17.185 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 40.6668ms +2021-09-04 14:18:17.186 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:17.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:17.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:17.223 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:17.224 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 92.0031ms +2021-09-04 14:18:18.489 +08:00 [DBG] Transport connection checking... +2021-09-04 14:18:18.489 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:18:18.553 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:18.553 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=G3rCn-OaZ0Z2Ky2F1HAFNQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1388.8350ms +2021-09-04 14:18:19.491 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:19.491 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:19.491 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4562ms +2021-09-04 14:18:19.493 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:19.493 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:19.495 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:19.496 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:19.497 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:19.497 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:19.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:19.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:19.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6747ms +2021-09-04 14:18:19.627 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:19.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:19.629 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:19.630 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:19.634 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:19.634 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:19.637 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:19.637 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:19.639 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:19.639 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:19.660 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Nx8ypg5GtKhQJCU-y1gD3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:19.664 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:19.670 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:19.672 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:19.674 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:19.680 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:19.680 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 41.5088ms +2021-09-04 14:18:19.680 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:19.685 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:19.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:19.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:19.717 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 90.0944ms +2021-09-04 14:18:20.796 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:18:20.796 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Nx8ypg5GtKhQJCU-y1gD3g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1136.7055ms +2021-09-04 14:18:21.733 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:18:21.734 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:21.734 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6339ms +2021-09-04 14:18:21.736 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:18:21.737 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:21.739 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:21.740 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:21.740 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:21.741 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:18:21.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:21.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:21.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.8773ms +2021-09-04 14:18:21.867 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:18:21.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:21.868 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.6163ms +2021-09-04 14:18:21.870 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:21.870 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:21.872 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:21.873 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:21.877 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:21.877 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:21.880 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:21.880 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:21.882 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:21.882 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:21.898 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=i_lKx_qPSO0xXDftCT5BGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:18:21.903 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:21.911 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:21.913 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:21.915 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:18:21.922 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:21.922 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 40.3349ms +2021-09-04 14:18:21.922 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:21.927 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:21.960 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:21.960 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:21.960 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 90.3576ms +2021-09-04 14:18:34.237 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:18:47.104 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:18:47.104 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:47.104 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4908ms +2021-09-04 14:18:47.105 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:18:47.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:18:47.108 +08:00 [INF] Successfully validated the token. +2021-09-04 14:18:47.108 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:47.112 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:47.112 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:47.114 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:18:47.114 +08:00 [INF] Authorization was successful. +2021-09-04 14:18:47.115 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:47.116 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:18:47.147 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:18:47.147 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.445ms +2021-09-04 14:18:47.147 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:18:47.151 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:47.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:47.177 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:18:47.177 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 71.8385ms +2021-09-04 14:18:48.495 +08:00 [DBG] Transport connection checking... +2021-09-04 14:18:48.495 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:19:04.242 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:19:16.418 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:19:16.421 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:19:18.515 +08:00 [DBG] Transport connection checking... +2021-09-04 14:19:18.515 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:19:18.974 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:19:34.276 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:19:43.362 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:19:43.362 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:43.362 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4332ms +2021-09-04 14:19:43.364 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:19:43.364 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:43.366 +08:00 [INF] Successfully validated the token. +2021-09-04 14:19:43.367 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:43.370 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:43.371 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:43.373 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:43.373 +08:00 [INF] Authorization was successful. +2021-09-04 14:19:43.374 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:43.374 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:19:43.405 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:19:43.405 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 31.0542ms +2021-09-04 14:19:43.405 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:43.410 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:43.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:43.435 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:43.435 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 71.2369ms +2021-09-04 14:19:47.137 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:19:47.137 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:47.139 +08:00 [INF] Successfully validated the token. +2021-09-04 14:19:47.140 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:47.143 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:47.143 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:47.146 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:47.146 +08:00 [INF] Authorization was successful. +2021-09-04 14:19:47.147 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:47.147 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:19:47.179 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:19:47.179 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 32.5689ms +2021-09-04 14:19:47.180 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:47.183 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:47.210 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:47.210 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:47.211 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 74.0827ms +2021-09-04 14:19:48.522 +08:00 [DBG] Transport connection checking... +2021-09-04 14:19:48.522 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:19:54.351 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/create - - +2021-09-04 14:19:54.352 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:54.352 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/create - - - 204 - - 0.4813ms +2021-09-04 14:19:54.353 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/create application/json 49 +2021-09-04 14:19:54.354 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:54.356 +08:00 [INF] Successfully validated the token. +2021-09-04 14:19:54.356 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.360 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.360 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.362 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.362 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create +2021-09-04 14:19:54.364 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create +2021-09-04 14:19:54.364 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create +2021-09-04 14:19:54.367 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create +2021-09-04 14:19:54.367 +08:00 [INF] Authorization was successful. +2021-09-04 14:19:54.368 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:54.370 +08:00 [INF] Route matched with {action = "Create", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task CreateAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.CreateIdentityResourceInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:19:54.410 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.CreateAsync (CompanyName.ProjectName.HttpApi) in 40.0705ms +2021-09-04 14:19:54.410 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:54.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.452 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.486 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.487 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/create application/json 49 - 204 - - 133.4479ms +2021-09-04 14:19:54.573 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - +2021-09-04 14:19:54.573 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:54.573 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/IdentityResource/page - - - 204 - - 0.4436ms +2021-09-04 14:19:54.575 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 +2021-09-04 14:19:54.575 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:19:54.577 +08:00 [INF] Successfully validated the token. +2021-09-04 14:19:54.577 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.581 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.581 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.584 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.IdentityResources +2021-09-04 14:19:54.584 +08:00 [INF] Authorization was successful. +2021-09-04 14:19:54.585 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:54.585 +08:00 [INF] Route matched with {action = "GetList", controller = "IdentityResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:19:54.614 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos.PagingIdentityResourceListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:19:54.615 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 29.9557ms +2021-09-04 14:19:54.615 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.IdentityResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:19:54.619 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:19:54.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/IdentityResource/page application/json 29 - 200 - application/json;+charset=utf-8 69.4881ms +2021-09-04 14:20:00.097 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - +2021-09-04 14:20:00.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:00.097 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiScope/page - - - 204 - - 0.4450ms +2021-09-04 14:20:00.098 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 +2021-09-04 14:20:00.099 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:00.101 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:00.102 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:20:00.106 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope +2021-09-04 14:20:00.106 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:20:00.109 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiScope +2021-09-04 14:20:00.109 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:00.110 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:00.110 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiScope", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:00.138 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos.PagingApiScopeListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:00.139 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi) in 28.2977ms +2021-09-04 14:20:00.139 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiScopeController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:00.142 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiScope/page application/json 29 - 200 - application/json;+charset=utf-8 71.8879ms +2021-09-04 14:20:00.537 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:20:00.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:00.537 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.5237ms +2021-09-04 14:20:00.539 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:20:00.539 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:00.541 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:00.542 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:20:00.545 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource +2021-09-04 14:20:00.545 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:20:00.548 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.ApiResource +2021-09-04 14:20:00.548 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:00.549 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:00.549 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:00.582 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:00.583 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.484ms +2021-09-04 14:20:00.583 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:00.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:00.622 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 82.6582ms +2021-09-04 14:20:01.120 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:20:01.121 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:01.121 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4549ms +2021-09-04 14:20:01.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:20:01.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:01.125 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:01.126 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:01.129 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:01.129 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:01.132 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:01.132 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:01.133 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:01.133 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:01.177 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:01.178 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 44.7051ms +2021-09-04 14:20:01.178 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:01.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:01.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:01.217 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:01.217 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 94.8720ms +2021-09-04 14:20:03.363 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:20:03.363 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=i_lKx_qPSO0xXDftCT5BGQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 101467.6846ms +2021-09-04 14:20:04.296 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:20:04.403 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:20:04.404 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:04.404 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6828ms +2021-09-04 14:20:04.406 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:20:04.406 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:04.409 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:04.409 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:04.410 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:04.410 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:04.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:04.433 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:04.434 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.6406ms +2021-09-04 14:20:04.515 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:20:04.515 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:04.518 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:04.518 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:04.522 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:04.523 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:04.525 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:04.525 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:04.526 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:04.526 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:04.543 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3-8HK_XQdjny_ZV5RSkDeg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:20:04.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:04.555 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:04.558 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:04.562 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:20:04.581 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:04.581 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.8593ms +2021-09-04 14:20:04.581 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:04.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:04.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:04.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:04.613 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 98.1825ms +2021-09-04 14:20:18.535 +08:00 [DBG] Transport connection checking... +2021-09-04 14:20:18.535 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:20:33.858 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:20:33.859 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=3-8HK_XQdjny_ZV5RSkDeg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 29316.4025ms +2021-09-04 14:20:34.316 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:20:35.016 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:20:35.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:35.017 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5649ms +2021-09-04 14:20:35.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:20:35.019 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:35.022 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:35.023 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:35.024 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:35.024 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:35.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:35.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:35.057 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.0511ms +2021-09-04 14:20:35.207 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:20:35.208 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:35.208 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5379ms +2021-09-04 14:20:35.210 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:20:35.210 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:35.212 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:35.213 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:35.217 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:35.217 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:35.221 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:35.221 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:35.223 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:35.223 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:35.242 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EgVJ4VY2OiiykHRqP1VwTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:20:35.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:35.262 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:35.264 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:35.267 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:20:35.294 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:35.294 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 71.0051ms +2021-09-04 14:20:35.294 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:35.299 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:35.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:35.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:35.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 123.5174ms +2021-09-04 14:20:36.731 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:20:36.731 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EgVJ4VY2OiiykHRqP1VwTA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1488.6700ms +2021-09-04 14:20:45.013 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:20:45.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:45.014 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5327ms +2021-09-04 14:20:45.016 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:20:45.016 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:45.018 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:45.019 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:45.020 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:45.020 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:45.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:45.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:45.043 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.9659ms +2021-09-04 14:20:45.134 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:20:45.135 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:45.135 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5052ms +2021-09-04 14:20:45.137 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:20:45.137 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:45.140 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:45.141 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:45.144 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:45.145 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:45.148 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:45.148 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:45.149 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:45.149 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:45.162 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CMRzChgUcE01Pl2fnxxF-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:20:45.163 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:45.168 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:45.174 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:45.177 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:20:45.212 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:45.213 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.3258ms +2021-09-04 14:20:45.213 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:45.218 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:45.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:45.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:45.252 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 114.8329ms +2021-09-04 14:20:48.546 +08:00 [DBG] Transport connection checking... +2021-09-04 14:20:48.546 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:20:55.766 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:20:55.767 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=CMRzChgUcE01Pl2fnxxF-Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 10604.2073ms +2021-09-04 14:20:56.893 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:20:56.893 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:56.893 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4749ms +2021-09-04 14:20:56.895 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:20:56.895 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:56.898 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:56.898 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:56.899 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:56.899 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:20:56.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:56.922 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:56.922 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5389ms +2021-09-04 14:20:57.077 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:20:57.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:57.077 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6568ms +2021-09-04 14:20:57.079 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:20:57.079 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:57.083 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:57.084 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:57.089 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:20:57.089 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:57.093 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:20:57.093 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:57.095 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:57.095 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:20:57.109 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YGFr9jLG8Bl6EVHLGhLp2w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:20:57.110 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:20:57.113 +08:00 [INF] Successfully validated the token. +2021-09-04 14:20:57.114 +08:00 [INF] Authorization was successful. +2021-09-04 14:20:57.126 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:20:57.155 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:20:57.156 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 61.3795ms +2021-09-04 14:20:57.157 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:20:57.162 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:57.194 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:57.194 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:20:57.194 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 115.3741ms +2021-09-04 14:20:59.603 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:20:59.603 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=YGFr9jLG8Bl6EVHLGhLp2w&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2494.0628ms +2021-09-04 14:21:00.568 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:00.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:00.568 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4512ms +2021-09-04 14:21:00.570 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:00.571 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:00.573 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:00.574 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:00.575 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:00.575 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:00.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:00.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:00.607 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 37.0232ms +2021-09-04 14:21:00.676 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:00.676 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:00.679 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:00.680 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:00.684 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:00.684 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:00.688 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:00.688 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:00.689 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:00.689 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:00.716 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XHEC0PuZSJ1ADqFcF-RK1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:00.716 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:00.726 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:00.728 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:00.731 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:00.747 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:00.748 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.7559ms +2021-09-04 14:21:00.748 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:00.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:00.783 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:00.783 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:00.783 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.0790ms +2021-09-04 14:21:03.994 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:03.994 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XHEC0PuZSJ1ADqFcF-RK1Q&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 3278.0728ms +2021-09-04 14:21:04.341 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:21:04.949 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:04.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:04.949 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5037ms +2021-09-04 14:21:04.951 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:04.951 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:04.954 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:04.954 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:04.955 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:04.956 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:04.976 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:04.976 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:04.976 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.4449ms +2021-09-04 14:21:05.051 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:05.051 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:05.051 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4468ms +2021-09-04 14:21:05.053 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:05.053 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:05.056 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:05.057 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:05.061 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:05.061 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:05.064 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:05.064 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:05.065 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:05.065 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:05.086 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OMzIftDeAxxyr7meDhTdRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:05.088 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:05.095 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:05.095 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:05.099 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:05.122 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:05.123 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.0474ms +2021-09-04 14:21:05.123 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:05.127 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:05.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:05.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:05.155 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 102.1174ms +2021-09-04 14:21:10.852 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:10.852 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OMzIftDeAxxyr7meDhTdRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 5767.3434ms +2021-09-04 14:21:11.767 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:11.768 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:11.768 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4566ms +2021-09-04 14:21:11.770 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:11.770 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:11.772 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:11.773 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:11.774 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:11.774 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:11.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:11.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:11.795 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0030ms +2021-09-04 14:21:11.902 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:11.903 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:11.903 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5521ms +2021-09-04 14:21:11.905 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:11.905 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:11.908 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:11.908 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:11.912 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:11.912 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:11.915 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:11.915 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:11.916 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:11.916 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:11.935 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qCvqqSem1bBSScxJ7mvYvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:11.935 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:11.948 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:11.949 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:11.950 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:11.991 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:11.992 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 75.28ms +2021-09-04 14:21:11.992 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:11.996 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:12.025 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:12.025 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:12.025 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 120.7357ms +2021-09-04 14:21:12.565 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:12.566 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=qCvqqSem1bBSScxJ7mvYvw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 631.8067ms +2021-09-04 14:21:13.553 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:13.553 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:13.553 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6076ms +2021-09-04 14:21:13.555 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:13.556 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:13.558 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:13.559 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:13.560 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:13.560 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:13.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:13.581 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:13.581 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9797ms +2021-09-04 14:21:13.657 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:13.658 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:13.660 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:13.661 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:13.665 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:13.665 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:13.668 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:13.668 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:13.670 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:13.670 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:13.697 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=as6dUIuk4gtTVbyU7fU_OA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:13.697 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:13.705 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:13.707 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:13.711 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:13.728 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:13.729 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.5754ms +2021-09-04 14:21:13.729 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:13.733 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:13.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:13.761 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:13.761 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 104.4267ms +2021-09-04 14:21:14.519 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:14.519 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=as6dUIuk4gtTVbyU7fU_OA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 821.9659ms +2021-09-04 14:21:15.459 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:15.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:15.460 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5517ms +2021-09-04 14:21:15.462 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:15.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:15.464 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:15.465 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:15.465 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:15.466 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:15.510 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:15.510 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:15.511 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 49.0025ms +2021-09-04 14:21:15.587 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:15.587 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:15.590 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:15.591 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:15.595 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:15.595 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:15.598 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:15.598 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:15.599 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:15.599 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:15.617 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OptzdabkPH5UcTHinWhCRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:15.620 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:15.628 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:15.630 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:15.635 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:15.656 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:15.656 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.2997ms +2021-09-04 14:21:15.657 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:15.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:15.693 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:15.693 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:15.693 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 106.3143ms +2021-09-04 14:21:18.504 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:18.504 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=OptzdabkPH5UcTHinWhCRA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2887.6815ms +2021-09-04 14:21:18.572 +08:00 [DBG] Transport connection checking... +2021-09-04 14:21:18.572 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:21:19.482 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:19.482 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:19.482 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5071ms +2021-09-04 14:21:19.484 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:19.484 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:19.487 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:19.488 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:19.489 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:19.489 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:19.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:19.509 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:19.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.2120ms +2021-09-04 14:21:19.611 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:19.612 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:19.612 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5117ms +2021-09-04 14:21:19.613 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:19.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:19.616 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:19.616 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:19.620 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:19.620 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:19.623 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:19.623 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:19.624 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:19.624 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:19.647 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a7H2VVyMX18CP-3z2GiVCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:19.649 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:19.655 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:19.656 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:19.660 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:19.683 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:19.683 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.1089ms +2021-09-04 14:21:19.683 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:19.688 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:19.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:19.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:19.718 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 104.1505ms +2021-09-04 14:21:27.198 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:27.198 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=a7H2VVyMX18CP-3z2GiVCQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 7552.1812ms +2021-09-04 14:21:28.060 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:28.060 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:28.060 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4593ms +2021-09-04 14:21:28.062 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:28.062 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:28.064 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:28.065 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:28.065 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:28.066 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:28.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:28.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:28.087 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.6007ms +2021-09-04 14:21:28.164 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:28.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:28.165 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5779ms +2021-09-04 14:21:28.166 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:28.166 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:28.169 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:28.169 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:28.173 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:28.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:28.177 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:28.177 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:28.179 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:28.179 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:28.198 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PvPrN1UTXd8dodjG5aGZ-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:28.202 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:28.210 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:28.210 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:28.215 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:28.237 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:28.238 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.7628ms +2021-09-04 14:21:28.238 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:28.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:28.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:28.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:28.274 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.7673ms +2021-09-04 14:21:32.648 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:32.648 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=PvPrN1UTXd8dodjG5aGZ-A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4451.2431ms +2021-09-04 14:21:33.663 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:33.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:33.663 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5014ms +2021-09-04 14:21:33.665 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:33.665 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:33.669 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:33.670 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:33.671 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:33.671 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:33.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:33.705 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:33.705 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.2789ms +2021-09-04 14:21:33.830 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:33.831 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:33.831 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5658ms +2021-09-04 14:21:33.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:33.833 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:33.836 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:33.837 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:33.841 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:33.841 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:33.844 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:33.844 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:33.846 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:33.846 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:33.863 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IG_NFb_x5MIy7COcvcAzlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:33.864 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:33.869 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:33.876 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:33.878 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:33.909 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:33.910 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.9857ms +2021-09-04 14:21:33.910 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:33.915 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:33.943 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:33.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:33.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 111.1555ms +2021-09-04 14:21:34.404 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:21:35.842 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:35.842 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IG_NFb_x5MIy7COcvcAzlg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1978.5878ms +2021-09-04 14:21:36.708 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:36.709 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:36.709 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4620ms +2021-09-04 14:21:36.710 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:36.711 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:36.713 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:36.713 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:36.714 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:36.715 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:36.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:36.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:36.734 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.4875ms +2021-09-04 14:21:36.838 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:36.839 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:36.841 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:36.842 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:36.846 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:36.846 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:36.849 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:36.849 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:36.851 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:36.851 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:36.876 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iKYzxOOXLYUnyZH4TTmp2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:36.879 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:36.884 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:36.886 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:36.890 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:36.909 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:36.910 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.1766ms +2021-09-04 14:21:36.910 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:36.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:36.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:36.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:36.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.5918ms +2021-09-04 14:21:39.062 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:39.062 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=iKYzxOOXLYUnyZH4TTmp2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2187.2528ms +2021-09-04 14:21:40.094 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:40.094 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:40.094 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4662ms +2021-09-04 14:21:40.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:40.097 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:40.099 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:40.099 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:40.100 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:40.101 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:40.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:40.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:40.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.5705ms +2021-09-04 14:21:40.226 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:40.226 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:40.227 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5407ms +2021-09-04 14:21:40.229 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:40.229 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:40.233 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:40.233 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:40.238 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:40.238 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:40.241 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:40.241 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:40.242 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:40.243 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:40.258 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=No8BkyHrwbBKFCHjicYdTw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:40.259 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:40.272 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:40.272 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:40.276 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:40.303 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:40.304 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 61.0861ms +2021-09-04 14:21:40.304 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:40.309 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:40.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:40.341 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:40.341 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 112.5688ms +2021-09-04 14:21:41.418 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:41.419 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=No8BkyHrwbBKFCHjicYdTw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1160.8002ms +2021-09-04 14:21:42.414 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:42.414 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:42.414 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4838ms +2021-09-04 14:21:42.416 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:42.416 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:42.418 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:42.419 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:42.419 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:42.420 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:42.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:42.442 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:42.442 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.3048ms +2021-09-04 14:21:42.545 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:42.546 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:42.548 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:42.549 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:42.552 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:42.552 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:42.555 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:42.556 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:42.557 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:42.557 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:42.570 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gds8guyyeiDYU9uk-OlC0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:42.570 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:42.578 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:42.584 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:42.585 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:42.615 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:42.615 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 58.3026ms +2021-09-04 14:21:42.616 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:42.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:42.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:42.652 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:42.653 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.0060ms +2021-09-04 14:21:42.803 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:42.803 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Gds8guyyeiDYU9uk-OlC0A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 233.2017ms +2021-09-04 14:21:43.760 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:43.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:43.760 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5661ms +2021-09-04 14:21:43.762 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:43.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:43.764 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:43.765 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:43.766 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:43.766 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:43.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:43.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:43.786 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 23.7863ms +2021-09-04 14:21:43.885 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:43.885 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:43.888 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:43.889 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:43.892 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:43.892 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:43.895 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:43.895 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:43.897 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:43.897 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:43.917 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9IjLyQoE9fap6WNMoL68Nw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:43.920 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:43.926 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:43.928 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:43.932 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:43.954 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:43.954 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.1412ms +2021-09-04 14:21:43.954 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:43.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:43.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:43.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:43.987 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 102.1822ms +2021-09-04 14:21:48.575 +08:00 [DBG] Transport connection checking... +2021-09-04 14:21:48.575 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:21:49.097 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:49.097 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9IjLyQoE9fap6WNMoL68Nw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 5180.6793ms +2021-09-04 14:21:50.106 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:50.106 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:50.107 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7157ms +2021-09-04 14:21:50.109 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:50.109 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:50.112 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:50.112 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:50.113 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:50.113 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:50.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:50.133 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:50.133 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.3693ms +2021-09-04 14:21:50.258 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:50.258 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:50.258 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5705ms +2021-09-04 14:21:50.260 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:50.260 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:50.263 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:50.263 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:50.267 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:50.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:50.271 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:50.271 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:50.273 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:50.273 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:50.290 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JOc0y71DhLx-grcdWLiDPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:50.291 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:50.304 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:50.307 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:50.309 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:50.337 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:50.338 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 64.3874ms +2021-09-04 14:21:50.338 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:50.344 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:50.372 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:50.373 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:50.373 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 112.9285ms +2021-09-04 14:21:51.248 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:51.248 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=JOc0y71DhLx-grcdWLiDPA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 958.2222ms +2021-09-04 14:21:53.009 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:53.009 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:53.009 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5182ms +2021-09-04 14:21:53.011 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:53.011 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:53.013 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:53.014 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:53.015 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:53.015 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:53.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:53.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:53.070 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 58.9260ms +2021-09-04 14:21:53.146 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:53.146 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:53.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:53.149 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:53.152 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:53.152 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:53.155 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:53.155 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:53.157 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:53.157 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:53.177 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jslLe21N9DKInI1Itz3ORg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:53.180 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:53.184 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:53.186 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:53.189 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:53.209 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:53.210 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 52.8046ms +2021-09-04 14:21:53.210 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:53.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:53.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:53.244 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:53.244 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 97.9680ms +2021-09-04 14:21:54.232 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:21:54.233 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=jslLe21N9DKInI1Itz3ORg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1056.8305ms +2021-09-04 14:21:55.176 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:21:55.177 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:55.177 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4740ms +2021-09-04 14:21:55.179 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:21:55.179 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:55.181 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:55.182 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:55.183 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:55.183 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:21:55.203 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:55.203 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:55.204 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0054ms +2021-09-04 14:21:55.316 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:21:55.317 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:55.317 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5718ms +2021-09-04 14:21:55.319 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:21:55.319 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:55.322 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:55.322 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:55.327 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:21:55.327 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:55.330 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:21:55.330 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:55.331 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:55.331 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:21:55.352 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KP-zr3gu56X0YVOUBRqdug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:21:55.356 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:21:55.362 +08:00 [INF] Successfully validated the token. +2021-09-04 14:21:55.364 +08:00 [INF] Authorization was successful. +2021-09-04 14:21:55.367 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:21:55.392 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:21:55.393 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 61.8729ms +2021-09-04 14:21:55.394 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:21:55.399 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:55.430 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:55.430 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:21:55.431 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 111.8817ms +2021-09-04 14:22:00.157 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:00.158 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=KP-zr3gu56X0YVOUBRqdug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4805.7687ms +2021-09-04 14:22:01.126 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:01.127 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:01.127 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4774ms +2021-09-04 14:22:01.129 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:01.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:01.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:01.132 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:01.133 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:01.133 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:01.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:01.165 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:01.165 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 36.2097ms +2021-09-04 14:22:01.261 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:01.261 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:01.262 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6082ms +2021-09-04 14:22:01.264 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:01.265 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:01.267 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:01.268 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:01.272 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:01.272 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:01.277 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:01.277 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:01.278 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:01.278 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:01.308 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=th-ZF_jGBT6aK2-reSPpGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:01.309 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:01.315 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:01.317 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:01.323 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:01.342 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:01.343 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 64.4677ms +2021-09-04 14:22:01.343 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:01.348 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:01.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:01.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:01.380 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 116.0267ms +2021-09-04 14:22:02.100 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:02.101 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=th-ZF_jGBT6aK2-reSPpGw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 793.1062ms +2021-09-04 14:22:03.118 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:03.118 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:03.119 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5205ms +2021-09-04 14:22:03.120 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:03.120 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:03.123 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:03.124 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:03.125 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:03.125 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:03.145 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:03.145 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:03.145 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.3395ms +2021-09-04 14:22:03.227 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:03.227 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:03.229 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:03.230 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:03.234 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:03.234 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:03.237 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:03.237 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:03.239 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:03.239 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:03.263 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dHUZwpH2QrmL4GQ35TBG3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:03.263 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:03.269 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:03.273 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:03.277 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:03.296 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:03.296 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.4994ms +2021-09-04 14:22:03.297 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:03.302 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:03.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:03.333 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:03.333 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 106.2933ms +2021-09-04 14:22:03.454 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:03.455 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=dHUZwpH2QrmL4GQ35TBG3A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 191.7924ms +2021-09-04 14:22:04.416 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:22:04.434 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:04.434 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:04.434 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4536ms +2021-09-04 14:22:04.436 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:04.436 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:04.439 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:04.440 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:04.442 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:04.442 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:04.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:04.464 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:04.464 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.8102ms +2021-09-04 14:22:04.576 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:04.576 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:04.578 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:04.579 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:04.583 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:04.583 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:04.586 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:04.586 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:04.588 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:04.588 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:04.611 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yPe4DRdCu9UcTEJtbwSQoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:04.614 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:04.620 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:04.620 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:04.625 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:04.645 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:04.646 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.4167ms +2021-09-04 14:22:04.646 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:04.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:04.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:04.683 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:04.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.1554ms +2021-09-04 14:22:04.880 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:04.880 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=yPe4DRdCu9UcTEJtbwSQoA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 269.9474ms +2021-09-04 14:22:05.947 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:05.947 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:05.947 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4497ms +2021-09-04 14:22:05.949 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:05.949 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:05.951 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:05.952 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:05.953 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:05.953 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:05.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:05.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:05.975 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.8182ms +2021-09-04 14:22:06.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:06.055 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:06.057 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:06.058 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:06.062 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:06.062 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:06.065 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:06.065 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:06.066 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:06.067 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:06.072 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 14:22:06.072 +08:00 [ERR] Unexpected end of request content. +Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content. + at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelBadHttpRequestException.Throw(RequestRejectionReason reason) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1MessageBody.ThrowUnexpectedEndOfRequestContent() + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1ContentLengthMessageBody.ReadAsyncInternal(CancellationToken cancellationToken) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) + at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken) + at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Volo.Abp.AspNetCore.Mvc.Json.AbpHybridJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder.BindModelAsync(ModelBindingContext bindingContext) + at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value, Object container) + at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<g__Bind|0>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 14:22:06.073 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 14:22:06.073 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 6.1625ms +2021-09-04 14:22:06.073 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:06.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:06.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:06.097 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 500 - application/json;+charset=utf-8 42.3252ms +2021-09-04 14:22:07.145 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:07.145 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:07.145 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4608ms +2021-09-04 14:22:07.147 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:07.147 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:07.150 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:07.151 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:07.152 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:07.152 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:07.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:07.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:07.175 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1095ms +2021-09-04 14:22:07.284 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:07.285 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:07.285 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4798ms +2021-09-04 14:22:07.287 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:07.287 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:07.290 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:07.290 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:07.294 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:07.295 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:07.298 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:07.298 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:07.299 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:07.300 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:07.321 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9Nux9GLKep2HwJZNypPXpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:07.325 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:07.329 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:07.332 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:07.334 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:07.342 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:07.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9Nux9GLKep2HwJZNypPXpA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 21.6904ms +2021-09-04 14:22:07.915 +08:00 [ERR] Failed executing DbCommand (556ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__p_1='?' (DbType = Int32), @__p_0='?' (DbType = Int32)], CommandType='"Text"', CommandTimeout='30'] +SELECT `i0`.`ClientId`, `i0`.`PostLogoutRedirectUri`, `t`.`Id` +FROM ( + SELECT `i`.`Id`, `i`.`CreationTime` + FROM `IdentityServerClients` AS `i` + WHERE @__ef_filter__p_0 OR NOT (`i`.`IsDeleted`) + ORDER BY `i`.`CreationTime` DESC + LIMIT @__p_1 OFFSET @__p_0 +) AS `t` +INNER JOIN `IdentityServerClientPostLogoutRedirectUris` AS `i0` ON `t`.`Id` = `i0`.`ClientId` +ORDER BY `t`.`CreationTime` DESC, `t`.`Id` +2021-09-04 14:22:07.918 +08:00 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.IdentityServer.EntityFrameworkCore.IdentityServerDbContext'. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.<>c__DisplayClass63_0`2.<g__InitializeReaderAsync|0>d.MoveNext() +--- End of stack trace from previous location --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.PopulateSplitIncludeCollectionAsync[TIncludingEntity,TIncludedEntity](Int32 collectionId, RelationalQueryContext queryContext, IExecutionStrategy executionStrategy, Boolean detailedErrorsEnabled, SplitQueryResultCoordinator resultCoordinator, RelationalCommandCache relationalCommandCache, Func`3 childIdentifier, IReadOnlyList`1 identifierValueComparers, Func`5 innerShaper, Func`4 relatedDataLoaders, INavigationBase inverseNavigation, Action`2 fixup, Boolean trackingQuery) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.TaskAwaiter(Func`1[] taskFactories) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.<>c__DisplayClass63_0`2.<g__InitializeReaderAsync|0>d.MoveNext() +--- End of stack trace from previous location --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.PopulateSplitIncludeCollectionAsync[TIncludingEntity,TIncludedEntity](Int32 collectionId, RelationalQueryContext queryContext, IExecutionStrategy executionStrategy, Boolean detailedErrorsEnabled, SplitQueryResultCoordinator resultCoordinator, RelationalCommandCache relationalCommandCache, Func`3 childIdentifier, IReadOnlyList`1 identifierValueComparers, Func`5 innerShaper, Func`4 relatedDataLoaders, INavigationBase inverseNavigation, Action`2 fixup, Boolean trackingQuery) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.TaskAwaiter(Func`1[] taskFactories) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() +2021-09-04 14:22:08.285 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:08.286 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:08.286 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4516ms +2021-09-04 14:22:08.378 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:08.378 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:08.469 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:08.469 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:08.560 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:08.561 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:08.645 +08:00 [ERR] An error occurred using a transaction. +2021-09-04 14:22:08.645 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:08.646 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:08.646 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:08.646 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:08.649 +08:00 [ERR] ---------- RemoteServiceErrorInfo ---------- +{ + "code": null, + "message": "对不起,在处理你的请求期间,产生了一个服务器内部错误!", + "details": null, + "data": {}, + "validationErrors": null +} + +2021-09-04 14:22:08.649 +08:00 [ERR] The operation was canceled. +System.OperationCanceledException: The operation was canceled. + at System.Threading.CancellationToken.ThrowOperationCanceledException() + at System.Threading.CancellationToken.ThrowIfCancellationRequested() + at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 19 + at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 314 + at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 307 + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.<>c__DisplayClass63_0`2.<g__InitializeReaderAsync|0>d.MoveNext() +--- End of stack trace from previous location --- + at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.PopulateSplitIncludeCollectionAsync[TIncludingEntity,TIncludedEntity](Int32 collectionId, RelationalQueryContext queryContext, IExecutionStrategy executionStrategy, Boolean detailedErrorsEnabled, SplitQueryResultCoordinator resultCoordinator, RelationalCommandCache relationalCommandCache, Func`3 childIdentifier, IReadOnlyList`1 identifierValueComparers, Func`5 innerShaper, Func`4 relatedDataLoaders, INavigationBase inverseNavigation, Action`2 fixup, Boolean trackingQuery) + at Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.TaskAwaiter(Func`1[] taskFactories) + at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken) + at Volo.Abp.IdentityServer.Clients.ClientRepository.GetListAsync(String sorting, Int32 skipCount, Int32 maxResultCount, String filter, Boolean includeDetails, CancellationToken cancellationToken) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at CompanyName.ProjectName.IdentityServers.Clients.IdentityServerClientAppService.GetListAsync(PagingClientListInput input) in D:\abp\aspnet-core\services\src\CompanyName.ProjectName.Application\IdentityServers\Clients\IdentityServerClientAppService.cs:line 22 + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) + at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) + at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue`1.ProceedAsync() + at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) + at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed) + at lambda_method4179(Closure , Object ) + at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-09-04 14:22:08.649 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'. +2021-09-04 14:22:08.649 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 1349.4325ms +2021-09-04 14:22:08.649 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:08.650 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:08.650 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:08.651 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Fv2U1MlGURei8-csv8PIxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:08.652 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:08.653 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:08.653 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:08.654 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:08.654 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:08.655 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:08.655 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:08.663 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:08.676 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.676 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.676 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 298.0713ms +2021-09-04 14:22:08.725 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:08.726 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 71.1047ms +2021-09-04 14:22:08.726 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:08.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.753 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.753 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 284.7891ms +2021-09-04 14:22:08.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.775 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:08.776 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 500 - application/json;+charset=utf-8 1489.2037ms +2021-09-04 14:22:10.016 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:10.016 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=Fv2U1MlGURei8-csv8PIxw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1364.6487ms +2021-09-04 14:22:11.023 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:11.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:11.024 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7850ms +2021-09-04 14:22:11.026 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:11.026 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:11.030 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:11.030 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:11.031 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:11.032 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:11.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:11.051 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:11.052 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.5995ms +2021-09-04 14:22:11.165 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:11.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:11.168 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:11.168 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:11.173 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:11.173 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:11.177 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:11.177 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:11.179 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:11.179 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:11.192 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GGZ9XW1Ox_sj04rmL6TbJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:11.192 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:11.195 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:11.200 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:11.207 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:11.237 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:11.238 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.4024ms +2021-09-04 14:22:11.238 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:11.243 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:11.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:11.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:11.273 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 107.6464ms +2021-09-04 14:22:11.606 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:11.606 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=GGZ9XW1Ox_sj04rmL6TbJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 414.6472ms +2021-09-04 14:22:12.615 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:12.615 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:12.615 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5235ms +2021-09-04 14:22:12.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:12.617 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:12.619 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:12.620 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:12.620 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:12.621 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:12.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:12.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:12.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.6170ms +2021-09-04 14:22:12.717 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:12.718 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:12.718 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4426ms +2021-09-04 14:22:12.719 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:12.720 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:12.722 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:12.722 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:12.727 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:12.727 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:12.730 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:12.731 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:12.732 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:12.733 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:12.754 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eFIJCtOMwDCst3oE9hzsnw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:12.757 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:12.764 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:12.766 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:12.770 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:12.787 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:12.788 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 55.3056ms +2021-09-04 14:22:12.788 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:12.795 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:12.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:12.823 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:12.823 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 103.7417ms +2021-09-04 14:22:14.227 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:14.228 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=eFIJCtOMwDCst3oE9hzsnw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1473.8630ms +2021-09-04 14:22:15.241 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:15.242 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:15.242 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5212ms +2021-09-04 14:22:15.244 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:15.244 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:15.247 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:15.247 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:15.248 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:15.248 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:15.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:15.280 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:15.280 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 35.9501ms +2021-09-04 14:22:15.376 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:15.376 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:15.379 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:15.379 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:15.383 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:15.383 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:15.386 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:15.386 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:15.387 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:15.387 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:15.407 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=f_rGI9IIQfveiD033zX7oA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:15.411 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:15.415 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:15.417 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:15.421 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:15.441 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:15.442 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.6647ms +2021-09-04 14:22:15.442 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:15.447 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:15.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:15.477 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:15.477 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 101.4130ms +2021-09-04 14:22:15.662 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:15.662 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=f_rGI9IIQfveiD033zX7oA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 255.7988ms +2021-09-04 14:22:16.652 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:16.652 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:16.653 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5713ms +2021-09-04 14:22:16.654 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:16.655 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:16.657 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:16.658 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:16.659 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:16.659 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:16.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:16.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:16.680 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9399ms +2021-09-04 14:22:16.786 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:16.786 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:16.789 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:16.789 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:16.793 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:16.794 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:16.796 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:16.796 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:16.797 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:16.798 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:16.815 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l8PHGf_8zjjbGYAQ1jybAA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:16.819 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:16.828 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:16.828 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:16.831 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:16.856 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:16.857 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.4307ms +2021-09-04 14:22:16.857 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:16.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:16.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:16.888 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:16.889 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 102.8382ms +2021-09-04 14:22:17.058 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:17.058 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=l8PHGf_8zjjbGYAQ1jybAA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 243.7590ms +2021-09-04 14:22:18.080 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:18.080 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:18.080 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4396ms +2021-09-04 14:22:18.082 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:18.082 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:18.084 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:18.085 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:18.086 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:18.086 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:18.107 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:18.107 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:18.107 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.8926ms +2021-09-04 14:22:18.215 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:18.216 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:18.216 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4588ms +2021-09-04 14:22:18.218 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:18.218 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:18.220 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:18.221 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:18.225 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:18.225 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:18.228 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:18.228 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:18.229 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:18.229 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:18.244 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IIRFUBSi5NMa7mpwoBlGlA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:18.244 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:18.256 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:18.257 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:18.260 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:18.288 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:18.288 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.2487ms +2021-09-04 14:22:18.288 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:18.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:18.321 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:18.321 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:18.321 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 103.5654ms +2021-09-04 14:22:18.620 +08:00 [DBG] Transport connection checking... +2021-09-04 14:22:18.620 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:22:18.719 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:18.719 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IIRFUBSi5NMa7mpwoBlGlA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 475.0333ms +2021-09-04 14:22:19.748 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:19.748 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:19.748 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5479ms +2021-09-04 14:22:19.750 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:19.751 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:19.753 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:19.754 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:19.755 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:19.755 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:19.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:19.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:19.778 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.3508ms +2021-09-04 14:22:19.848 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:19.849 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:19.851 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:19.851 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:19.855 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:19.855 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:19.859 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:19.859 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:19.860 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:19.860 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:19.883 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_SGeuvs6DxGueNSW8x8hVw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:19.884 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:19.888 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:19.890 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:19.893 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:19.914 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:19.915 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 54.6086ms +2021-09-04 14:22:19.915 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:19.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:19.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:19.948 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:19.948 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 100.1989ms +2021-09-04 14:22:34.488 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:22:35.407 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:35.408 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=_SGeuvs6DxGueNSW8x8hVw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 15524.4350ms +2021-09-04 14:22:36.595 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:36.595 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:36.595 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5199ms +2021-09-04 14:22:36.597 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:36.597 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:36.600 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:36.600 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:36.601 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:36.601 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:36.622 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:36.623 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:36.623 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.9178ms +2021-09-04 14:22:36.763 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:36.763 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:36.763 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4855ms +2021-09-04 14:22:36.765 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:36.765 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:36.768 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:36.768 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:36.772 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:36.772 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:36.776 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:36.776 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:36.778 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:36.778 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:36.790 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VekNKIYlfv39E5qissDbJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:36.791 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:36.795 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:36.796 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:36.808 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:36.838 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:36.839 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 60.3823ms +2021-09-04 14:22:36.839 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:36.845 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:36.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:36.879 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:36.879 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 114.0439ms +2021-09-04 14:22:45.527 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:45.527 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=VekNKIYlfv39E5qissDbJw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 8737.2570ms +2021-09-04 14:22:46.681 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:46.681 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:46.681 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6070ms +2021-09-04 14:22:46.683 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:46.684 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:46.686 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:46.686 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:46.687 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:46.688 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:46.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:46.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:46.713 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 29.9759ms +2021-09-04 14:22:46.842 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:46.842 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:46.842 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5734ms +2021-09-04 14:22:46.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:46.845 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:46.847 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:46.848 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:46.852 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:46.852 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:46.855 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:46.855 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:46.857 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:46.857 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:46.874 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=T0tD6SkY2qgUH0_R60nnDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:46.875 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:46.890 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:46.893 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:46.898 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:46.926 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:46.927 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 70.261ms +2021-09-04 14:22:46.927 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:46.932 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:46.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:46.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:46.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 118.5586ms +2021-09-04 14:22:47.763 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:47.763 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=T0tD6SkY2qgUH0_R60nnDA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 888.9981ms +2021-09-04 14:22:48.630 +08:00 [DBG] Transport connection checking... +2021-09-04 14:22:48.630 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:22:48.761 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:48.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:48.762 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5081ms +2021-09-04 14:22:48.764 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:48.764 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:48.767 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:48.767 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:48.768 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:48.768 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:48.792 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:48.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:48.793 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.8791ms +2021-09-04 14:22:48.932 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:48.933 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:48.935 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:48.936 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:48.940 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:48.941 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:48.944 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:48.944 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:48.946 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:48.946 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:48.961 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IPC8wGp0jVevkmoyo8MdoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:48.961 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:48.974 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:48.977 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:48.979 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:49.005 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:49.006 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.3263ms +2021-09-04 14:22:49.006 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:49.013 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:49.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:49.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:49.042 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 109.3750ms +2021-09-04 14:22:52.986 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:22:52.986 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IPC8wGp0jVevkmoyo8MdoQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 4025.2241ms +2021-09-04 14:22:53.970 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:22:53.971 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:53.971 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5511ms +2021-09-04 14:22:53.973 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:22:53.973 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:53.976 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:53.977 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:53.978 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:53.978 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:22:54.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:54.001 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:54.001 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 28.1539ms +2021-09-04 14:22:54.105 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:22:54.105 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:54.105 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6605ms +2021-09-04 14:22:54.107 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:22:54.108 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:54.110 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:54.110 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:54.115 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:22:54.115 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:54.118 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:22:54.118 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:54.119 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:54.119 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:22:54.136 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cigQ1vDz_2W-KL2x5PQLLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:22:54.136 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:22:54.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:22:54.149 +08:00 [INF] Authorization was successful. +2021-09-04 14:22:54.152 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:22:54.179 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:22:54.180 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 60.3141ms +2021-09-04 14:22:54.180 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:22:54.184 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:54.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:54.212 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:22:54.212 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 105.1676ms +2021-09-04 14:23:03.147 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:03.147 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=cigQ1vDz_2W-KL2x5PQLLw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 9011.0910ms +2021-09-04 14:23:04.165 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:04.165 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:04.165 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4704ms +2021-09-04 14:23:04.167 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:04.168 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:04.170 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:04.170 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:04.171 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:04.171 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:04.194 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:04.194 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:04.195 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.2629ms +2021-09-04 14:23:04.310 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:04.311 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:04.311 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4742ms +2021-09-04 14:23:04.312 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:04.313 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:04.315 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:04.316 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:04.320 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:04.320 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:04.323 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:04.323 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:04.327 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:04.328 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:04.348 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9Rylq-08S6BGsUn6r3l-ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:04.348 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:04.362 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:04.365 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:04.368 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:04.391 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:04.392 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.8786ms +2021-09-04 14:23:04.392 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:04.396 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:04.427 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:04.427 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:04.427 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 114.7465ms +2021-09-04 14:23:04.541 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:23:06.290 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:06.291 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9Rylq-08S6BGsUn6r3l-ug&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1942.5500ms +2021-09-04 14:23:07.320 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:07.320 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:07.320 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5851ms +2021-09-04 14:23:07.323 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:07.324 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:07.327 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:07.327 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:07.329 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:07.329 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:07.364 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:07.364 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:07.364 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 41.1503ms +2021-09-04 14:23:07.466 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:07.467 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:07.469 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:07.470 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:07.475 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:07.475 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:07.478 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:07.478 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:07.479 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:07.479 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:07.501 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8FO6VuwJ5piOQI4o4zYZYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:07.505 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:07.513 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:07.515 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:07.520 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:07.544 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:07.545 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 65.681ms +2021-09-04 14:23:07.545 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:07.551 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:07.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:07.586 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:07.586 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 120.0580ms +2021-09-04 14:23:08.781 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:08.781 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8FO6VuwJ5piOQI4o4zYZYA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1281.1037ms +2021-09-04 14:23:09.810 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:09.810 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:09.810 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7079ms +2021-09-04 14:23:09.813 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:09.813 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:09.816 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:09.816 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:09.817 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:09.818 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:09.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:09.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:09.840 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 26.7068ms +2021-09-04 14:23:09.935 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:09.935 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:09.935 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.5055ms +2021-09-04 14:23:09.937 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:09.937 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:09.940 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:09.941 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:09.946 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:09.946 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:09.949 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:09.949 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:09.951 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:09.951 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:09.977 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zu4Jl1DS0LxoZn7jwtz9YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:09.978 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:09.983 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:09.985 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:09.990 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:10.009 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:10.010 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 59.2659ms +2021-09-04 14:23:10.010 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:10.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:10.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:10.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:10.048 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 110.4512ms +2021-09-04 14:23:12.696 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:12.696 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=zu4Jl1DS0LxoZn7jwtz9YA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2719.3242ms +2021-09-04 14:23:13.709 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:13.710 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:13.710 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.6034ms +2021-09-04 14:23:13.712 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:13.712 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:13.714 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:13.715 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:13.716 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:13.716 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:13.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:13.750 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:13.750 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.3092ms +2021-09-04 14:23:13.825 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:13.825 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:13.828 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:13.828 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:13.832 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:13.832 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:13.835 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:13.835 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:13.836 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:13.836 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:13.864 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uSN_6VEJB5eHsQdQbHRVxQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:13.865 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:13.869 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:13.871 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:13.876 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:13.896 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:13.896 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 60.1647ms +2021-09-04 14:23:13.896 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:13.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:13.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:13.933 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:13.934 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 108.7748ms +2021-09-04 14:23:14.449 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:14.449 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=uSN_6VEJB5eHsQdQbHRVxQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 584.4363ms +2021-09-04 14:23:15.459 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:15.460 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:15.460 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.8482ms +2021-09-04 14:23:15.462 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:15.463 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:15.465 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:15.466 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:15.467 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:15.467 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:15.501 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:15.501 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:15.501 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 38.7585ms +2021-09-04 14:23:15.622 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:15.623 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:15.623 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.9602ms +2021-09-04 14:23:15.626 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:15.627 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:15.630 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:15.631 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:15.635 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:15.635 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:15.638 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:15.638 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:15.640 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:15.640 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:15.653 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XXWjOW8i6MarVRVYCrICtQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:15.654 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:15.666 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:15.668 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:15.671 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:15.697 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:15.698 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 57.4109ms +2021-09-04 14:23:15.698 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:15.702 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:15.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:15.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:15.731 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 104.5195ms +2021-09-04 14:23:18.488 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:18.488 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=XXWjOW8i6MarVRVYCrICtQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2834.6661ms +2021-09-04 14:23:18.640 +08:00 [DBG] Transport connection checking... +2021-09-04 14:23:18.640 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:23:19.487 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:19.488 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:19.488 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4484ms +2021-09-04 14:23:19.490 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:19.490 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:19.493 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:19.493 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:19.495 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:19.495 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:19.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:19.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:19.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5657ms +2021-09-04 14:23:19.634 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:19.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:19.637 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:19.637 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:19.642 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:19.642 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:19.645 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:19.645 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:19.646 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:19.647 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:19.672 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8du7W7gFu975CytuJr3ZsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:19.677 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:19.682 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:19.684 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:19.688 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:19.709 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:19.710 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 63.4517ms +2021-09-04 14:23:19.710 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:19.716 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:19.745 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:19.745 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:19.745 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 111.3555ms +2021-09-04 14:23:20.955 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:20.956 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8du7W7gFu975CytuJr3ZsA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1284.5105ms +2021-09-04 14:23:21.910 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:21.910 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:21.910 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4836ms +2021-09-04 14:23:21.912 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:21.913 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:21.915 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:21.916 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:21.917 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:21.917 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:21.937 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:21.937 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:21.937 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.6911ms +2021-09-04 14:23:22.017 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:22.017 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:22.018 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4417ms +2021-09-04 14:23:22.019 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:22.020 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:22.022 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:22.022 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:22.028 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:22.028 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:22.031 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:22.031 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:22.032 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:22.032 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:22.051 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EoOfXqRelofZQOmbl43COg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:22.055 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:22.062 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:22.063 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:22.067 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:22.089 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:22.089 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.9363ms +2021-09-04 14:23:22.089 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:22.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:22.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:22.123 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:22.123 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 103.6417ms +2021-09-04 14:23:24.667 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:24.668 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=EoOfXqRelofZQOmbl43COg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2617.5345ms +2021-09-04 14:23:25.718 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:25.719 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:25.719 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4667ms +2021-09-04 14:23:25.721 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:25.721 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:25.723 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:25.724 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:25.725 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:25.725 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:25.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:25.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:25.748 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.5710ms +2021-09-04 14:23:25.868 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:25.868 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:25.870 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:25.871 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:25.876 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:25.876 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:25.879 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:25.879 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:25.880 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:25.880 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:25.895 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IvcnEev-sOgbrz0h8V0JjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:25.896 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:25.908 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:25.910 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:25.912 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:25.940 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:25.941 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 60.5029ms +2021-09-04 14:23:25.941 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:25.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:25.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:25.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:25.978 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 110.1117ms +2021-09-04 14:23:27.336 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:27.337 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=IvcnEev-sOgbrz0h8V0JjA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 1441.2635ms +2021-09-04 14:23:28.304 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:28.305 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:28.305 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4934ms +2021-09-04 14:23:28.307 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:28.308 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:28.311 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:28.312 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:28.313 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:28.313 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:28.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:28.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:28.335 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.7638ms +2021-09-04 14:23:28.421 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:28.421 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:28.421 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4423ms +2021-09-04 14:23:28.423 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:28.423 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:28.427 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:28.428 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:28.432 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:28.432 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:28.435 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:28.436 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:28.437 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:28.437 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:28.458 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LmJc5KjWPiXfzKvACEaKAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:28.462 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:28.467 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:28.469 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:28.473 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:28.493 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:28.494 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 56.7945ms +2021-09-04 14:23:28.494 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:28.500 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:28.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:28.528 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:28.529 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 105.8163ms +2021-09-04 14:23:30.494 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:30.494 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=LmJc5KjWPiXfzKvACEaKAQ&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 2036.6163ms +2021-09-04 14:23:31.535 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:31.535 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:31.535 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5071ms +2021-09-04 14:23:31.537 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:31.537 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:31.540 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:31.540 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:31.541 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:31.542 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:31.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:31.579 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:31.579 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 42.5549ms +2021-09-04 14:23:31.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:31.663 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:31.666 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:31.667 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:31.673 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:31.673 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:31.678 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:31.678 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:31.680 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:31.680 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:31.725 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hz7gklEQxBESxCGRTpNsmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:31.726 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:31.734 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:31.737 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:31.740 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:31.746 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:31.747 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 67.1213ms +2021-09-04 14:23:31.747 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:31.751 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:31.782 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:31.782 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:31.782 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 119.8042ms +2021-09-04 14:23:34.583 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:23:47.944 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:23:47.944 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=hz7gklEQxBESxCGRTpNsmg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 16219.1086ms +2021-09-04 14:23:48.652 +08:00 [DBG] Transport connection checking... +2021-09-04 14:23:48.652 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:23:48.986 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:23:48.987 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:48.987 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4706ms +2021-09-04 14:23:48.989 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:23:48.989 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:48.991 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:48.992 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:48.993 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:48.993 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:23:49.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:49.016 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:49.017 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.8216ms +2021-09-04 14:23:49.123 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:23:49.123 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:49.123 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4393ms +2021-09-04 14:23:49.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:23:49.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:49.128 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:49.128 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:49.131 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:23:49.132 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:49.134 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:23:49.134 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:49.135 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:49.135 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:49.148 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=P7px_qJubeEjRg2x-TVK2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:49.152 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:49.162 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:49.162 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:49.167 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:23:49.187 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:49.188 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 52.9033ms +2021-09-04 14:23:49.188 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:49.193 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:49.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:49.221 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:49.221 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 96.4297ms +2021-09-04 14:23:52.996 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 14:23:52.996 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:52.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4375ms +2021-09-04 14:23:52.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:23:52.998 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:53.000 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:53.001 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:23:53.004 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:23:53.004 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:23:53.006 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:23:53.007 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:53.008 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:53.008 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:53.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:53.040 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 32.7134ms +2021-09-04 14:23:53.040 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:53.045 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:53.079 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:53.079 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:53.079 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 81.2875ms +2021-09-04 14:23:55.519 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 14:23:55.519 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:55.519 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4801ms +2021-09-04 14:23:55.520 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 14:23:55.521 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:55.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:55.523 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:23:55.527 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:23:55.527 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:23:55.530 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:23:55.530 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:55.531 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:55.531 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:55.558 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:55.560 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.8535ms +2021-09-04 14:23:55.560 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:55.563 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:55.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:55.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:55.585 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 64.9043ms +2021-09-04 14:23:57.244 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - +2021-09-04 14:23:57.245 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:57.245 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/AuditLogs/page - - - 204 - - 0.5000ms +2021-09-04 14:23:57.247 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 +2021-09-04 14:23:57.247 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:23:57.249 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:57.249 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:23:57.253 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:23:57.253 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:23:57.256 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:23:57.256 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 14:23:57.258 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog +2021-09-04 14:23:57.258 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:System.AuditLog +2021-09-04 14:23:57.261 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:System.AuditLog +2021-09-04 14:23:57.261 +08:00 [INF] Authorization was successful. +2021-09-04 14:23:57.262 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:57.262 +08:00 [INF] Route matched with {action = "List", controller = "AuditLog", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput]] ListAsync(CompanyName.ProjectName.AuditLogs.PagingAuditLogListInput) on controller CompanyName.ProjectName.Controllers.Systems.AuditLogController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:23:57.290 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.AuditLogs.GetAuditLogPageListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:23:57.290 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.1056ms +2021-09-04 14:23:57.290 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AuditLogController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:23:57.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:57.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:57.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:57.317 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/AuditLogs/page application/json 29 - 200 - application/json;+charset=utf-8 70.7718ms +2021-09-04 14:23:57.599 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:23:57.602 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:57.631 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 200 - text/html 32.3831ms +2021-09-04 14:23:57.958 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 14:23:57.962 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:57.963 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 4.9970ms +2021-09-04 14:23:58.238 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 14:23:58.238 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:23:58.240 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:58.240 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:58.245 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9113ms +2021-09-04 14:23:58.251 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 13.6328ms +2021-09-04 14:23:59.773 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:23:59.773 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:23:59.773 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:23:59.775 +08:00 [INF] Successfully validated the token. +2021-09-04 14:23:59.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:59.820 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:23:59.820 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3994ms +2021-09-04 14:24:00.275 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:00.278 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:00.283 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5754ms +2021-09-04 14:24:01.828 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:01.829 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:01.829 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:01.831 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:01.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:01.863 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:01.863 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.7683ms +2021-09-04 14:24:02.288 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:02.291 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:02.295 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4468ms +2021-09-04 14:24:03.870 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:03.870 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:03.870 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:03.872 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:03.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:03.916 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:03.916 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.2695ms +2021-09-04 14:24:04.301 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:04.303 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:04.307 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4138ms +2021-09-04 14:24:04.717 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:24:05.923 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:05.923 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:05.923 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:05.925 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:05.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:05.959 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:05.959 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9685ms +2021-09-04 14:24:06.312 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:06.314 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:06.318 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1180ms +2021-09-04 14:24:07.968 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:07.968 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:07.968 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:07.970 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:08.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:08.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:08.002 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.3145ms +2021-09-04 14:24:08.324 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:08.326 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:08.330 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1437ms +2021-09-04 14:24:10.009 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:10.009 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:10.009 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:10.011 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:10.043 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:10.043 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:10.043 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.4397ms +2021-09-04 14:24:10.336 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:10.339 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:10.343 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4034ms +2021-09-04 14:24:12.051 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:12.052 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:12.052 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:12.054 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:12.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:12.088 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:12.088 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1303ms +2021-09-04 14:24:12.348 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:12.350 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:12.354 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1631ms +2021-09-04 14:24:14.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:14.095 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:14.095 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:14.097 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:14.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:14.140 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:14.141 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.9724ms +2021-09-04 14:24:14.360 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:14.362 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:14.366 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.8290ms +2021-09-04 14:24:16.147 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:16.147 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:16.147 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:16.149 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:16.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:16.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:16.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.9851ms +2021-09-04 14:24:16.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:16.375 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:16.378 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1272ms +2021-09-04 14:24:16.428 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:24:16.431 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:24:18.199 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:18.199 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:18.199 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:18.201 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:18.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:18.245 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:18.245 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.4328ms +2021-09-04 14:24:18.384 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:18.386 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:18.391 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5848ms +2021-09-04 14:24:18.660 +08:00 [DBG] Transport connection checking... +2021-09-04 14:24:18.660 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:24:18.993 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:24:20.253 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:20.253 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:20.253 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:20.255 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:20.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:20.298 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:20.299 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.0574ms +2021-09-04 14:24:20.396 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:20.399 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:20.403 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6032ms +2021-09-04 14:24:22.306 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:22.306 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:22.306 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:22.308 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:22.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:22.355 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:22.355 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.6185ms +2021-09-04 14:24:22.408 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:22.411 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:22.415 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5832ms +2021-09-04 14:24:24.363 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:24.363 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:24.363 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:24.365 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:24.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:24.397 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:24.397 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.4421ms +2021-09-04 14:24:24.419 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:24.422 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:24.426 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5158ms +2021-09-04 14:24:26.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:26.404 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:26.404 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:26.406 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:26.431 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:26.437 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:26.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:26.439 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:26.439 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.1123ms +2021-09-04 14:24:26.440 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.9009ms +2021-09-04 14:24:28.446 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:28.447 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:28.447 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:28.447 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:28.449 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:28.449 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:28.453 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.4543ms +2021-09-04 14:24:28.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:28.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:28.482 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5583ms +2021-09-04 14:24:30.458 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:30.461 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:30.464 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0372ms +2021-09-04 14:24:30.490 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:30.490 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:30.490 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:30.492 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:30.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:30.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:30.524 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.6971ms +2021-09-04 14:24:32.469 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:32.471 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:32.475 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1940ms +2021-09-04 14:24:32.531 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:32.531 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:32.531 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:32.533 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:32.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:32.566 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:32.566 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.4550ms +2021-09-04 14:24:34.481 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:34.483 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:34.487 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5194ms +2021-09-04 14:24:34.573 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:34.574 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:34.574 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:34.576 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:34.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:34.608 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:34.609 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.2734ms +2021-09-04 14:24:34.787 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:24:36.493 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:36.496 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:36.499 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1978ms +2021-09-04 14:24:36.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:36.618 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:36.618 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:36.620 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:36.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:36.657 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:36.657 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.5863ms +2021-09-04 14:24:38.505 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:38.507 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:38.511 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2901ms +2021-09-04 14:24:38.664 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:38.665 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:38.665 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:38.667 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:38.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:38.709 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:38.709 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.7506ms +2021-09-04 14:24:40.516 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:40.518 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:40.522 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1257ms +2021-09-04 14:24:40.714 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:40.715 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:40.715 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:40.717 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:40.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:40.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:40.749 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.4511ms +2021-09-04 14:24:42.528 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:42.530 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:42.534 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4106ms +2021-09-04 14:24:42.755 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:42.756 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:42.756 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:42.758 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:42.790 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:42.790 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:42.790 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.5261ms +2021-09-04 14:24:44.539 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:44.541 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:44.545 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2805ms +2021-09-04 14:24:44.796 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:44.796 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:44.796 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:44.798 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:44.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:44.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:44.842 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.8993ms +2021-09-04 14:24:46.551 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:46.553 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:46.557 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2217ms +2021-09-04 14:24:46.848 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:46.848 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:46.849 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:46.851 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:46.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:46.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:46.895 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9214ms +2021-09-04 14:24:48.563 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:48.566 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:48.569 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2401ms +2021-09-04 14:24:48.677 +08:00 [DBG] Transport connection checking... +2021-09-04 14:24:48.677 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:24:48.903 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:48.903 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:48.903 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:48.905 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:48.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:48.949 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:48.949 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5579ms +2021-09-04 14:24:50.576 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:50.578 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:50.582 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5850ms +2021-09-04 14:24:50.956 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:50.956 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:50.956 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:50.958 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:50.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:50.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:50.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.9222ms +2021-09-04 14:24:52.589 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:52.591 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:52.595 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5464ms +2021-09-04 14:24:52.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:52.998 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:52.998 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:53.000 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:53.045 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:53.045 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:53.045 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6560ms +2021-09-04 14:24:54.600 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:54.602 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:54.606 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2143ms +2021-09-04 14:24:55.051 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:55.051 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:55.051 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:55.053 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:55.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:55.097 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:55.097 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5182ms +2021-09-04 14:24:56.611 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:56.614 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:56.618 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3892ms +2021-09-04 14:24:57.103 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:57.104 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:57.104 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:57.106 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:57.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:57.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:57.137 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 33.8309ms +2021-09-04 14:24:58.623 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:24:58.625 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:58.629 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5363ms +2021-09-04 14:24:59.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:24:59.144 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:24:59.144 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:24:59.147 +08:00 [INF] Successfully validated the token. +2021-09-04 14:24:59.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:59.190 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:24:59.190 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.3523ms +2021-09-04 14:25:01.133 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:01.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:01.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0740ms +2021-09-04 14:25:02.119 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:02.120 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:02.120 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:02.122 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:02.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:02.156 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:02.156 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7139ms +2021-09-04 14:25:04.135 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:04.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:04.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1423ms +2021-09-04 14:25:04.860 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:25:05.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:05.126 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:05.126 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:05.128 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:05.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:05.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:05.172 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5125ms +2021-09-04 14:25:07.130 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:07.133 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:07.138 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3046ms +2021-09-04 14:25:08.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:08.135 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:08.135 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:08.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:08.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:08.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:08.172 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5885ms +2021-09-04 14:25:10.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:10.122 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:10.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2011ms +2021-09-04 14:25:11.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:11.133 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:11.133 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:11.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:11.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:11.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:11.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.2027ms +2021-09-04 14:25:13.133 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:13.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:13.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0792ms +2021-09-04 14:25:14.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:14.126 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:14.126 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:14.128 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:14.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:14.164 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:14.164 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.7760ms +2021-09-04 14:25:16.133 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:16.136 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:16.140 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7029ms +2021-09-04 14:25:17.124 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:17.125 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:17.125 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:17.127 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:17.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:17.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:17.158 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 33.7380ms +2021-09-04 14:25:18.683 +08:00 [DBG] Transport connection checking... +2021-09-04 14:25:18.683 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:25:19.128 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:19.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:19.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0613ms +2021-09-04 14:25:20.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:20.135 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:20.135 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:20.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:20.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:20.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:20.182 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.7431ms +2021-09-04 14:25:22.132 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:22.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:22.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2677ms +2021-09-04 14:25:23.132 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:23.132 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:23.132 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:23.134 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:23.166 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:23.166 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:23.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.9509ms +2021-09-04 14:25:25.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:25.122 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:25.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3276ms +2021-09-04 14:25:26.123 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:26.124 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:26.124 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:26.126 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:26.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:26.160 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:26.160 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.4143ms +2021-09-04 14:25:28.124 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:28.126 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:28.130 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2904ms +2021-09-04 14:25:29.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:29.134 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:29.134 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:29.136 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:29.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:29.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:29.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.5917ms +2021-09-04 14:25:31.132 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:31.134 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:31.138 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5026ms +2021-09-04 14:25:32.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:32.128 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:32.128 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:32.130 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:32.174 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:32.174 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:32.174 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9388ms +2021-09-04 14:25:34.119 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:34.122 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:34.125 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1179ms +2021-09-04 14:25:34.946 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:25:35.122 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:35.123 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:35.123 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:35.125 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:35.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:35.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:35.158 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.6338ms +2021-09-04 14:25:36.130 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:36.133 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:36.137 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1486ms +2021-09-04 14:25:38.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:38.126 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:38.126 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:38.129 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:38.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:38.163 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:38.163 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3007ms +2021-09-04 14:25:39.120 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:39.122 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:39.126 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2453ms +2021-09-04 14:25:41.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:41.135 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:41.135 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:41.135 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:41.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:41.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:41.142 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4124ms +2021-09-04 14:25:41.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:41.172 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:41.172 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2094ms +2021-09-04 14:25:44.121 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:44.122 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:44.122 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:44.122 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:44.124 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:44.124 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:44.128 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0942ms +2021-09-04 14:25:44.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:44.168 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:44.168 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8196ms +2021-09-04 14:25:47.127 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:47.127 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:47.128 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:47.128 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:47.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:47.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:47.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2788ms +2021-09-04 14:25:47.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:47.167 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:47.167 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.1798ms +2021-09-04 14:25:48.698 +08:00 [DBG] Transport connection checking... +2021-09-04 14:25:48.698 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:25:50.132 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:50.133 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:50.133 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:50.133 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:50.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:50.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:50.139 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7224ms +2021-09-04 14:25:50.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:50.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:50.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.0234ms +2021-09-04 14:25:53.134 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:53.134 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:53.134 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:53.135 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:53.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:53.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:53.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0938ms +2021-09-04 14:25:53.186 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:53.186 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:53.186 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.2296ms +2021-09-04 14:25:55.146 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:55.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:55.152 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3355ms +2021-09-04 14:25:55.193 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:55.193 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:55.193 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:55.195 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:55.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:55.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:55.229 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9994ms +2021-09-04 14:25:57.165 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:57.168 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:57.173 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.6469ms +2021-09-04 14:25:57.238 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:57.238 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:57.238 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:57.241 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:57.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:57.275 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:57.275 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7470ms +2021-09-04 14:25:58.760 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 14:25:58.760 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:25:58.760 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4810ms +2021-09-04 14:25:58.762 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 +2021-09-04 14:25:58.762 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:25:58.764 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:58.765 +08:00 [INF] Authorization was successful. +2021-09-04 14:25:58.765 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:25:58.766 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:25:58.775 +08:00 [INF] Authorization was successful. +2021-09-04 14:25:58.777 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:25:58.785 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:25:58.786 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:25:58.789 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:25:58.789 +08:00 [INF] Authorization was successful. +2021-09-04 14:25:58.930 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 14:25:58.931 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 164.8837ms +2021-09-04 14:25:58.931 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:25:58.934 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:58.961 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:58.961 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:58.962 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 40 - 200 - application/json;+charset=utf-8 200.0630ms +2021-09-04 14:25:59.180 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:25:59.183 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:59.187 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2599ms +2021-09-04 14:25:59.280 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:25:59.280 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:25:59.280 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:25:59.282 +08:00 [INF] Successfully validated the token. +2021-09-04 14:25:59.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:59.317 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:25:59.317 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8497ms +2021-09-04 14:26:01.372 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:01.375 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:01.377 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:01.377 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:01.377 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:01.379 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:01.380 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.7626ms +2021-09-04 14:26:01.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:01.417 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:01.417 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.2951ms +2021-09-04 14:26:01.573 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - +2021-09-04 14:26:01.573 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - +2021-09-04 14:26:01.575 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:01.575 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:01.577 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/app.26a90fcb.js.map - - - 404 0 - 3.7808ms +2021-09-04 14:26:01.577 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/js/chunk-vendors.1c9adf11.js.map - - - 404 0 - 4.1786ms +2021-09-04 14:26:03.386 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:03.388 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:03.393 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4053ms +2021-09-04 14:26:03.424 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:03.424 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:03.424 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:03.426 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:03.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:03.466 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:03.466 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.8746ms +2021-09-04 14:26:04.634 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 14:26:04.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:26:04.635 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.5248ms +2021-09-04 14:26:04.637 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 +2021-09-04 14:26:04.637 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:26:04.639 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:04.640 +08:00 [INF] Authorization was successful. +2021-09-04 14:26:04.641 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:26:04.641 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:26:04.651 +08:00 [INF] Authorization was successful. +2021-09-04 14:26:04.654 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:26:04.662 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:26:04.663 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:26:04.667 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:26:04.668 +08:00 [INF] Authorization was successful. +2021-09-04 14:26:04.822 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 14:26:04.822 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 181.3946ms +2021-09-04 14:26:04.822 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:26:04.826 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:04.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:04.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:04.854 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 42 - 200 - application/json;+charset=utf-8 217.3419ms +2021-09-04 14:26:05.200 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:26:05.398 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:05.401 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:05.405 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5143ms +2021-09-04 14:26:05.473 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:05.473 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:05.473 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:05.476 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:05.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:05.512 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:05.512 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.8271ms +2021-09-04 14:26:07.411 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:07.413 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:07.418 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2672ms +2021-09-04 14:26:07.519 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:07.519 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:07.519 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:07.521 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:07.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:07.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:07.556 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4302ms +2021-09-04 14:26:09.424 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:09.427 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:09.431 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8527ms +2021-09-04 14:26:09.562 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:09.562 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:09.562 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:09.565 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:09.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:09.600 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:09.600 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.5143ms +2021-09-04 14:26:11.437 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:11.439 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:11.443 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4295ms +2021-09-04 14:26:11.607 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:11.608 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:11.608 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:11.610 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:11.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:11.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:11.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8033ms +2021-09-04 14:26:13.450 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:13.452 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:13.457 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3447ms +2021-09-04 14:26:13.651 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:13.652 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:13.652 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:13.654 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:13.699 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:13.699 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:13.699 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1486ms +2021-09-04 14:26:15.463 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:15.466 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:15.470 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7280ms +2021-09-04 14:26:15.706 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:15.706 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:15.706 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:15.708 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:15.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:15.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:15.742 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9605ms +2021-09-04 14:26:17.476 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:17.478 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:17.483 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7678ms +2021-09-04 14:26:17.748 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:17.749 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:17.749 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:17.751 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:17.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:17.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:17.798 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.2810ms +2021-09-04 14:26:18.711 +08:00 [DBG] Transport connection checking... +2021-09-04 14:26:18.711 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:26:19.489 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:19.491 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:19.496 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9145ms +2021-09-04 14:26:19.805 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:19.805 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:19.805 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:19.809 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:19.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:19.851 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:19.851 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.1874ms +2021-09-04 14:26:21.502 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:21.504 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:21.509 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7031ms +2021-09-04 14:26:21.857 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:21.858 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:21.858 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:21.860 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:21.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:21.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:21.895 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.6932ms +2021-09-04 14:26:23.515 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:23.517 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:23.522 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4407ms +2021-09-04 14:26:23.901 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:23.902 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:23.902 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:23.904 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:23.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:23.938 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:23.939 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1074ms +2021-09-04 14:26:25.528 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:25.530 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:25.535 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2850ms +2021-09-04 14:26:25.944 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:25.945 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:25.945 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:25.947 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:25.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:25.992 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:25.992 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1618ms +2021-09-04 14:26:27.541 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:27.543 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:27.547 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4612ms +2021-09-04 14:26:27.999 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:27.999 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:27.999 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:28.001 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:28.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:28.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:28.036 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.2952ms +2021-09-04 14:26:29.554 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:29.556 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:29.561 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2454ms +2021-09-04 14:26:30.043 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:30.044 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:30.044 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:30.046 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:30.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:30.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:30.090 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.1503ms +2021-09-04 14:26:31.567 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:31.569 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:31.573 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0317ms +2021-09-04 14:26:32.095 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:32.096 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:32.096 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:32.098 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:32.146 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:32.146 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:32.147 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.5298ms +2021-09-04 14:26:33.578 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:33.580 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:33.585 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7633ms +2021-09-04 14:26:34.154 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:34.154 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:34.154 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:34.156 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:34.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:34.201 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:34.201 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9336ms +2021-09-04 14:26:35.320 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:26:35.591 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:35.593 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:35.597 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7623ms +2021-09-04 14:26:36.208 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:36.209 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:36.209 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:36.211 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:36.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:36.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:36.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0524ms +2021-09-04 14:26:37.602 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:37.605 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:37.609 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9175ms +2021-09-04 14:26:38.255 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:38.256 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:38.256 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:38.258 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:38.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:38.293 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:38.293 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.9065ms +2021-09-04 14:26:39.616 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:39.618 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:39.622 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6873ms +2021-09-04 14:26:40.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:40.299 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:40.299 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:40.302 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:40.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:40.336 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:40.337 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5929ms +2021-09-04 14:26:41.628 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:41.630 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:41.635 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0478ms +2021-09-04 14:26:42.343 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:42.344 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:42.344 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:42.346 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:42.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:42.392 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:42.392 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8165ms +2021-09-04 14:26:43.641 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:43.643 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:43.648 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9739ms +2021-09-04 14:26:44.399 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:44.400 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:44.400 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:44.402 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:44.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:44.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:44.449 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.0399ms +2021-09-04 14:26:45.654 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:45.656 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:45.661 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6517ms +2021-09-04 14:26:46.455 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:46.455 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:46.456 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:46.458 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:46.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:46.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:46.503 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0741ms +2021-09-04 14:26:47.667 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:47.669 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:47.674 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7445ms +2021-09-04 14:26:48.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:48.510 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:48.510 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:48.512 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:48.558 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:48.558 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:48.558 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.3044ms +2021-09-04 14:26:48.716 +08:00 [DBG] Transport connection checking... +2021-09-04 14:26:48.716 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:26:49.679 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:49.682 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:49.686 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6831ms +2021-09-04 14:26:50.566 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:50.566 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:50.566 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:50.568 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:50.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:50.604 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:50.604 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.9843ms +2021-09-04 14:26:51.692 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:51.694 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:51.699 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6904ms +2021-09-04 14:26:52.610 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:52.610 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:52.610 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:52.612 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:52.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:52.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:52.658 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.4382ms +2021-09-04 14:26:53.705 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:53.707 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:53.711 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8753ms +2021-09-04 14:26:54.664 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:54.665 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:54.665 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:54.667 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:54.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:54.713 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:54.713 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.4765ms +2021-09-04 14:26:55.717 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:55.719 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:55.724 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6226ms +2021-09-04 14:26:56.720 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:56.721 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:56.721 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:56.723 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:56.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:56.762 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:56.762 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.5776ms +2021-09-04 14:26:57.730 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:57.733 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:57.737 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2166ms +2021-09-04 14:26:58.769 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:26:58.769 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:26:58.769 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:26:58.772 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:58.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:58.818 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:26:58.818 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.3237ms +2021-09-04 14:26:59.744 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:26:59.746 +08:00 [INF] Successfully validated the token. +2021-09-04 14:26:59.750 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7858ms +2021-09-04 14:27:00.825 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:00.825 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:00.825 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:00.827 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:00.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:00.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:00.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.9319ms +2021-09-04 14:27:01.756 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:01.758 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:01.763 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1297ms +2021-09-04 14:27:02.881 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:02.881 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:02.881 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:02.883 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:02.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:02.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:02.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.5695ms +2021-09-04 14:27:03.769 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:03.771 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:03.775 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3961ms +2021-09-04 14:27:04.938 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:04.939 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:04.939 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:04.942 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:04.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:04.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:04.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.1877ms +2021-09-04 14:27:05.457 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:27:05.781 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:05.783 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:05.787 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7802ms +2021-09-04 14:27:07.049 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:07.050 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:07.050 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:07.052 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:07.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:07.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:07.090 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.4346ms +2021-09-04 14:27:07.793 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:07.796 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:07.800 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7563ms +2021-09-04 14:27:09.097 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:09.097 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:09.098 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:09.100 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:09.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:09.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:09.136 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.9860ms +2021-09-04 14:27:09.807 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:09.810 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:09.814 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7754ms +2021-09-04 14:27:11.143 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:11.143 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:11.143 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:11.145 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:11.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:11.181 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:11.182 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6218ms +2021-09-04 14:27:11.820 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:11.822 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:11.826 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5098ms +2021-09-04 14:27:13.188 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:13.188 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:13.188 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:13.190 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:13.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:13.228 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:13.228 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.5357ms +2021-09-04 14:27:13.836 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:13.838 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:13.843 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8084ms +2021-09-04 14:27:15.233 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:15.234 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:15.234 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:15.236 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:15.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:15.282 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:15.282 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.5380ms +2021-09-04 14:27:15.904 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:15.907 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:15.911 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4073ms +2021-09-04 14:27:17.289 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:17.290 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:17.290 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:17.292 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:17.331 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:17.331 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:17.332 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.5955ms +2021-09-04 14:27:17.917 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:17.920 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:17.923 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1236ms +2021-09-04 14:27:18.717 +08:00 [DBG] Transport connection checking... +2021-09-04 14:27:18.717 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:27:19.338 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:19.339 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:19.339 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:19.341 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:19.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:19.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:19.387 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.9838ms +2021-09-04 14:27:19.929 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:19.931 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:19.935 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8454ms +2021-09-04 14:27:21.393 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:21.393 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:21.393 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:21.395 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:21.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:21.429 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:21.429 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.0194ms +2021-09-04 14:27:21.940 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:21.943 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:21.947 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2841ms +2021-09-04 14:27:23.434 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:23.435 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:23.435 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:23.437 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:23.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:23.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:23.470 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.1874ms +2021-09-04 14:27:23.953 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:23.956 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:23.960 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4772ms +2021-09-04 14:27:25.476 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:25.476 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:25.476 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:25.478 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:25.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:25.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:25.515 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.5216ms +2021-09-04 14:27:25.965 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:25.967 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:25.972 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6783ms +2021-09-04 14:27:27.524 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:27.524 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:27.524 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:27.526 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:27.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:27.573 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:27.573 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.5342ms +2021-09-04 14:27:27.978 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:27.980 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:27.985 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0166ms +2021-09-04 14:27:29.581 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:29.581 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:29.581 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:29.583 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:29.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:29.621 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:29.621 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.6409ms +2021-09-04 14:27:29.991 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:29.993 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:29.998 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.4192ms +2021-09-04 14:27:31.629 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:31.629 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:31.629 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:31.632 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:31.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:31.680 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:31.680 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.4106ms +2021-09-04 14:27:32.004 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:32.006 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:32.010 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6526ms +2021-09-04 14:27:33.687 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:33.687 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:33.687 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:33.689 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:33.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:33.726 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:33.726 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.4115ms +2021-09-04 14:27:34.015 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:34.018 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:34.022 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5211ms +2021-09-04 14:27:35.552 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:27:35.731 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:35.732 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:35.732 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:35.734 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:35.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:35.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:35.772 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.7338ms +2021-09-04 14:27:36.027 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:36.030 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:36.034 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8141ms +2021-09-04 14:27:37.778 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:37.778 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:37.778 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:37.780 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:37.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:37.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:37.816 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.3766ms +2021-09-04 14:27:38.040 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:38.042 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:38.048 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.4527ms +2021-09-04 14:27:39.823 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:39.823 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:39.823 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:39.825 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:39.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:39.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:39.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.4528ms +2021-09-04 14:27:40.053 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:40.056 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:40.060 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2719ms +2021-09-04 14:27:41.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:41.880 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:41.880 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:41.882 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:41.921 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:41.921 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:41.921 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.6654ms +2021-09-04 14:27:42.064 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:42.067 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:42.072 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.7554ms +2021-09-04 14:27:43.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:43.928 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:43.928 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:43.931 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:43.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:43.978 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:43.979 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.6344ms +2021-09-04 14:27:44.079 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:44.081 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:44.086 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0933ms +2021-09-04 14:27:45.987 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:45.987 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:45.987 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:45.989 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:46.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:46.036 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:46.036 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.4905ms +2021-09-04 14:27:46.091 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:46.094 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:46.098 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9140ms +2021-09-04 14:27:48.042 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:48.042 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:48.042 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:48.044 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:48.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:48.091 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:48.091 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.2098ms +2021-09-04 14:27:48.104 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:48.106 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:48.110 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6113ms +2021-09-04 14:27:48.726 +08:00 [DBG] Transport connection checking... +2021-09-04 14:27:48.726 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:27:50.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:50.097 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:50.097 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:50.099 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:50.117 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:50.119 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:50.123 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.9469ms +2021-09-04 14:27:50.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:50.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:50.137 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.6605ms +2021-09-04 14:27:52.129 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:52.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:52.136 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0241ms +2021-09-04 14:27:52.145 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:52.145 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:52.145 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:52.147 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:52.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:52.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:52.193 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1640ms +2021-09-04 14:27:54.142 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:54.144 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:54.148 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5797ms +2021-09-04 14:27:54.200 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:54.200 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:54.200 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:54.202 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:54.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:54.246 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:54.246 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5253ms +2021-09-04 14:27:56.154 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:56.157 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:56.162 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.1134ms +2021-09-04 14:27:56.251 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:56.252 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:56.252 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:56.254 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:56.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:56.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:56.292 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.6349ms +2021-09-04 14:27:58.169 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:27:58.171 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:58.175 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5378ms +2021-09-04 14:27:58.300 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:27:58.300 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:27:58.300 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:27:58.303 +08:00 [INF] Successfully validated the token. +2021-09-04 14:27:58.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:58.343 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:27:58.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.4855ms +2021-09-04 14:28:00.182 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:00.184 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:00.189 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6358ms +2021-09-04 14:28:00.350 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:00.350 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:00.350 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:00.353 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:00.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:00.398 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:00.398 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.2845ms +2021-09-04 14:28:02.195 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:02.197 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:02.202 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9837ms +2021-09-04 14:28:02.404 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:02.405 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:02.405 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:02.407 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:02.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:02.454 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:02.455 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.4448ms +2021-09-04 14:28:04.207 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:04.209 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:04.214 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1602ms +2021-09-04 14:28:04.460 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:04.461 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:04.461 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:04.464 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:04.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:04.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:04.514 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.7882ms +2021-09-04 14:28:05.671 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:28:06.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:06.223 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:06.228 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2717ms +2021-09-04 14:28:06.520 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:06.520 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:06.520 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:06.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:06.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:06.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:06.557 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0596ms +2021-09-04 14:28:08.233 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:08.236 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:08.240 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6161ms +2021-09-04 14:28:08.562 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:08.563 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:08.563 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:08.565 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:08.598 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:08.598 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:08.599 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2565ms +2021-09-04 14:28:10.246 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:10.249 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:10.253 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5891ms +2021-09-04 14:28:10.605 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:10.605 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:10.605 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:10.607 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:10.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:10.640 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:10.641 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.0576ms +2021-09-04 14:28:12.259 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:12.261 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:12.265 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3366ms +2021-09-04 14:28:12.647 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:12.648 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:12.648 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:12.650 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:12.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:12.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:12.698 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.0168ms +2021-09-04 14:28:14.272 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:14.274 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:14.279 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7851ms +2021-09-04 14:28:14.704 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:14.705 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:14.705 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:14.707 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:14.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:14.741 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:14.741 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9536ms +2021-09-04 14:28:16.284 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:16.287 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:16.292 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.0531ms +2021-09-04 14:28:16.748 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:16.749 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:16.749 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:16.753 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:16.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:16.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:16.798 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.8367ms +2021-09-04 14:28:18.347 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:18.350 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:18.354 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9120ms +2021-09-04 14:28:18.733 +08:00 [DBG] Transport connection checking... +2021-09-04 14:28:18.733 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:28:18.806 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:18.806 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:18.806 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:18.809 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:18.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:18.854 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:18.854 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6014ms +2021-09-04 14:28:20.360 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:20.362 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:20.367 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6023ms +2021-09-04 14:28:20.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:20.860 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:20.860 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:20.862 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:20.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:20.897 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:20.898 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7106ms +2021-09-04 14:28:22.374 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:22.376 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:22.381 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9297ms +2021-09-04 14:28:22.904 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:22.904 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:22.904 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:22.906 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:22.951 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:22.952 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:22.952 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1428ms +2021-09-04 14:28:24.387 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:24.389 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:24.394 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9791ms +2021-09-04 14:28:24.958 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:24.959 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:24.959 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:24.961 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:25.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:25.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:25.006 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.2358ms +2021-09-04 14:28:26.400 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:26.402 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:26.407 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3418ms +2021-09-04 14:28:27.013 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:27.013 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:27.013 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:27.016 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:27.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:27.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:27.064 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.1778ms +2021-09-04 14:28:28.414 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:28.416 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:28.420 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6235ms +2021-09-04 14:28:29.072 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:29.072 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:29.072 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:29.075 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:29.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:29.122 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:29.122 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.8501ms +2021-09-04 14:28:30.426 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:30.428 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:30.432 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7937ms +2021-09-04 14:28:31.129 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:31.129 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:31.129 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:31.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:31.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:31.178 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:31.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.8024ms +2021-09-04 14:28:32.439 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:32.441 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:32.446 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7964ms +2021-09-04 14:28:33.185 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:33.185 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:33.185 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:33.187 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:33.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:33.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:33.233 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0151ms +2021-09-04 14:28:34.452 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:34.454 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:34.458 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3306ms +2021-09-04 14:28:35.239 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:35.239 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:35.239 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:35.242 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:35.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:35.288 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:35.288 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.2859ms +2021-09-04 14:28:35.800 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:28:36.465 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:36.467 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:36.471 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2516ms +2021-09-04 14:28:37.295 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:37.296 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:37.296 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:37.298 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:37.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:37.334 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:37.334 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6017ms +2021-09-04 14:28:38.477 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:38.480 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:38.484 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7422ms +2021-09-04 14:28:39.340 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:39.340 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:39.340 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:39.342 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:39.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:39.378 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:39.378 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2804ms +2021-09-04 14:28:40.490 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:40.492 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:40.496 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8524ms +2021-09-04 14:28:41.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:41.385 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:41.385 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:41.387 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:41.425 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:41.425 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:41.426 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.7878ms +2021-09-04 14:28:42.503 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:42.506 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:42.510 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5276ms +2021-09-04 14:28:43.432 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:43.432 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:43.432 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:43.435 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:43.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:43.472 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:43.473 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.4772ms +2021-09-04 14:28:44.515 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:44.518 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:44.522 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8232ms +2021-09-04 14:28:45.480 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:45.480 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:45.480 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:45.482 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:45.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:45.517 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:45.517 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5479ms +2021-09-04 14:28:46.528 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:46.531 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:46.535 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8436ms +2021-09-04 14:28:47.524 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:47.524 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:47.524 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:47.527 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:47.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:47.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:47.563 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0322ms +2021-09-04 14:28:48.541 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:48.543 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:48.547 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3162ms +2021-09-04 14:28:48.738 +08:00 [DBG] Transport connection checking... +2021-09-04 14:28:48.738 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:28:49.569 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:49.569 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:49.570 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:49.572 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:49.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:49.606 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:49.606 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9411ms +2021-09-04 14:28:50.553 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:50.556 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:50.561 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.2581ms +2021-09-04 14:28:51.612 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:51.612 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:51.612 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:51.615 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:51.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:51.651 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:51.651 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.5915ms +2021-09-04 14:28:52.568 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:52.570 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:52.574 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6557ms +2021-09-04 14:28:53.660 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:53.660 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:53.661 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:53.663 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:53.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:53.698 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:53.698 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7413ms +2021-09-04 14:28:54.580 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:54.582 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:54.587 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1280ms +2021-09-04 14:28:55.703 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:55.704 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:55.704 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:55.706 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:55.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:55.742 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:55.743 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.1322ms +2021-09-04 14:28:56.594 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:56.596 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:56.600 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5521ms +2021-09-04 14:28:57.749 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:57.749 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:57.749 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:57.751 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:57.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:57.785 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:57.785 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2804ms +2021-09-04 14:28:58.607 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:28:58.609 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:58.613 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4687ms +2021-09-04 14:28:59.793 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:28:59.793 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:28:59.793 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:28:59.795 +08:00 [INF] Successfully validated the token. +2021-09-04 14:28:59.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:59.841 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:28:59.841 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.4244ms +2021-09-04 14:29:00.620 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:00.622 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:00.626 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3420ms +2021-09-04 14:29:01.847 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:01.848 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:01.848 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:01.850 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:01.885 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:01.885 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:01.886 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.1458ms +2021-09-04 14:29:02.632 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:02.634 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:02.638 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6898ms +2021-09-04 14:29:03.893 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:03.893 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:03.893 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:03.896 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:03.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:03.942 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:03.942 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.4055ms +2021-09-04 14:29:04.643 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:04.645 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:04.650 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8036ms +2021-09-04 14:29:05.896 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:29:05.948 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:05.949 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:05.949 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:05.951 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:05.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:05.985 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:05.986 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3714ms +2021-09-04 14:29:06.656 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:06.658 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:06.662 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3431ms +2021-09-04 14:29:07.993 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:07.993 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:07.993 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:07.995 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:08.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:08.042 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:08.042 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.5870ms +2021-09-04 14:29:08.669 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:08.671 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:08.676 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9155ms +2021-09-04 14:29:10.048 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:10.048 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:10.048 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:10.051 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:10.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:10.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:10.087 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6278ms +2021-09-04 14:29:10.681 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:10.683 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:10.688 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3103ms +2021-09-04 14:29:12.092 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:12.092 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:12.093 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:12.095 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:12.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:12.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:12.130 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5130ms +2021-09-04 14:29:12.694 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:12.697 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:12.701 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9957ms +2021-09-04 14:29:14.137 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:14.137 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:14.137 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:14.140 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:14.188 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:14.188 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:14.189 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.1203ms +2021-09-04 14:29:14.706 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:14.708 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:14.713 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6907ms +2021-09-04 14:29:16.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:16.198 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:16.198 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:16.201 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:16.247 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:16.247 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:16.247 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.3175ms +2021-09-04 14:29:16.433 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:29:16.436 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:29:16.718 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:16.721 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:16.725 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5416ms +2021-09-04 14:29:18.254 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:18.255 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:18.255 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:18.257 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:18.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:18.295 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:18.295 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.8705ms +2021-09-04 14:29:18.730 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:18.732 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:18.737 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6020ms +2021-09-04 14:29:18.754 +08:00 [DBG] Transport connection checking... +2021-09-04 14:29:18.754 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:29:20.014 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:29:20.301 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:20.302 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:20.302 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:20.304 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:20.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:20.342 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:20.343 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1896ms +2021-09-04 14:29:20.741 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:20.744 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:20.748 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4318ms +2021-09-04 14:29:22.349 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:22.350 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:22.350 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:22.352 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:22.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:22.385 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:22.385 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.6905ms +2021-09-04 14:29:22.753 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:22.756 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:22.760 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3602ms +2021-09-04 14:29:24.392 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:24.393 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:24.393 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:24.395 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:24.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:24.441 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:24.441 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.1713ms +2021-09-04 14:29:24.765 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:24.768 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:24.772 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4234ms +2021-09-04 14:29:26.447 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:26.448 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:26.448 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:26.450 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:26.493 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:26.493 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:26.493 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.1568ms +2021-09-04 14:29:26.777 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:26.780 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:26.784 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.4887ms +2021-09-04 14:29:28.500 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:28.500 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:28.501 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:28.503 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:28.539 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:28.539 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:28.540 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.3929ms +2021-09-04 14:29:28.791 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:28.794 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:28.798 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5835ms +2021-09-04 14:29:30.546 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:30.546 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:30.546 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:30.548 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:30.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:30.582 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:30.582 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.8916ms +2021-09-04 14:29:30.804 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:30.806 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:30.810 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4308ms +2021-09-04 14:29:32.588 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:32.589 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:32.589 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:32.591 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:32.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:32.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:32.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.8124ms +2021-09-04 14:29:32.816 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:32.818 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:32.823 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9526ms +2021-09-04 14:29:34.645 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:34.645 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:34.645 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:34.647 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:34.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:34.682 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:34.683 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5645ms +2021-09-04 14:29:34.828 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:34.830 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:34.834 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1028ms +2021-09-04 14:29:36.004 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:29:36.688 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:36.689 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:36.689 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:36.691 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:36.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:36.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:36.730 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.6282ms +2021-09-04 14:29:36.841 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:36.843 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:36.847 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6070ms +2021-09-04 14:29:38.738 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:38.738 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:38.738 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:38.740 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:38.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:38.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:38.776 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.3760ms +2021-09-04 14:29:38.853 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:38.855 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:38.859 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3365ms +2021-09-04 14:29:40.783 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:40.783 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:40.783 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:40.786 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:40.831 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:40.831 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:40.831 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.3753ms +2021-09-04 14:29:40.865 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:40.867 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:40.872 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9154ms +2021-09-04 14:29:42.838 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:42.838 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:42.838 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:42.840 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:42.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:42.877 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:42.877 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:42.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.0042ms +2021-09-04 14:29:42.880 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:42.884 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3829ms +2021-09-04 14:29:44.883 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:44.883 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:44.883 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:44.885 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:44.889 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:44.892 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:44.897 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.1172ms +2021-09-04 14:29:44.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:44.935 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:44.935 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.0870ms +2021-09-04 14:29:46.904 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:46.906 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:46.911 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5606ms +2021-09-04 14:29:46.941 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:46.941 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:46.941 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:46.943 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:46.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:46.977 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:46.978 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0474ms +2021-09-04 14:29:48.758 +08:00 [DBG] Transport connection checking... +2021-09-04 14:29:48.758 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:29:48.917 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:48.919 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:48.923 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5310ms +2021-09-04 14:29:48.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:48.983 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:48.983 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:48.985 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:49.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:49.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:49.029 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8251ms +2021-09-04 14:29:50.928 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:50.931 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:50.935 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4441ms +2021-09-04 14:29:51.036 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:51.036 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:51.036 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:51.039 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:51.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:51.074 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:51.074 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2046ms +2021-09-04 14:29:52.941 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:52.943 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:52.948 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7780ms +2021-09-04 14:29:53.080 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:53.080 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:53.080 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:53.082 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:53.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:53.126 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:53.126 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.5598ms +2021-09-04 14:29:54.953 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:54.956 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:54.960 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2811ms +2021-09-04 14:29:55.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:55.133 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:55.133 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:55.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:55.169 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:55.170 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:55.170 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.6889ms +2021-09-04 14:29:56.966 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:56.969 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:56.974 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3091ms +2021-09-04 14:29:57.176 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:57.176 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:57.176 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:57.179 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:57.214 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:57.214 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0614ms +2021-09-04 14:29:58.979 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:29:58.982 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:58.987 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2940ms +2021-09-04 14:29:59.221 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:29:59.221 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:29:59.221 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:29:59.223 +08:00 [INF] Successfully validated the token. +2021-09-04 14:29:59.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:59.258 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:29:59.258 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4943ms +2021-09-04 14:30:00.993 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:00.995 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:00.999 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4108ms +2021-09-04 14:30:01.265 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:01.266 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:01.266 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:01.268 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:01.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:01.314 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:01.314 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.5977ms +2021-09-04 14:30:03.005 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:03.008 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:03.012 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6988ms +2021-09-04 14:30:03.332 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:03.332 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:03.332 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:03.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:03.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:03.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:03.381 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8353ms +2021-09-04 14:30:05.018 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:05.021 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:05.025 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8270ms +2021-09-04 14:30:05.388 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:05.388 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:05.388 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:05.390 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:05.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:05.438 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:05.438 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.2322ms +2021-09-04 14:30:06.116 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:30:07.030 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:07.032 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:07.037 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3739ms +2021-09-04 14:30:07.444 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:07.445 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:07.445 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:07.447 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:07.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:07.482 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:07.482 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.9359ms +2021-09-04 14:30:09.042 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:09.045 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:09.050 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.6352ms +2021-09-04 14:30:09.488 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:09.489 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:09.489 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:09.491 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:09.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:09.538 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:09.538 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.7649ms +2021-09-04 14:30:11.057 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:11.059 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:11.064 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6236ms +2021-09-04 14:30:11.545 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:11.545 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:11.546 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:11.548 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:11.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:11.585 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:11.585 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.8535ms +2021-09-04 14:30:13.070 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:13.072 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:13.076 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5981ms +2021-09-04 14:30:13.591 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:13.591 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:13.591 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:13.594 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:13.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:13.630 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:13.630 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0435ms +2021-09-04 14:30:15.082 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:15.085 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:15.089 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9081ms +2021-09-04 14:30:15.636 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:15.636 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:15.636 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:15.638 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:15.674 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:15.674 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:15.674 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2983ms +2021-09-04 14:30:17.095 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:17.097 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:17.102 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0183ms +2021-09-04 14:30:17.680 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:17.680 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:17.680 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:17.682 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:17.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:17.717 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:17.717 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7147ms +2021-09-04 14:30:18.769 +08:00 [DBG] Transport connection checking... +2021-09-04 14:30:18.769 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:30:19.107 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:19.110 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:19.114 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7135ms +2021-09-04 14:30:19.725 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:19.725 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:19.725 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:19.728 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:19.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:19.772 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:19.772 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1214ms +2021-09-04 14:30:21.123 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:21.125 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:21.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4041ms +2021-09-04 14:30:21.779 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:21.779 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:21.779 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:21.781 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:21.817 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:21.817 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:21.818 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.9399ms +2021-09-04 14:30:23.135 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:23.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:23.141 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4060ms +2021-09-04 14:30:23.824 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:23.825 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:23.825 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:23.827 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:23.862 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:23.862 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:23.862 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8050ms +2021-09-04 14:30:25.147 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:25.150 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:25.154 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1695ms +2021-09-04 14:30:25.869 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:25.869 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:25.869 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:25.871 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:25.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:25.919 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:25.919 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.1386ms +2021-09-04 14:30:27.160 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:27.162 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:27.167 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9415ms +2021-09-04 14:30:27.924 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:27.924 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:27.924 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:27.926 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:27.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:27.972 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:27.972 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1566ms +2021-09-04 14:30:29.172 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:29.175 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:29.179 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8773ms +2021-09-04 14:30:29.978 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:29.978 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:29.978 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:29.980 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:30.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:30.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:30.029 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.3750ms +2021-09-04 14:30:31.186 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:31.188 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:31.192 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8186ms +2021-09-04 14:30:32.035 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:32.036 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:32.036 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:32.038 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:32.075 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:32.075 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:32.075 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.9919ms +2021-09-04 14:30:33.198 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:33.201 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:33.208 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 10.3695ms +2021-09-04 14:30:34.082 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:34.082 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:34.082 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:34.085 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:34.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:34.139 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:34.140 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 57.7432ms +2021-09-04 14:30:35.214 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:35.217 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:35.221 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5111ms +2021-09-04 14:30:36.146 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:36.146 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:36.146 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:36.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:36.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:36.182 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:36.183 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.5465ms +2021-09-04 14:30:36.228 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:30:37.227 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:37.229 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:37.234 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5709ms +2021-09-04 14:30:38.189 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:38.189 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:38.189 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:38.191 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:38.238 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:38.238 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:38.238 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.4040ms +2021-09-04 14:30:39.239 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:39.242 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:39.247 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3172ms +2021-09-04 14:30:40.245 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:40.245 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:40.245 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:40.247 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:40.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:40.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:40.294 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.5814ms +2021-09-04 14:30:41.252 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:41.254 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:41.258 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2581ms +2021-09-04 14:30:42.301 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:42.301 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:42.301 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:42.303 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:42.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:42.339 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:42.339 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0612ms +2021-09-04 14:30:43.263 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:43.266 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:43.272 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 9.1762ms +2021-09-04 14:30:44.344 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:44.344 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:44.344 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:44.347 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:44.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:44.388 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:44.389 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.5229ms +2021-09-04 14:30:45.279 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:45.282 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:45.287 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5944ms +2021-09-04 14:30:46.396 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:46.396 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:46.396 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:46.398 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:46.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:46.444 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:46.444 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0100ms +2021-09-04 14:30:47.293 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:47.295 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:47.300 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8437ms +2021-09-04 14:30:48.452 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:48.452 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:48.452 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:48.454 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:48.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:48.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:48.503 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.3026ms +2021-09-04 14:30:48.768 +08:00 [DBG] Transport connection checking... +2021-09-04 14:30:48.768 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:30:49.306 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:49.309 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:49.313 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2297ms +2021-09-04 14:30:50.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:50.510 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:50.510 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:50.512 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:50.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:50.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:50.557 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6433ms +2021-09-04 14:30:51.320 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:51.322 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:51.326 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4519ms +2021-09-04 14:30:52.563 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:52.564 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:52.564 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:52.566 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:52.613 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:52.614 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:52.614 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.3321ms +2021-09-04 14:30:53.333 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:53.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:53.339 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2123ms +2021-09-04 14:30:54.621 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:54.621 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:54.621 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:54.623 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:54.671 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:54.671 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:54.671 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.3511ms +2021-09-04 14:30:55.344 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:55.347 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:55.351 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2574ms +2021-09-04 14:30:56.678 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:56.678 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:56.678 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:56.680 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:56.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:56.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:56.723 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.1772ms +2021-09-04 14:30:57.355 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:57.358 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:57.362 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5283ms +2021-09-04 14:30:58.729 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:30:58.729 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:30:58.729 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:30:58.732 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:58.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:58.768 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:30:58.768 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0800ms +2021-09-04 14:30:59.368 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:30:59.370 +08:00 [INF] Successfully validated the token. +2021-09-04 14:30:59.374 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5407ms +2021-09-04 14:31:00.774 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:00.774 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:00.774 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:00.776 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:00.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:00.816 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:00.816 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.2936ms +2021-09-04 14:31:01.381 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:01.383 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:01.388 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9353ms +2021-09-04 14:31:02.823 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:02.823 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:02.823 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:02.825 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:02.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:02.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:02.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.7455ms +2021-09-04 14:31:03.392 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:03.395 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:03.399 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9401ms +2021-09-04 14:31:04.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:04.880 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:04.880 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:04.882 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:04.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:04.930 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:04.930 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.2826ms +2021-09-04 14:31:05.405 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:05.407 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:05.412 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3632ms +2021-09-04 14:31:06.322 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:31:06.938 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:06.938 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:06.938 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:06.940 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:06.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:06.991 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:06.991 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.4758ms +2021-09-04 14:31:07.417 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:07.419 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:07.423 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6750ms +2021-09-04 14:31:08.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:08.998 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:08.998 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:09.001 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:09.035 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:09.035 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:09.036 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7879ms +2021-09-04 14:31:09.428 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:09.431 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:09.435 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8577ms +2021-09-04 14:31:11.041 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:11.042 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:11.042 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:11.044 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:11.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:11.094 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:11.095 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.4697ms +2021-09-04 14:31:11.441 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:11.443 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:11.448 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9244ms +2021-09-04 14:31:13.100 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:13.100 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:13.100 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:13.102 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:13.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:13.150 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:13.150 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.3247ms +2021-09-04 14:31:13.453 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:13.456 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:13.460 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7098ms +2021-09-04 14:31:15.157 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:15.157 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:15.157 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:15.160 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:15.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:15.200 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:15.200 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.0006ms +2021-09-04 14:31:15.466 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:15.468 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:15.472 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6249ms +2021-09-04 14:31:17.206 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:17.206 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:17.207 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:17.209 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:17.250 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:17.251 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:17.251 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 44.6136ms +2021-09-04 14:31:17.478 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:17.480 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:17.484 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8087ms +2021-09-04 14:31:18.772 +08:00 [DBG] Transport connection checking... +2021-09-04 14:31:18.772 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:31:19.299 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:19.299 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:19.299 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:19.301 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:19.348 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:19.349 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:19.349 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.7878ms +2021-09-04 14:31:19.491 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:19.493 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:19.497 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4433ms +2021-09-04 14:31:21.356 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:21.356 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:21.356 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:21.358 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:21.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:21.395 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:21.396 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.8412ms +2021-09-04 14:31:21.503 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:21.506 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:21.510 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5518ms +2021-09-04 14:31:23.403 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:23.403 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:23.403 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:23.405 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:23.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:23.440 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:23.440 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.4753ms +2021-09-04 14:31:23.516 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:23.518 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:23.523 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1999ms +2021-09-04 14:31:25.447 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:25.447 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:25.447 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:25.450 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:25.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:25.499 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:25.500 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.5315ms +2021-09-04 14:31:25.529 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:25.532 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:25.537 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5906ms +2021-09-04 14:31:27.506 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:27.506 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:27.506 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:27.508 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:27.542 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:27.546 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:27.550 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.0976ms +2021-09-04 14:31:27.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:27.557 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:27.557 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.3439ms +2021-09-04 14:31:29.556 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:29.558 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:29.562 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3788ms +2021-09-04 14:31:29.565 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:29.565 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:29.565 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:29.568 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:29.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:29.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:29.605 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.3705ms +2021-09-04 14:31:31.568 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:31.571 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:31.575 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3532ms +2021-09-04 14:31:31.611 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:31.612 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:31.612 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:31.614 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:31.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:31.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:31.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.1306ms +2021-09-04 14:31:33.580 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:33.583 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:33.587 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3206ms +2021-09-04 14:31:33.666 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:33.666 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:33.667 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:33.669 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:33.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:33.718 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:33.718 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.9489ms +2021-09-04 14:31:35.593 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:35.596 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:35.600 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0772ms +2021-09-04 14:31:35.725 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:35.726 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:35.726 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:35.728 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:35.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:35.776 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:35.776 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.8928ms +2021-09-04 14:31:36.439 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:31:37.606 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:37.609 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:37.614 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1808ms +2021-09-04 14:31:37.782 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:37.782 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:37.782 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:37.784 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:37.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:37.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:37.819 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3629ms +2021-09-04 14:31:39.619 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:39.622 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:39.627 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1279ms +2021-09-04 14:31:39.826 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:39.826 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:39.826 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:39.829 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:39.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:39.865 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:39.866 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.8013ms +2021-09-04 14:31:41.633 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:41.635 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:41.640 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2473ms +2021-09-04 14:31:41.871 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:41.872 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:41.872 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:41.874 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:41.912 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:41.912 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:41.912 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1661ms +2021-09-04 14:31:43.646 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:43.649 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:43.653 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0213ms +2021-09-04 14:31:43.919 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:43.919 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:43.919 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:43.922 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:43.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:43.962 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:43.962 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.8534ms +2021-09-04 14:31:45.659 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:45.662 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:45.666 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8743ms +2021-09-04 14:31:45.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:45.970 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:45.970 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:45.972 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:46.010 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:46.010 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:46.010 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.7005ms +2021-09-04 14:31:47.672 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:47.674 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:47.678 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6177ms +2021-09-04 14:31:48.016 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:48.017 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:48.017 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:48.019 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:48.054 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:48.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:48.055 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.2567ms +2021-09-04 14:31:48.785 +08:00 [DBG] Transport connection checking... +2021-09-04 14:31:48.785 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:31:49.685 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:49.688 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:49.692 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8981ms +2021-09-04 14:31:50.061 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:50.061 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:50.061 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:50.064 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:50.101 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:50.102 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:50.102 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.5964ms +2021-09-04 14:31:51.699 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:51.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:51.706 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9384ms +2021-09-04 14:31:52.109 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:52.110 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:52.110 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:52.112 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:52.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:52.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:52.148 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6885ms +2021-09-04 14:31:53.712 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:53.716 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:53.720 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.2448ms +2021-09-04 14:31:54.154 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:54.155 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:54.155 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:54.157 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:54.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:54.192 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:54.192 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8117ms +2021-09-04 14:31:55.726 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:55.729 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:55.733 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2489ms +2021-09-04 14:31:56.198 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:56.199 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:56.199 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:56.201 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:56.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:56.235 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:56.236 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0460ms +2021-09-04 14:31:57.738 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:57.740 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:57.745 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4770ms +2021-09-04 14:31:58.241 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:31:58.242 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:31:58.242 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:31:58.244 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:58.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:58.294 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:31:58.294 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.7222ms +2021-09-04 14:31:59.750 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:31:59.753 +08:00 [INF] Successfully validated the token. +2021-09-04 14:31:59.756 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2397ms +2021-09-04 14:32:00.303 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:32:00.303 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:32:00.303 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:32:00.306 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:00.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:00.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:00.356 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.2359ms +2021-09-04 14:32:01.762 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:32:01.765 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:01.770 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3511ms +2021-09-04 14:32:02.362 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:32:02.363 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:32:02.363 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:32:02.365 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:02.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:02.404 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:02.404 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.5546ms +2021-09-04 14:32:03.776 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:32:03.778 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:03.783 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0806ms +2021-09-04 14:32:04.410 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:32:04.410 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:32:04.410 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:32:04.413 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:04.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:04.463 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:04.463 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.4546ms +2021-09-04 14:32:05.789 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:32:05.791 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:05.796 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2192ms +2021-09-04 14:32:06.470 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:32:06.470 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:32:06.471 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:32:06.473 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:06.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:06.508 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:06.509 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.3568ms +2021-09-04 14:32:06.544 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:32:07.803 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:32:07.806 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:07.810 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3391ms +2021-09-04 14:32:08.550 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:32:08.550 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:32:08.550 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:32:08.553 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:08.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:08.589 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:08.590 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.1756ms +2021-09-04 14:32:09.574 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:32:09.574 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=P7px_qJubeEjRg2x-TVK2A&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 500459.2345ms +2021-09-04 14:32:10.565 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:32:10.565 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:10.565 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5409ms +2021-09-04 14:32:10.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:32:10.568 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:10.570 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:10.570 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:10.571 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:32:10.571 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:32:10.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:10.592 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:10.592 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.0593ms +2021-09-04 14:32:10.698 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:32:10.698 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:10.698 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.8794ms +2021-09-04 14:32:10.701 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:32:10.702 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:10.704 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:10.705 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:32:10.708 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:32:10.708 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:32:10.712 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:32:10.712 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:10.714 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:10.714 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:10.734 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2UYAV8PU4KqMETvzo54PCA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:32:10.737 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:10.741 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:10.743 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:10.748 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:32:10.765 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:10.765 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 51.0398ms +2021-09-04 14:32:10.765 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:10.770 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:10.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:10.799 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:10.799 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 97.6118ms +2021-09-04 14:32:13.805 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 14:32:13.806 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:13.806 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4528ms +2021-09-04 14:32:13.807 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 14:32:13.807 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:13.809 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:13.810 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:13.813 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:13.813 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:13.816 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:13.816 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:13.817 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:13.818 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:13.843 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:13.844 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 26.7508ms +2021-09-04 14:32:13.844 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:13.847 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:13.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:13.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:13.883 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 75.6060ms +2021-09-04 14:32:18.798 +08:00 [DBG] Transport connection checking... +2021-09-04 14:32:18.798 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:32:21.793 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/create - - +2021-09-04 14:32:21.793 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:21.793 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/create - - - 204 - - 0.5152ms +2021-09-04 14:32:21.795 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/create application/json 36 +2021-09-04 14:32:21.795 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:21.797 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:21.798 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:21.801 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:21.801 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:21.804 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:21.804 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.806 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.806 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.808 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.808 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:21.809 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:21.812 +08:00 [INF] Route matched with {action = "Create", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Identity.IdentityRoleDto] CreateAsync(Volo.Abp.Identity.IdentityRoleCreateDto) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:21.838 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.843 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.843 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.848 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.Create +2021-09-04 14:32:21.848 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:21.851 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:21.851 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:21.853 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:21.854 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:21.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.895 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.901 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.904 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Identity.IdentityRoleDto'. +2021-09-04 14:32:21.905 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi) in 93.0136ms +2021-09-04 14:32:21.905 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.CreateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:21.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.926 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Identity.IdentityRoleEto.Created] has been published. +2021-09-04 14:32:21.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.946 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:21.946 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/create application/json 36 - 200 - application/json;+charset=utf-8 151.4567ms +2021-09-04 14:32:22.000 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 14:32:22.001 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:22.001 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.4391ms +2021-09-04 14:32:22.002 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 14:32:22.002 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:22.004 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:22.005 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:22.008 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:22.008 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:22.011 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:22.011 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:22.012 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:22.012 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:22.039 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:22.041 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 28.7366ms +2021-09-04 14:32:22.041 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:22.044 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:22.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:22.069 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:22.069 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 66.8523ms +2021-09-04 14:32:26.348 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - +2021-09-04 14:32:26.349 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:26.349 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/tree - - - 204 - - 0.4429ms +2021-09-04 14:32:26.351 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 44 +2021-09-04 14:32:26.351 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:26.353 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:26.354 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:26.355 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:26.355 +08:00 [INF] Route matched with {action = "GetPermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Roles.Dtos.PermissionOutput] GetPermissionAsync(CompanyName.ProjectName.Roles.Dtos.GetPermissionInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:26.364 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:26.367 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:26.374 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:26.375 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:26.378 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:26.378 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:26.521 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Roles.Dtos.PermissionOutput'. +2021-09-04 14:32:26.522 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi) in 167.0157ms +2021-09-04 14:32:26.522 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.GetPermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:26.524 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:26.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:26.562 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:26.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/tree application/json 44 - 200 - application/json;+charset=utf-8 211.5191ms +2021-09-04 14:32:36.688 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:32:39.129 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - +2021-09-04 14:32:39.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:39.129 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Permissions/update - - - 204 - - 0.4698ms +2021-09-04 14:32:39.131 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 2005 +2021-09-04 14:32:39.131 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:39.133 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:39.134 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.137 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.137 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.140 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.140 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:39.141 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:39.141 +08:00 [INF] Route matched with {action = "UpdatePermission", controller = "Permission", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task UpdatePermissionAsync(CompanyName.ProjectName.Roles.Dtos.UpdateRolePermissionsInput) on controller CompanyName.ProjectName.Controllers.Systems.PermissionController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:39.152 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:39.155 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.160 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.161 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.165 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions +2021-09-04 14:32:39.165 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:39.283 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi) in 141.4652ms +2021-09-04 14:32:39.283 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.PermissionController.UpdatePermissionAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:39.291 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:39.292 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:39.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:39.335 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:39.335 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Permissions/update application/json 2005 - 204 - - 204.4842ms +2021-09-04 14:32:41.841 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 14:32:41.841 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:41.842 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4266ms +2021-09-04 14:32:41.843 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:32:41.843 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:41.845 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:41.846 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:41.849 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:41.850 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:41.852 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:41.852 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:41.853 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:41.854 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:41.884 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:41.887 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 33.7878ms +2021-09-04 14:32:41.887 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:41.890 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:41.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:41.914 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:41.915 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 71.5928ms +2021-09-04 14:32:42.830 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 14:32:42.831 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:42.831 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4680ms +2021-09-04 14:32:42.833 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 14:32:42.834 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:42.836 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:42.837 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:42.840 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:42.840 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:42.843 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:42.843 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:42.844 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:42.844 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:42.868 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:42.870 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 25.7666ms +2021-09-04 14:32:42.870 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:42.873 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:42.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:42.900 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:42.900 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 66.9678ms +2021-09-04 14:32:46.269 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 14:32:46.270 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:46.272 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:46.272 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:46.276 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:32:46.276 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:46.279 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:32:46.279 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:46.280 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:46.280 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:46.301 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:46.303 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 22.8553ms +2021-09-04 14:32:46.303 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:46.306 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.329 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.330 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.330 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 60.3042ms +2021-09-04 14:32:46.334 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 14:32:46.335 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:46.335 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4220ms +2021-09-04 14:32:46.336 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 14:32:46.337 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:32:46.339 +08:00 [INF] Successfully validated the token. +2021-09-04 14:32:46.339 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:46.343 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:46.343 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:46.345 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:46.345 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:46.346 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:46.346 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:32:46.354 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:46.362 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:32:46.362 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:46.366 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:32:46.366 +08:00 [INF] Authorization was successful. +2021-09-04 14:32:46.382 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:32:46.384 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 37.7992ms +2021-09-04 14:32:46.384 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:32:46.387 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.411 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:32:46.411 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 75.0722ms +2021-09-04 14:32:48.796 +08:00 [DBG] Transport connection checking... +2021-09-04 14:32:48.796 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:33:06.703 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:33:18.807 +08:00 [DBG] Transport connection checking... +2021-09-04 14:33:18.807 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:33:36.727 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:33:48.819 +08:00 [DBG] Transport connection checking... +2021-09-04 14:33:48.819 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:33:49.448 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:33:49.449 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=2UYAV8PU4KqMETvzo54PCA&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - - 101 - - 98720.0155ms +2021-09-04 14:33:52.722 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:33:52.722 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:52.722 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7791ms +2021-09-04 14:33:52.726 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:33:52.727 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:52.731 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:52.732 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:52.733 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:33:52.734 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:33:52.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:52.769 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:52.769 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 42.9209ms +2021-09-04 14:33:52.923 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 14:33:52.923 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:52.923 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.5066ms +2021-09-04 14:33:52.925 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:33:52.925 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:52.927 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:52.928 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:52.932 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:52.933 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:52.935 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:52.935 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:52.937 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:52.937 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:33:52.973 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=flosii9vjF9w0MzalLUcfw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3MzM2OTEsImV4cCI6MTYzMDgyMDA5MSwiaWF0IjoxNjMwNzMzNjkxfQ.H60D_un5oTdEiiSCDcrG-bYGc_X6DRYZuEkomOKoz9I - - +2021-09-04 14:33:52.973 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:52.973 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:33:52.976 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:52.977 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:52.979 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 41.7375ms +2021-09-04 14:33:52.979 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:52.979 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:33:52.986 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:53.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:53.029 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:53.029 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 104.3037ms +2021-09-04 14:33:54.997 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 14:33:54.997 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:54.997 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4355ms +2021-09-04 14:33:54.999 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 14:33:54.999 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:55.001 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:55.002 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:33:55.005 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:33:55.005 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:33:55.008 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:33:55.008 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:55.009 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:55.009 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:33:55.032 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:33:55.035 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 25.4719ms +2021-09-04 14:33:55.035 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:55.038 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.064 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 66.0455ms +2021-09-04 14:33:55.075 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 14:33:55.075 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:55.075 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.4678ms +2021-09-04 14:33:55.077 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 14:33:55.077 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:55.080 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:55.081 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:55.085 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:55.085 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:55.088 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:55.088 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:55.089 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:55.089 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:33:55.097 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:55.106 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:55.106 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:55.109 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:55.109 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:55.125 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:33:55.126 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 37.0341ms +2021-09-04 14:33:55.126 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:55.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.158 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:55.159 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 81.7111ms +2021-09-04 14:33:58.463 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/update - - +2021-09-04 14:33:58.464 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:58.464 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/update - - - 204 - - 0.4465ms +2021-09-04 14:33:58.465 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/update application/json 256 +2021-09-04 14:33:58.466 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:58.468 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:58.468 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:58.472 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:58.472 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:58.475 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:58.475 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.477 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.477 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.481 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.481 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:58.482 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.UpdateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:58.484 +08:00 [INF] Route matched with {action = "Update", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Identity.IdentityUserDto] UpdateAsync(CompanyName.ProjectName.Users.Dtos.UpdateUserInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:33:58.526 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.535 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.535 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.538 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users.Update +2021-09-04 14:33:58.538 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:58.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.626 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.643 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.661 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.730 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.731 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.782 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.782 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.783 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.797 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.798 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.803 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Identity.IdentityUserDto'. +2021-09-04 14:33:58.805 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.UpdateAsync (CompanyName.ProjectName.HttpApi) in 320.6772ms +2021-09-04 14:33:58.805 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.UpdateAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:58.805 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.806 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.918 +08:00 [DBG] RabbitMQ topic message [Volo.Abp.Users.User.Updated] has been published. +2021-09-04 14:33:58.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.940 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:58.940 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/update application/json 256 - 200 - application/json;+charset=utf-8 474.6287ms +2021-09-04 14:33:59.022 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 14:33:59.023 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:59.023 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.4873ms +2021-09-04 14:33:59.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:33:59.024 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:33:59.027 +08:00 [INF] Successfully validated the token. +2021-09-04 14:33:59.027 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:59.031 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:33:59.031 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:59.034 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:33:59.035 +08:00 [INF] Authorization was successful. +2021-09-04 14:33:59.036 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:59.036 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:33:59.066 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:33:59.070 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 34.15ms +2021-09-04 14:33:59.070 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:33:59.073 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:59.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:59.099 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:33:59.099 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 74.7665ms +2021-09-04 14:34:00.902 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - +2021-09-04 14:34:00.902 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:00.902 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/all - - - 204 - - 0.4276ms +2021-09-04 14:34:00.904 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/all - 0 +2021-09-04 14:34:00.904 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:00.906 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:00.907 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:34:00.910 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:34:00.910 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:34:00.913 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:34:00.913 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:00.914 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:00.914 +08:00 [INF] Route matched with {action = "AllList", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] AllListAsync() on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:34:00.935 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:34:00.938 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi) in 23.7942ms +2021-09-04 14:34:00.938 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.AllListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:00.941 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:00.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:00.979 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:00.980 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/all - 0 - 200 - application/json;+charset=utf-8 75.8825ms +2021-09-04 14:34:00.985 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - +2021-09-04 14:34:00.985 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:00.985 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/role - - - 204 - - 0.5222ms +2021-09-04 14:34:00.987 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 +2021-09-04 14:34:00.987 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:00.989 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:00.990 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:34:00.994 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:34:00.994 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:34:00.997 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:34:00.997 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:00.998 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:00.999 +08:00 [INF] Route matched with {action = "GetRoleByUserId", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] GetRoleByUserId(CompanyName.ProjectName.Publics.Dtos.IdInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:34:01.009 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:34:01.019 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:34:01.019 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:34:01.022 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:34:01.022 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:01.037 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.ListResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:34:01.038 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi) in 39.4693ms +2021-09-04 14:34:01.038 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.GetRoleByUserId (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:01.041 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:01.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:01.067 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:01.067 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/role application/json 45 - 200 - application/json;+charset=utf-8 80.1008ms +2021-09-04 14:34:06.952 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:34:10.533 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 14:34:10.534 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:10.534 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.4704ms +2021-09-04 14:34:10.536 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 36 +2021-09-04 14:34:10.536 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:10.539 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:10.539 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:34:10.593 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 14:34:10.593 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 14:34:10.608 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 14:34:10.608 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 68.8006ms +2021-09-04 14:34:10.608 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:10.611 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:10.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:10.636 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:10.636 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 36 - 200 - application/json;+charset=utf-8 100.5079ms +2021-09-04 14:34:10.641 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 14:34:10.641 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:10.641 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.4415ms +2021-09-04 14:34:10.643 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 14:34:10.643 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:10.645 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:10.646 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 14:34:10.646 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 14:34:10.648 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 14:34:10.651 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 14:34:10.652 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Users.Enable,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.AuditLog,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Hangfire,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Cap,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:SettingManagement.Emailing,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Enable,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:34:10.693 +08:00 [DBG] Not found in the cache: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Users.Enable,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.AuditLog,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Hangfire,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:System.Cap,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:SettingManagement.Emailing,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client.Enable,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:34:10.696 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39fec0a2-b6d2-5596-878c-2f12129ee063 +2021-09-04 14:34:10.705 +08:00 [DBG] Setting the cache items. Count: 39 +2021-09-04 14:34:10.754 +08:00 [DBG] Finished setting the cache items. Count: 39 +2021-09-04 14:34:10.754 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:idenity,n:AbpIdentity.Roles,pn:R,pk:idenity,n:AbpIdentity.Roles.Create,pn:R,pk:idenity,n:AbpIdentity.Roles.Update,pn:R,pk:idenity,n:AbpIdentity.Roles.Delete,pn:R,pk:idenity,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:idenity,n:AbpIdentity.Users,pn:R,pk:idenity,n:AbpIdentity.Users.Create,pn:R,pk:idenity,n:AbpIdentity.Users.Update,pn:R,pk:idenity,n:AbpIdentity.Users.Delete,pn:R,pk:idenity,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:idenity,n:System.Users.Enable,pn:R,pk:idenity,n:System.AuditLog,pn:R,pk:idenity,n:System.Hangfire,pn:R,pk:idenity,n:System.Cap,pn:R,pk:idenity,n:FeatureManagement.ManageHostFeatures,pn:R,pk:idenity,n:SettingManagement.Emailing,pn:R,pk:idenity,n:AbpTenantManagement.Tenants,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Create,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Update,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:idenity,n:IdentityServerManagement.Client,pn:R,pk:idenity,n:IdentityServerManagement.Client.Create,pn:R,pk:idenity,n:IdentityServerManagement.Client.Update,pn:R,pk:idenity,n:IdentityServerManagement.Client.Delete,pn:R,pk:idenity,n:IdentityServerManagement.Client.Enable,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:34:10.790 +08:00 [DBG] Not found in the cache: pn:R,pk:idenity,n:AbpIdentity.Roles,pn:R,pk:idenity,n:AbpIdentity.Roles.Create,pn:R,pk:idenity,n:AbpIdentity.Roles.Update,pn:R,pk:idenity,n:AbpIdentity.Roles.Delete,pn:R,pk:idenity,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:idenity,n:AbpIdentity.Users,pn:R,pk:idenity,n:AbpIdentity.Users.Create,pn:R,pk:idenity,n:AbpIdentity.Users.Update,pn:R,pk:idenity,n:AbpIdentity.Users.Delete,pn:R,pk:idenity,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:idenity,n:System.Users.Enable,pn:R,pk:idenity,n:System.AuditLog,pn:R,pk:idenity,n:System.Hangfire,pn:R,pk:idenity,n:System.Cap,pn:R,pk:idenity,n:FeatureManagement.ManageHostFeatures,pn:R,pk:idenity,n:SettingManagement.Emailing,pn:R,pk:idenity,n:AbpTenantManagement.Tenants,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Create,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Update,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:idenity,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:idenity,n:IdentityServerManagement.Client,pn:R,pk:idenity,n:IdentityServerManagement.Client.Create,pn:R,pk:idenity,n:IdentityServerManagement.Client.Update,pn:R,pk:idenity,n:IdentityServerManagement.Client.Delete,pn:R,pk:idenity,n:IdentityServerManagement.Client.Enable,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:idenity,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:idenity,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:idenity,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:34:10.793 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,idenity +2021-09-04 14:34:10.799 +08:00 [DBG] Setting the cache items. Count: 39 +2021-09-04 14:34:10.844 +08:00 [DBG] Finished setting the cache items. Count: 39 +2021-09-04 14:34:10.973 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 14:34:10.973 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 14:34:10.976 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 329.8522ms +2021-09-04 14:34:10.976 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 14:34:10.980 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:10.981 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:10.982 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:11.009 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 366.8625ms +2021-09-04 14:34:11.329 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:34:11.329 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:11.329 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4796ms +2021-09-04 14:34:11.333 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:34:11.333 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:11.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:11.336 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:11.337 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:34:11.337 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:34:11.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:11.357 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:11.358 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 24.7471ms +2021-09-04 14:34:11.417 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=b6jGy3KdZ8lgY9_Cp4zYyw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmVjMGEyLWI2ZDItNTU5Ni04NzhjLTJmMTIxMjllZTA2MyIsImdpdmVuX25hbWUiOiJ0ZXN0bmFtZSIsIm5hbWUiOiJ0ZXN0IiwiZW1haWwiOiI1MTUxQHFxLGNvbSIsInRlbmFudGlkIjoiIiwicm9sZSI6ImlkZW5pdHkiLCJuYmYiOjE2MzA3MzcyNTAsImV4cCI6MTYzMDgyMzY1MCwiaWF0IjoxNjMwNzM3MjUwfQ.tjHXSfyjoDsZp98ACqvk-B7II1FNGvPkNmq_aDAyb9I - - +2021-09-04 14:34:11.418 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:11.420 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:11.421 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:11.422 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:34:14.068 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:34:14.068 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:14.069 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.4312ms +2021-09-04 14:34:14.070 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:34:14.070 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:14.072 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:14.073 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client +2021-09-04 14:34:14.077 +08:00 [DBG] Found in the cache: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.Client +2021-09-04 14:34:14.077 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:idenity,n:IdentityServerManagement.Client +2021-09-04 14:34:14.080 +08:00 [DBG] Found in the cache: pn:R,pk:idenity,n:IdentityServerManagement.Client +2021-09-04 14:34:14.080 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:14.081 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:14.081 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:34:14.124 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:34:14.125 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 44.0336ms +2021-09-04 14:34:14.125 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:14.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:14.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:14.155 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:14.155 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 84.7779ms +2021-09-04 14:34:15.634 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:34:15.634 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:15.634 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 0.4452ms +2021-09-04 14:34:15.636 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:34:15.636 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:34:15.638 +08:00 [INF] Successfully validated the token. +2021-09-04 14:34:15.639 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource +2021-09-04 14:34:15.643 +08:00 [DBG] Found in the cache: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource +2021-09-04 14:34:15.643 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:idenity,n:IdentityServerManagement.ApiResource +2021-09-04 14:34:15.645 +08:00 [DBG] Found in the cache: pn:R,pk:idenity,n:IdentityServerManagement.ApiResource +2021-09-04 14:34:15.645 +08:00 [INF] Authorization was successful. +2021-09-04 14:34:15.647 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:15.647 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:34:15.680 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:34:15.680 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 33.2349ms +2021-09-04 14:34:15.680 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:34:15.684 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:15.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:15.720 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:34:15.720 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 83.9512ms +2021-09-04 14:34:16.437 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:34:16.439 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:34:18.832 +08:00 [DBG] Transport connection checking... +2021-09-04 14:34:18.832 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:34:20.393 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:34:36.976 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:34:48.846 +08:00 [DBG] Transport connection checking... +2021-09-04 14:34:48.846 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:35:07.003 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:35:18.865 +08:00 [DBG] Transport connection checking... +2021-09-04 14:35:18.865 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:35:37.041 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:35:48.866 +08:00 [DBG] Transport connection checking... +2021-09-04 14:35:48.866 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:36:07.067 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:36:18.865 +08:00 [DBG] Transport connection checking... +2021-09-04 14:36:18.865 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:36:37.085 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:36:48.873 +08:00 [DBG] Transport connection checking... +2021-09-04 14:36:48.873 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:37:07.092 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:37:18.879 +08:00 [DBG] Transport connection checking... +2021-09-04 14:37:18.879 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:37:37.114 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:37:48.892 +08:00 [DBG] Transport connection checking... +2021-09-04 14:37:48.892 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:38:07.126 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:38:18.900 +08:00 [DBG] Transport connection checking... +2021-09-04 14:38:18.900 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:38:37.145 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:38:48.900 +08:00 [DBG] Transport connection checking... +2021-09-04 14:38:48.900 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:39:07.159 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:39:16.445 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:39:16.447 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:39:18.910 +08:00 [DBG] Transport connection checking... +2021-09-04 14:39:18.910 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:39:20.400 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:39:37.183 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:39:48.920 +08:00 [DBG] Transport connection checking... +2021-09-04 14:39:48.920 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:40:07.225 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:40:18.934 +08:00 [DBG] Transport connection checking... +2021-09-04 14:40:18.934 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:40:37.254 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:40:48.958 +08:00 [DBG] Transport connection checking... +2021-09-04 14:40:48.958 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:41:07.278 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:41:18.967 +08:00 [DBG] Transport connection checking... +2021-09-04 14:41:18.967 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:41:37.297 +08:00 [DBG] Server szqh003802a:26812:4f05f84e heartbeat successfully sent +2021-09-04 14:41:48.974 +08:00 [DBG] Transport connection checking... +2021-09-04 14:41:48.974 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:43:41.935 +08:00 [INF] Starting CompanyName.ProjectName.HttpApi.Host. +2021-09-04 14:43:48.368 +08:00 [INF] User profile is available. Using 'C:\Users\wangjun\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. +2021-09-04 14:43:48.474 +08:00 [DBG] ### CAP background task is starting. +2021-09-04 14:43:49.007 +08:00 [DBG] RabbitMQ configuration:'HostName:localhost, Port:-1, UserName:admin, Password:admin, ExchangeName:cap.default.router' +2021-09-04 14:43:49.035 +08:00 [DBG] Ensuring all create database tables script are applied. +2021-09-04 14:43:49.128 +08:00 [INF] Starting the processing server. +2021-09-04 14:43:49.132 +08:00 [DBG] Transport connection checking... +2021-09-04 14:43:49.132 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:43:49.145 +08:00 [INF] RabbitMQ consumer registered. --> amq.ctag-oWjqUidSq6jso7xIhjxAZA +2021-09-04 14:43:49.152 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:43:49.169 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:43:49.171 +08:00 [INF] ### CAP started! +2021-09-04 14:43:49.181 +08:00 [INF] Loaded ABP modules: +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiHostModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Validation.AbpValidationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Settings.AbpSettingsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Security.AbpSecurityModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Data.AbpDataModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Features.AbpFeaturesModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Json.AbpJsonModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Timing.AbpTimingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Threading.AbpThreadingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Account.AbpAccountHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Http.AbpHttpModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Minify.AbpMinifyModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.UI.AbpUiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Guids.AbpGuidsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementHttpApiModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationContractsModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Caching.AbpCachingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.ProjectNameDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Account.AbpAccountApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.TenantManagement.AbpTenantManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.QueryManagementDomainSharedModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.DataDictionaryManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.NotificationManagementApplicationModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreDbMigrationsModule +2021-09-04 14:43:49.181 +08:00 [INF] - CompanyName.ProjectName.EntityFrameworkCore.ProjectNameEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.EntityFrameworkCore.MySQL.AbpEntityFrameworkCoreMySQLModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule +2021-09-04 14:43:49.181 +08:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.TenantManagement.EntityFrameworkCore.AbpTenantManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - CompanyName.ProjectName.QueryManagement.FreeSqlMySql.QueryManagementFreeSqlMySqlModule +2021-09-04 14:43:49.182 +08:00 [INF] - CompanyName.ProjectName.DataDictionaryManagement.EntityFrameworkCore.DataDictionaryManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - CompanyName.ProjectName.NotificationManagement.EntityFrameworkCore.NotificationManagementEntityFrameworkCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.BackgroundJobs.Hangfire.AbpBackgroundJobsHangfireModule +2021-09-04 14:43:49.182 +08:00 [INF] - Volo.Abp.Hangfire.AbpHangfireModule +2021-09-04 14:43:49.182 +08:00 [INF] - CompanyName.ProjectName.CAP.AbpCapModule +2021-09-04 14:43:49.268 +08:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker +2021-09-04 14:43:49.272 +08:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker +2021-09-04 14:43:49.324 +08:00 [INF] DB tables already exist. Exit install +2021-09-04 14:43:49.336 +08:00 [INF] Starting Hangfire Server using job storage: 'Server: localhost@CompanyNameProjectNameDB' +2021-09-04 14:43:49.336 +08:00 [INF] Using the following options for SQL Server job storage: +2021-09-04 14:43:49.337 +08:00 [INF] Queue poll interval: 00:00:15. +2021-09-04 14:43:49.337 +08:00 [INF] Using the following options for Hangfire Server: + Worker count: 20 + Listening queues: 'default' + Shutdown timeout: 00:00:15 + Schedule polling interval: 00:00:15 +2021-09-04 14:43:49.358 +08:00 [DBG] Execution loop BackgroundServerProcess:fb8bb379 has started in 6.1319 ms +2021-09-04 14:43:49.452 +08:00 [INF] Server szqh003802a:34712:a5926b79 successfully announced in 79.8962 ms +2021-09-04 14:43:49.456 +08:00 [INF] Server szqh003802a:34712:a5926b79 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler... +2021-09-04 14:43:49.457 +08:00 [DBG] Execution loop ServerHeartbeatProcess:9d59853f has started in 3.5767 ms +2021-09-04 14:43:49.460 +08:00 [DBG] Execution loop ServerWatchdog:889eb447 has started in 4.4185 ms +2021-09-04 14:43:49.460 +08:00 [DBG] Execution loop ServerJobCancellationWatcher:92d2dd56 has started in 3.2369 ms +2021-09-04 14:43:49.463 +08:00 [DBG] Execution loop ExpirationManager:82c78ddc has started in 4.2897 ms +2021-09-04 14:43:49.465 +08:00 [DBG] Execution loop CountersAggregator:3414d976 has started in 4.0246 ms +2021-09-04 14:43:49.467 +08:00 [DBG] Removing outdated records from table 'AggregatedCounter'... +2021-09-04 14:43:49.467 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:43:49.468 +08:00 [DBG] Execution loop Worker:e7ca0c04 has started in 4.8182 ms +2021-09-04 14:43:49.470 +08:00 [DBG] Execution loop Worker:751639d1 has started in 6.8955 ms +2021-09-04 14:43:49.472 +08:00 [DBG] Execution loop Worker:4e5882d4 has started in 9.3697 ms +2021-09-04 14:43:49.476 +08:00 [DBG] Execution loop Worker:b1a22d9c has started in 12.5004 ms +2021-09-04 14:43:49.479 +08:00 [DBG] Execution loop Worker:79b93f1e has started in 15.9691 ms +2021-09-04 14:43:49.479 +08:00 [DBG] Execution loop Worker:4adab73d has started in 15.9689 ms +2021-09-04 14:43:49.480 +08:00 [DBG] Execution loop Worker:c6cb34ac has started in 17.4644 ms +2021-09-04 14:43:49.481 +08:00 [DBG] delete from `AggregatedCounter` where ExpireAt < @now limit @count; +2021-09-04 14:43:49.483 +08:00 [DBG] Execution loop Worker:8124f3af has started in 20.7402 ms +2021-09-04 14:43:49.487 +08:00 [DBG] Execution loop Worker:310b6ec2 has started in 23.7347 ms +2021-09-04 14:43:49.490 +08:00 [DBG] Execution loop Worker:16aaa6bc has started in 27.2008 ms +2021-09-04 14:43:49.494 +08:00 [DBG] Execution loop Worker:efebd020 has started in 30.8905 ms +2021-09-04 14:43:49.498 +08:00 [DBG] Execution loop Worker:5cacc003 has started in 35.0484 ms +2021-09-04 14:43:49.503 +08:00 [DBG] Execution loop Worker:005cdd20 has started in 40.3103 ms +2021-09-04 14:43:49.508 +08:00 [DBG] Execution loop Worker:d1596d0e has started in 45.3237 ms +2021-09-04 14:43:49.512 +08:00 [DBG] removed records count=0 +2021-09-04 14:43:49.512 +08:00 [DBG] Removing outdated records from table 'Job'... +2021-09-04 14:43:49.512 +08:00 [DBG] Execution loop Worker:fb4bd31a has started in 49.0592 ms +2021-09-04 14:43:49.516 +08:00 [DBG] Execution loop Worker:fc6e5fb9 has started in 53.1915 ms +2021-09-04 14:43:49.518 +08:00 [DBG] delete from `Job` where ExpireAt < @now limit @count; +2021-09-04 14:43:49.521 +08:00 [DBG] Execution loop Worker:efaf9db8 has started in 58.0942 ms +2021-09-04 14:43:49.530 +08:00 [DBG] Execution loop Worker:8d9e47d7 has started in 67.0493 ms +2021-09-04 14:43:49.537 +08:00 [DBG] Execution loop Worker:2096023b has started in 73.9058 ms +2021-09-04 14:43:49.541 +08:00 [DBG] Execution loop Worker:b9300433 has started in 78.1401 ms +2021-09-04 14:43:49.548 +08:00 [DBG] removed records count=0 +2021-09-04 14:43:49.548 +08:00 [INF] Server szqh003802a:34712:a5926b79 all the dispatchers started +2021-09-04 14:43:49.548 +08:00 [DBG] Execution loop DelayedJobScheduler:3bc5d1b3 has started in 17.289 ms +2021-09-04 14:43:49.549 +08:00 [DBG] Removing outdated records from table 'List'... +2021-09-04 14:43:49.553 +08:00 [DBG] delete from `List` where ExpireAt < @now limit @count; +2021-09-04 14:43:49.553 +08:00 [DBG] Execution loop RecurringJobScheduler:d6145ad3 has started in 9.2859 ms +2021-09-04 14:43:49.565 +08:00 [DBG] removed records count=0 +2021-09-04 14:43:49.565 +08:00 [DBG] Removing outdated records from table 'Set'... +2021-09-04 14:43:49.567 +08:00 [DBG] delete from `Set` where ExpireAt < @now limit @count; +2021-09-04 14:43:49.574 +08:00 [DBG] removed records count=0 +2021-09-04 14:43:49.574 +08:00 [DBG] Removing outdated records from table 'Hash'... +2021-09-04 14:43:49.576 +08:00 [DBG] delete from `Hash` where ExpireAt < @now limit @count; +2021-09-04 14:43:49.583 +08:00 [DBG] removed records count=0 +2021-09-04 14:43:49.938 +08:00 [INF] Connecting to Redis endpoints: localhost. Using Server Name: SZQH003802A_0c50b26059764648b48bd38383b01637 +2021-09-04 14:43:49.964 +08:00 [INF] Connected to Redis. +2021-09-04 14:43:49.985 +08:00 [INF] Initialized all ABP modules. +2021-09-04 14:43:50.091 +08:00 [INF] Now listening on: http://localhost:44315 +2021-09-04 14:43:50.094 +08:00 [INF] Application started. Press Ctrl+C to shut down. +2021-09-04 14:43:50.094 +08:00 [INF] Hosting environment: Development +2021-09-04 14:43:50.094 +08:00 [INF] Content root path: D:\abp\aspnet-core\services\src\CompanyName.ProjectName.HttpApi.Host +2021-09-04 14:43:50.361 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/ - - +2021-09-04 14:43:52.239 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 14:43:52.306 +08:00 [INF] Route matched with {action = "Index", controller = "Home", area = "", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index() on controller CompanyName.ProjectName.Controllers.HomeController (CompanyName.ProjectName.HttpApi.Host). +2021-09-04 14:43:52.342 +08:00 [INF] Executing RedirectResult, redirecting to /swagger. +2021-09-04 14:43:52.348 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host) in 38.7606ms +2021-09-04 14:43:52.349 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.HomeController.Index (CompanyName.ProjectName.HttpApi.Host)' +2021-09-04 14:43:52.368 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/ - - - 302 0 - 2007.4835ms +2021-09-04 14:43:52.384 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/index.html - - +2021-09-04 14:43:52.441 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/index.html - - - 200 - text/html;charset=utf-8 56.7607ms +2021-09-04 14:43:52.743 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - +2021-09-04 14:43:53.104 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 361.2738ms +2021-09-04 14:44:19.142 +08:00 [DBG] Transport connection checking... +2021-09-04 14:44:19.142 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:44:19.502 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:44:23.572 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:44:23.578 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:23.584 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 12.6218ms +2021-09-04 14:44:23.586 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:44:23.586 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:23.663 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:23.685 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:23.691 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:23.711 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:23.728 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8CiTK9jc-yFJWqLy7LNbjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmVjMGEyLWI2ZDItNTU5Ni04NzhjLTJmMTIxMjllZTA2MyIsImdpdmVuX25hbWUiOiJ0ZXN0bmFtZSIsIm5hbWUiOiJ0ZXN0IiwiZW1haWwiOiI1MTUxQHFxLGNvbSIsInRlbmFudGlkIjoiIiwicm9sZSI6ImlkZW5pdHkiLCJuYmYiOjE2MzA3MzcyNTAsImV4cCI6MTYzMDgyMzY1MCwiaWF0IjoxNjMwNzM3MjUwfQ.tjHXSfyjoDsZp98ACqvk-B7II1FNGvPkNmq_aDAyb9I - - +2021-09-04 14:44:23.729 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:23.732 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:23.733 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:23.735 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:44:24.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:24.086 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:24.090 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 504.3402ms +2021-09-04 14:44:27.945 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:44:27.946 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:27.946 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.7003ms +2021-09-04 14:44:27.947 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:44:27.948 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:27.951 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:27.951 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:27.952 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:27.952 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:27.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:27.987 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:27.988 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 40.4489ms +2021-09-04 14:44:27.990 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=9Fcoqj_3P4_HafBvT1cbbw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmVjMGEyLWI2ZDItNTU5Ni04NzhjLTJmMTIxMjllZTA2MyIsImdpdmVuX25hbWUiOiJ0ZXN0bmFtZSIsIm5hbWUiOiJ0ZXN0IiwiZW1haWwiOiI1MTUxQHFxLGNvbSIsInRlbmFudGlkIjoiIiwicm9sZSI6ImlkZW5pdHkiLCJuYmYiOjE2MzA3MzcyNTAsImV4cCI6MTYzMDgyMzY1MCwiaWF0IjoxNjMwNzM3MjUwfQ.tjHXSfyjoDsZp98ACqvk-B7II1FNGvPkNmq_aDAyb9I - - +2021-09-04 14:44:27.990 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:27.994 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:27.995 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:27.997 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:44:28.128 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - +2021-09-04 14:44:28.129 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:28.130 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/ApiResource/page - - - 204 - - 1.7188ms +2021-09-04 14:44:28.131 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 +2021-09-04 14:44:28.132 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:28.135 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:28.340 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource +2021-09-04 14:44:28.348 +08:00 [DBG] Found in the cache: pn:U,pk:39fec0a2-b6d2-5596-878c-2f12129ee063,n:IdentityServerManagement.ApiResource +2021-09-04 14:44:28.353 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:idenity,n:IdentityServerManagement.ApiResource +2021-09-04 14:44:28.356 +08:00 [DBG] Found in the cache: pn:R,pk:idenity,n:IdentityServerManagement.ApiResource +2021-09-04 14:44:28.359 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:28.361 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:28.376 +08:00 [INF] Route matched with {action = "GetList", controller = "ApiResource", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Dtos.PagingApiRseourceListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:44:29.389 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - +2021-09-04 14:44:29.389 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:29.390 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/app/account/login - - - 204 - - 0.7490ms +2021-09-04 14:44:29.391 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Dtos.ApiResourceOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:44:29.391 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 +2021-09-04 14:44:29.392 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:29.396 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:29.398 +08:00 [INF] Route matched with {action = "Login", controller = "Account", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[CompanyName.ProjectName.Users.Dtos.LoginOutput] LoginAsync(CompanyName.ProjectName.Users.Dtos.LoginInput) on controller CompanyName.ProjectName.Controllers.Systems.AccountController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:44:29.429 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi) in 1052.1559ms +2021-09-04 14:44:29.429 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ApiResourceController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:29.498 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:29.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:29.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:29.644 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/ApiResource/page application/json 29 - 200 - application/json;+charset=utf-8 1512.8412ms +2021-09-04 14:44:30.600 +08:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 14:44:30.602 +08:00 [INF] AuthenticationScheme: Identity.Application signed in. +2021-09-04 14:44:30.633 +08:00 [INF] Executing ObjectResult, writing value of type 'CompanyName.ProjectName.Users.Dtos.LoginOutput'. +2021-09-04 14:44:30.635 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi) in 1237.5791ms +2021-09-04 14:44:30.635 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.AccountController.LoginAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:30.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:30.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:30.664 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:30.666 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/api/app/account/login application/json 37 - 200 - application/json;+charset=utf-8 1275.4866ms +2021-09-04 14:44:30.669 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - +2021-09-04 14:44:30.670 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:30.670 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/api/abp/application-configuration - - - 204 - - 0.5686ms +2021-09-04 14:44:30.671 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - +2021-09-04 14:44:30.672 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:30.674 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:30.675 +08:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 14:44:30.677 +08:00 [INF] Route matched with {area = "abp", action = "Get", controller = "AbpApplicationConfiguration", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto] GetAsync() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController (Volo.Abp.AspNetCore.Mvc). +2021-09-04 14:44:30.703 +08:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. +2021-09-04 14:44:30.708 +08:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()... +2021-09-04 14:44:30.720 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:44:30.781 +08:00 [DBG] Not found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users.ManagePermissions,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Users.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.AuditLog,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Hangfire,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:System.Cap,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:FeatureManagement.ManageHostFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:SettingManagement.Emailing,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageFeatures,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client.Enable,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiResource.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.ApiScope.Delete,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Create,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Update,pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:44:30.787 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: U,39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2 +2021-09-04 14:44:30.812 +08:00 [DBG] Setting the cache items. Count: 33 +2021-09-04 14:44:30.868 +08:00 [DBG] Finished setting the cache items. Count: 33 +2021-09-04 14:44:30.876 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles,pn:R,pk:admin,n:AbpIdentity.Roles.Create,pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Roles.ManagePermissions,pn:R,pk:admin,n:AbpIdentity.Users,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Update,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:44:30.921 +08:00 [DBG] Not found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles.Update,pn:R,pk:admin,n:AbpIdentity.Roles.Delete,pn:R,pk:admin,n:AbpIdentity.Users.Create,pn:R,pk:admin,n:AbpIdentity.Users.Delete,pn:R,pk:admin,n:AbpIdentity.Users.ManagePermissions,pn:R,pk:admin,n:System.Users.Enable,pn:R,pk:admin,n:System.AuditLog,pn:R,pk:admin,n:System.Hangfire,pn:R,pk:admin,n:System.Cap,pn:R,pk:admin,n:FeatureManagement.ManageHostFeatures,pn:R,pk:admin,n:SettingManagement.Emailing,pn:R,pk:admin,n:AbpTenantManagement.Tenants,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Create,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Update,pn:R,pk:admin,n:AbpTenantManagement.Tenants.Delete,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageFeatures,pn:R,pk:admin,n:AbpTenantManagement.Tenants.ManageConnectionStrings,pn:R,pk:admin,n:IdentityServerManagement.Client.Create,pn:R,pk:admin,n:IdentityServerManagement.Client.Update,pn:R,pk:admin,n:IdentityServerManagement.Client.Delete,pn:R,pk:admin,n:IdentityServerManagement.Client.Enable,pn:R,pk:admin,n:IdentityServerManagement.ApiResource,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiResource.Delete,pn:R,pk:admin,n:IdentityServerManagement.ApiScope,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Create,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Update,pn:R,pk:admin,n:IdentityServerManagement.ApiScope.Delete,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Create,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Update,pn:R,pk:admin,n:IdentityServerManagement.IdentityResources.Delete +2021-09-04 14:44:30.923 +08:00 [DBG] Getting not cache granted permissions from the repository for this provider name,key: R,admin +2021-09-04 14:44:30.935 +08:00 [DBG] Setting the cache items. Count: 33 +2021-09-04 14:44:30.976 +08:00 [DBG] Finished setting the cache items. Count: 33 +2021-09-04 14:44:31.678 +08:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync(). +2021-09-04 14:44:31.679 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto'. +2021-09-04 14:44:31.703 +08:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc) in 1025.7035ms +2021-09-04 14:44:31.703 +08:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController.GetAsync (Volo.Abp.AspNetCore.Mvc)' +2021-09-04 14:44:31.710 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:31.710 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 1039.2580ms +2021-09-04 14:44:31.783 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:44:31.783 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:31.784 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.5336ms +2021-09-04 14:44:31.785 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:44:31.785 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:31.788 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:31.788 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:31.789 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:31.789 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:31.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:31.810 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:31.811 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 25.3826ms +2021-09-04 14:44:31.843 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8kgRuhP7-4VfuMgTlqvP2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - +2021-09-04 14:44:31.844 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:31.846 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:31.847 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:31.848 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:44:35.124 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - +2021-09-04 14:44:35.125 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:35.125 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Users/page - - - 204 - - 0.6543ms +2021-09-04 14:44:35.126 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:44:35.127 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:35.129 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:35.130 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:44:35.133 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:44:35.133 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:44:35.136 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:44:35.136 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:35.137 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:35.139 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:44:35.307 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:44:35.322 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 182.8072ms +2021-09-04 14:44:35.322 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:35.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:35.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:35.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:35.356 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 230.3707ms +2021-09-04 14:44:37.235 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:44:37.235 +08:00 [INF] Executed endpoint 'SignalR/Notification' +2021-09-04 14:44:37.235 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8kgRuhP7-4VfuMgTlqvP2g&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - - 101 - - 5392.8192ms +2021-09-04 14:44:37.235 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/signalr/notification?id=8CiTK9jc-yFJWqLy7LNbjg&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmVjMGEyLWI2ZDItNTU5Ni04NzhjLTJmMTIxMjllZTA2MyIsImdpdmVuX25hbWUiOiJ0ZXN0bmFtZSIsIm5hbWUiOiJ0ZXN0IiwiZW1haWwiOiI1MTUxQHFxLGNvbSIsInRlbmFudGlkIjoiIiwicm9sZSI6ImlkZW5pdHkiLCJuYmYiOjE2MzA3MzcyNTAsImV4cCI6MTYzMDgyMzY1MCwiaWF0IjoxNjMwNzM3MjUwfQ.tjHXSfyjoDsZp98ACqvk-B7II1FNGvPkNmq_aDAyb9I - - - 101 - - 13509.1440ms +2021-09-04 14:44:38.099 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - +2021-09-04 14:44:38.099 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:38.099 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 - - - 204 - - 0.4731ms +2021-09-04 14:44:38.101 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 +2021-09-04 14:44:38.102 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:38.104 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:38.104 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:38.105 +08:00 [INF] Executing endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:38.105 +08:00 [INF] Executed endpoint 'SignalR/Notification/negotiate' +2021-09-04 14:44:38.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:38.129 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:38.129 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/signalr/notification/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 27.7030ms +2021-09-04 14:44:38.243 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 +2021-09-04 14:44:38.243 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:38.246 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:38.247 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:44:38.250 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Users +2021-09-04 14:44:38.250 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:44:38.253 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Users +2021-09-04 14:44:38.253 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:38.254 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:38.254 +08:00 [INF] Route matched with {action = "List", controller = "UserContoller", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityUserDto]] ListAsync(CompanyName.ProjectName.Users.Dtos.PagingUserListInput) on controller CompanyName.ProjectName.Controllers.Systems.UserContoller (CompanyName.ProjectName.HttpApi). +2021-09-04 14:44:38.267 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/signalr/notification?id=X1Ahp9doItTpTE4O-E2Dsw&access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - +2021-09-04 14:44:38.267 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:44:38.270 +08:00 [INF] Successfully validated the token. +2021-09-04 14:44:38.271 +08:00 [INF] Authorization was successful. +2021-09-04 14:44:38.272 +08:00 [INF] Executing endpoint 'SignalR/Notification' +2021-09-04 14:44:38.414 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:44:38.418 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi) in 163.6777ms +2021-09-04 14:44:38.418 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.UserContoller.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:44:38.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:38.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:38.449 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:44:38.449 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Users/page application/json 29 - 200 - application/json;+charset=utf-8 206.6496ms +2021-09-04 14:44:49.147 +08:00 [DBG] Transport connection checking... +2021-09-04 14:44:49.147 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:44:49.559 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:45:02.509 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - +2021-09-04 14:45:02.515 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:02.626 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/hangfire?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - - 200 - text/html 116.9063ms +2021-09-04 14:45:04.159 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - +2021-09-04 14:45:04.162 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:04.166 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJDb21wYW55TmFtZVByb2plY3ROYW1lIiwiaXNzIjoiQ29tcGFueU5hbWVQcm9qZWN0TmFtZSIsInN1YiI6IjM5ZmViZDBhLTRjNWQtZDNiOC1iMjIzLWVmNDllN2EzZDdlMiIsImdpdmVuX25hbWUiOiJhZG1pbiIsIm5hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AYWJwLmlvIiwidGVuYW50aWQiOiIiLCJyb2xlIjoiYWRtaW4iLCJuYmYiOjE2MzA3Mzc4NzAsImV4cCI6MTYzMDgyNDI3MCwiaWF0IjoxNjMwNzM3ODcwfQ.wKyOQ1etblq4LjLl-9PniFmsdfOztNG3k81U55TfECY - - - 301 0 - 6.7337ms +2021-09-04 14:45:04.175 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/index.html - - +2021-09-04 14:45:04.178 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:04.183 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/index.html - - - 200 - text/html;charset=utf-8 7.3966ms +2021-09-04 14:45:04.470 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - +2021-09-04 14:45:04.470 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:04.472 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:04.473 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:04.490 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 20.1766ms +2021-09-04 14:45:04.518 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/metrics - - - 200 - application/json;+charset=utf-8 48.0548ms +2021-09-04 14:45:04.746 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:04.748 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:04.748 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:04.751 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:04.808 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:04.808 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:04.808 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 62.0533ms +2021-09-04 14:45:06.508 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:06.510 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:06.514 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5008ms +2021-09-04 14:45:06.816 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:06.817 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:06.817 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:06.819 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:06.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:06.853 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:06.853 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.4408ms +2021-09-04 14:45:08.520 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:08.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:08.527 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7882ms +2021-09-04 14:45:08.860 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:08.860 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:08.860 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:08.863 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:08.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:08.898 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:08.898 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.8994ms +2021-09-04 14:45:10.533 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:10.536 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:10.541 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.3254ms +2021-09-04 14:45:10.906 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:10.906 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:10.906 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:10.909 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:10.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:10.945 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:10.945 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.3648ms +2021-09-04 14:45:12.547 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:12.549 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:12.553 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4083ms +2021-09-04 14:45:12.952 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:12.953 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:12.953 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:12.955 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:12.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:12.990 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:12.990 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7005ms +2021-09-04 14:45:14.559 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:14.562 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:14.566 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0368ms +2021-09-04 14:45:14.998 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:14.998 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:14.998 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:15.000 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:15.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:15.037 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:15.038 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.6483ms +2021-09-04 14:45:16.572 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:16.575 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:16.579 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6471ms +2021-09-04 14:45:17.046 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:17.046 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:17.046 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:17.048 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:17.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:17.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:17.085 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0037ms +2021-09-04 14:45:18.613 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:18.616 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:18.620 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6962ms +2021-09-04 14:45:19.094 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:19.094 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:19.095 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:19.098 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:19.147 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:19.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:19.148 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.7147ms +2021-09-04 14:45:19.164 +08:00 [DBG] Transport connection checking... +2021-09-04 14:45:19.164 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:45:19.635 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:45:19.878 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - +2021-09-04 14:45:19.878 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:19.878 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Roles/page - - - 204 - - 0.7139ms +2021-09-04 14:45:19.880 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 +2021-09-04 14:45:19.880 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:19.883 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:19.883 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:45:19.887 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:AbpIdentity.Roles +2021-09-04 14:45:19.887 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:45:19.890 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:AbpIdentity.Roles +2021-09-04 14:45:19.891 +08:00 [INF] Authorization was successful. +2021-09-04 14:45:19.892 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:45:19.895 +08:00 [INF] Route matched with {action = "List", controller = "Role", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.Identity.IdentityRoleDto]] ListAsync(CompanyName.ProjectName.Roles.Dtos.PagingRoleListInput) on controller CompanyName.ProjectName.Controllers.Systems.RoleController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:45:20.043 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:45:20.046 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi) in 151.3329ms +2021-09-04 14:45:20.046 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.Systems.RoleController.ListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:45:20.049 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:20.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:20.084 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:20.085 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Roles/page application/json 29 - 200 - application/json;+charset=utf-8 204.8848ms +2021-09-04 14:45:20.625 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:20.628 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:20.632 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3016ms +2021-09-04 14:45:21.155 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:21.155 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:21.155 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:21.157 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:21.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:21.205 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:21.205 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.0620ms +2021-09-04 14:45:22.638 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:22.640 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:22.644 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2619ms +2021-09-04 14:45:23.212 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:23.212 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:23.212 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:23.214 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:23.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:23.259 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:23.259 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.6325ms +2021-09-04 14:45:24.650 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:24.652 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:24.656 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3873ms +2021-09-04 14:45:25.266 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:25.267 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:25.267 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:25.269 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:25.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:25.308 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:25.308 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.6441ms +2021-09-04 14:45:26.661 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:26.663 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:26.667 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3062ms +2021-09-04 14:45:27.315 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:27.316 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:27.316 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:27.318 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:27.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:27.363 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:27.363 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.9776ms +2021-09-04 14:45:28.672 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:28.674 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:28.678 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3296ms +2021-09-04 14:45:29.371 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:29.371 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:29.371 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:29.374 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:29.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:29.408 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:29.408 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8379ms +2021-09-04 14:45:30.683 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:30.686 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:30.690 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0247ms +2021-09-04 14:45:31.414 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:31.415 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:31.415 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:31.417 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:31.461 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:31.461 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:31.462 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.2596ms +2021-09-04 14:45:32.010 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - +2021-09-04 14:45:32.011 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:32.011 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/IdentityServer/Client/page - - - 204 - - 0.6290ms +2021-09-04 14:45:32.012 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 +2021-09-04 14:45:32.014 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:32.016 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:32.016 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:45:32.021 +08:00 [DBG] Found in the cache: pn:U,pk:39febd0a-4c5d-d3b8-b223-ef49e7a3d7e2,n:IdentityServerManagement.Client +2021-09-04 14:45:32.021 +08:00 [DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:45:32.024 +08:00 [DBG] Found in the cache: pn:R,pk:admin,n:IdentityServerManagement.Client +2021-09-04 14:45:32.024 +08:00 [INF] Authorization was successful. +2021-09-04 14:45:32.025 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:45:32.027 +08:00 [INF] Route matched with {action = "GetList", controller = "Client", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput]] GetListAsync(CompanyName.ProjectName.IdentityServers.Clients.PagingClientListInput) on controller CompanyName.ProjectName.Controllers.IdentityServers.ClientController (CompanyName.ProjectName.HttpApi). +2021-09-04 14:45:32.325 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.IdentityServers.Clients.PagingClientListOutput, CompanyName.ProjectName.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:45:32.335 +08:00 [INF] Executed action CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi) in 307.6264ms +2021-09-04 14:45:32.335 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.Controllers.IdentityServers.ClientController.GetListAsync (CompanyName.ProjectName.HttpApi)' +2021-09-04 14:45:32.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:32.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:32.384 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:32.384 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/IdentityServer/Client/page application/json 29 - 200 - application/json;+charset=utf-8 372.1732ms +2021-09-04 14:45:32.706 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:32.709 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:32.713 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1632ms +2021-09-04 14:45:33.471 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:33.472 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:33.472 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:33.475 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:33.541 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:33.541 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:33.541 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 70.0508ms +2021-09-04 14:45:34.719 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:34.722 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:34.726 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2185ms +2021-09-04 14:45:35.550 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:35.550 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:35.550 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:35.552 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:35.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:35.587 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:35.587 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5314ms +2021-09-04 14:45:36.733 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:36.736 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:36.740 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5033ms +2021-09-04 14:45:37.594 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:37.595 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:37.595 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:37.597 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:37.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:37.644 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:37.645 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.1176ms +2021-09-04 14:45:38.745 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:38.748 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:38.752 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6808ms +2021-09-04 14:45:39.651 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:39.651 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:39.652 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:39.654 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:39.688 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:39.688 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:39.688 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0365ms +2021-09-04 14:45:39.799 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - +2021-09-04 14:45:39.799 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:39.799 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/Text - - - 204 - - 0.6095ms +2021-09-04 14:45:39.801 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 +2021-09-04 14:45:39.801 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:39.804 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:39.805 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 14:45:39.807 +08:00 [INF] Route matched with {action = "GetPageTextNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageTextNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 14:45:43.875 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:43.875 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:43.875 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:43.875 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:43.877 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:43.877 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:43.883 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 8.4737ms +2021-09-04 14:45:43.906 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:45:43.908 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 4100.886ms +2021-09-04 14:45:43.908 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageTextNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 14:45:43.920 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:43.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:43.923 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:43.923 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.3065ms +2021-09-04 14:45:43.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:43.944 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:43.944 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/Text application/json 14 - 200 - application/json;+charset=utf-8 4143.9240ms +2021-09-04 14:45:43.980 +08:00 [INF] Request starting HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - +2021-09-04 14:45:43.980 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:43.980 +08:00 [INF] Request finished HTTP/1.1 OPTIONS http://localhost:44315/Notification/BroadCast - - - 204 - - 0.4440ms +2021-09-04 14:45:43.982 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 +2021-09-04 14:45:43.983 +08:00 [INF] CORS policy execution successful. +2021-09-04 14:45:43.986 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:43.987 +08:00 [INF] Executing endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 14:45:43.989 +08:00 [INF] Route matched with {action = "GetPageBroadCastNotificationByUserId", controller = "Notification", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput]] GetPageBroadCastNotificationByUserIdAsync(CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListInput) on controller CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController (CompanyName.ProjectName.NotificationManagement.HttpApi). +2021-09-04 14:45:44.027 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[CompanyName.ProjectName.NotificationManagement.Notifications.Dtos.PagingNotificationListOutput, CompanyName.ProjectName.NotificationManagement.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. +2021-09-04 14:45:44.027 +08:00 [INF] Executed action CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi) in 37.8151ms +2021-09-04 14:45:44.027 +08:00 [INF] Executed endpoint 'CompanyName.ProjectName.NotificationManagement.Notifications.NotificationController.GetPageBroadCastNotificationByUserIdAsync (CompanyName.ProjectName.NotificationManagement.HttpApi)' +2021-09-04 14:45:44.031 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:44.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:44.055 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:44.055 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/Notification/BroadCast application/json 14 - 200 - application/json;+charset=utf-8 72.6909ms +2021-09-04 14:45:45.889 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:45.891 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:45.895 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7152ms +2021-09-04 14:45:45.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:45.928 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:45.928 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:45.930 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:45.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:45.975 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:45.975 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5555ms +2021-09-04 14:45:47.900 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:47.903 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:47.907 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0935ms +2021-09-04 14:45:47.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:47.982 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:47.982 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:47.984 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:48.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:48.017 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:48.017 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.8752ms +2021-09-04 14:45:49.184 +08:00 [DBG] Transport connection checking... +2021-09-04 14:45:49.184 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:45:49.705 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:45:49.913 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:49.915 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:49.919 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4764ms +2021-09-04 14:45:50.024 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:50.024 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:50.024 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:50.026 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:50.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:50.062 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:50.062 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.6953ms +2021-09-04 14:45:51.925 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:51.928 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:51.932 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6508ms +2021-09-04 14:45:52.068 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:52.069 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:52.069 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:52.071 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:52.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:52.116 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:52.116 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.8719ms +2021-09-04 14:45:53.937 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:53.939 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:53.943 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4636ms +2021-09-04 14:45:54.125 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:54.125 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:54.125 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:54.127 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:54.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:54.173 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:54.173 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.6530ms +2021-09-04 14:45:55.949 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:55.951 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:55.955 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6865ms +2021-09-04 14:45:56.180 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:56.180 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:56.180 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:56.182 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:56.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:56.216 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:56.216 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9157ms +2021-09-04 14:45:57.961 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:57.963 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:57.968 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7741ms +2021-09-04 14:45:58.223 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:45:58.223 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:45:58.223 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:45:58.225 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:58.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:58.264 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:45:58.264 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1383ms +2021-09-04 14:45:59.974 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:45:59.976 +08:00 [INF] Successfully validated the token. +2021-09-04 14:45:59.980 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5785ms +2021-09-04 14:46:00.270 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:00.271 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:00.271 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:00.273 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:00.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:00.313 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:00.313 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.9424ms +2021-09-04 14:46:01.986 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:01.989 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:01.993 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7530ms +2021-09-04 14:46:02.319 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:02.320 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:02.320 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:02.322 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:02.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:02.356 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:02.356 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0150ms +2021-09-04 14:46:03.998 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:04.000 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:04.004 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3945ms +2021-09-04 14:46:04.362 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:04.363 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:04.363 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:04.365 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:04.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:04.409 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:04.409 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8906ms +2021-09-04 14:46:06.010 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:06.012 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:06.017 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4295ms +2021-09-04 14:46:06.417 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:06.418 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:06.418 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:06.420 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:06.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:06.455 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:06.455 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.9650ms +2021-09-04 14:46:08.022 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:08.024 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:08.029 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9863ms +2021-09-04 14:46:08.462 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:08.462 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:08.462 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:08.464 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:08.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:08.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:08.515 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 53.3954ms +2021-09-04 14:46:10.035 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:10.037 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:10.042 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8780ms +2021-09-04 14:46:10.522 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:10.522 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:10.522 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:10.525 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:10.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:10.564 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:10.564 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.4182ms +2021-09-04 14:46:12.047 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:12.049 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:12.053 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7892ms +2021-09-04 14:46:12.572 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:12.573 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:12.573 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:12.575 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:12.611 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:12.611 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:12.611 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.4674ms +2021-09-04 14:46:14.060 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:14.062 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:14.067 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2839ms +2021-09-04 14:46:14.617 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:14.617 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:14.617 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:14.619 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:14.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:14.660 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:14.661 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 43.8567ms +2021-09-04 14:46:16.071 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:16.074 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:16.078 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9904ms +2021-09-04 14:46:16.667 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:16.667 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:16.667 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:16.669 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:16.706 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:16.706 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:16.706 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.9071ms +2021-09-04 14:46:18.084 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:18.086 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:18.090 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6686ms +2021-09-04 14:46:18.713 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:18.714 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:18.714 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:18.716 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:18.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:18.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:18.750 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2451ms +2021-09-04 14:46:19.190 +08:00 [DBG] Transport connection checking... +2021-09-04 14:46:19.190 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:46:19.777 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:46:20.096 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:20.098 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:20.103 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2491ms +2021-09-04 14:46:20.758 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:20.758 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:20.758 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:20.760 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:20.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:20.794 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:20.794 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9033ms +2021-09-04 14:46:22.110 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:22.112 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:22.117 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6265ms +2021-09-04 14:46:22.801 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:22.801 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:22.801 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:22.804 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:22.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:22.838 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:22.839 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.6143ms +2021-09-04 14:46:24.123 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:24.125 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:24.129 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4268ms +2021-09-04 14:46:24.844 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:24.845 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:24.845 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:24.847 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:24.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:24.880 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:24.881 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3833ms +2021-09-04 14:46:26.134 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:26.137 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:26.140 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1492ms +2021-09-04 14:46:26.886 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:26.886 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:26.887 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:26.889 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:26.921 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:26.921 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:26.922 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.6143ms +2021-09-04 14:46:28.145 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:28.148 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:28.152 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4586ms +2021-09-04 14:46:28.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:28.928 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:28.928 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:28.930 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:28.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:28.963 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:28.963 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.1607ms +2021-09-04 14:46:30.157 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:30.160 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:30.164 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9043ms +2021-09-04 14:46:30.968 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:30.968 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:30.968 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:30.971 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:31.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:31.008 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:31.008 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.0982ms +2021-09-04 14:46:32.171 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:32.173 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:32.178 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2724ms +2021-09-04 14:46:33.015 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:33.015 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:33.015 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:33.018 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:33.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:33.057 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:33.057 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.7701ms +2021-09-04 14:46:34.185 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:34.187 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:34.192 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.4774ms +2021-09-04 14:46:35.063 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:35.063 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:35.063 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:35.065 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:35.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:35.105 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:35.105 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.5801ms +2021-09-04 14:46:36.197 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:36.200 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:36.204 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6905ms +2021-09-04 14:46:37.111 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:37.112 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:37.112 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:37.114 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:37.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:37.148 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:37.148 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7182ms +2021-09-04 14:46:38.209 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:38.211 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:38.215 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4811ms +2021-09-04 14:46:39.155 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:39.156 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:39.156 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:39.159 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:39.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:39.196 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:39.196 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.8416ms +2021-09-04 14:46:40.220 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:40.223 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:40.227 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5733ms +2021-09-04 14:46:41.203 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:41.203 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:41.203 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:41.205 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:41.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:41.239 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:41.240 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.1058ms +2021-09-04 14:46:42.234 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:42.236 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:42.240 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4279ms +2021-09-04 14:46:43.246 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:43.247 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:43.247 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:43.249 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:43.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:43.287 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:43.287 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1018ms +2021-09-04 14:46:44.246 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:44.248 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:44.252 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4884ms +2021-09-04 14:46:45.293 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:45.294 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:45.294 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:45.296 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:45.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:45.332 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:45.332 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.0261ms +2021-09-04 14:46:46.258 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:46.261 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:46.265 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8211ms +2021-09-04 14:46:47.338 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:47.339 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:47.339 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:47.341 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:47.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:47.375 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:47.375 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0304ms +2021-09-04 14:46:48.272 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:48.275 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:48.280 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.7829ms +2021-09-04 14:46:49.200 +08:00 [DBG] Transport connection checking... +2021-09-04 14:46:49.200 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:46:49.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:49.382 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:49.382 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:49.384 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:49.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:49.418 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:49.418 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9329ms +2021-09-04 14:46:49.837 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:46:50.287 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:50.289 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:50.293 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6943ms +2021-09-04 14:46:51.424 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:51.424 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:51.424 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:51.426 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:51.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:51.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:51.460 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.0926ms +2021-09-04 14:46:52.299 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:52.301 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:52.305 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3849ms +2021-09-04 14:46:53.466 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:53.467 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:53.467 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:53.469 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:53.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:53.514 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:53.515 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1557ms +2021-09-04 14:46:54.310 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:54.313 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:54.317 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.2885ms +2021-09-04 14:46:55.520 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:55.521 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:55.521 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:55.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:55.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:55.561 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:55.562 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.1213ms +2021-09-04 14:46:56.323 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:56.325 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:56.330 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8009ms +2021-09-04 14:46:57.567 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:57.568 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:57.568 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:57.570 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:57.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:57.607 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:57.607 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.6779ms +2021-09-04 14:46:58.335 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:46:58.337 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:58.342 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0697ms +2021-09-04 14:46:59.614 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:46:59.614 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:46:59.614 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:46:59.616 +08:00 [INF] Successfully validated the token. +2021-09-04 14:46:59.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:59.650 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:46:59.650 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.7621ms +2021-09-04 14:47:00.349 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:00.351 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:00.355 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3896ms +2021-09-04 14:47:01.657 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:01.657 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:01.657 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:01.660 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:01.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:01.695 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:01.695 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.1454ms +2021-09-04 14:47:02.360 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:02.363 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:02.367 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9943ms +2021-09-04 14:47:03.702 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:03.702 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:03.702 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:03.705 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:03.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:03.749 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:03.750 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5750ms +2021-09-04 14:47:04.373 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:04.375 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:04.379 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7942ms +2021-09-04 14:47:05.756 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:05.756 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:05.756 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:05.759 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:05.804 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:05.804 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:05.804 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.1985ms +2021-09-04 14:47:06.385 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:06.387 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:06.392 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7700ms +2021-09-04 14:47:07.810 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:07.810 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:07.810 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:07.812 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:07.846 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:07.846 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:07.847 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9967ms +2021-09-04 14:47:08.397 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:08.400 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:08.404 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5445ms +2021-09-04 14:47:09.855 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:09.855 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:09.855 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:09.858 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:09.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:09.905 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:09.905 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 50.1717ms +2021-09-04 14:47:10.409 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:10.411 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:10.415 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4707ms +2021-09-04 14:47:11.911 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:11.911 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:11.911 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:11.914 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:11.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:11.947 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:11.947 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.4980ms +2021-09-04 14:47:12.421 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:12.423 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:12.427 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6286ms +2021-09-04 14:47:13.953 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:13.954 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:13.954 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:13.956 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:14.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:14.002 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:14.002 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.8850ms +2021-09-04 14:47:14.434 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:14.437 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:14.441 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0515ms +2021-09-04 14:47:16.008 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:16.008 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:16.008 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:16.011 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:16.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:16.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:16.048 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.6489ms +2021-09-04 14:47:16.446 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:16.448 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:16.453 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5773ms +2021-09-04 14:47:18.053 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:18.053 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:18.053 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:18.055 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:18.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:18.089 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:18.089 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2771ms +2021-09-04 14:47:18.459 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:18.462 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:18.466 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7055ms +2021-09-04 14:47:19.224 +08:00 [DBG] Transport connection checking... +2021-09-04 14:47:19.224 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:47:19.881 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:47:20.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:20.097 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:20.097 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:20.099 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:20.137 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:20.138 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:20.138 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.4591ms +2021-09-04 14:47:20.472 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:20.474 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:20.478 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2897ms +2021-09-04 14:47:22.144 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:22.144 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:22.144 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:22.146 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:22.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:22.179 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:22.179 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.4569ms +2021-09-04 14:47:22.484 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:22.486 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:22.490 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5917ms +2021-09-04 14:47:24.185 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:24.186 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:24.186 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:24.188 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:24.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:24.232 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:24.232 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.6685ms +2021-09-04 14:47:24.496 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:24.498 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:24.502 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6599ms +2021-09-04 14:47:26.238 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:26.238 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:26.238 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:26.241 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:26.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:26.274 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:26.274 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.0927ms +2021-09-04 14:47:26.507 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:26.509 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:26.514 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5337ms +2021-09-04 14:47:28.281 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:28.281 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:28.281 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:28.283 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:28.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:28.328 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:28.329 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0540ms +2021-09-04 14:47:28.519 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:28.522 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:28.526 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.4760ms +2021-09-04 14:47:30.336 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:30.336 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:30.336 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:30.339 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:30.376 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:30.377 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:30.377 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.9410ms +2021-09-04 14:47:30.531 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:30.534 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:30.538 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7602ms +2021-09-04 14:47:32.382 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:32.382 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:32.382 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:32.384 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:32.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:32.421 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:32.422 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.7627ms +2021-09-04 14:47:32.543 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:32.545 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:32.550 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1812ms +2021-09-04 14:47:34.428 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:34.429 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:34.429 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:34.431 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:34.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:34.470 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:34.471 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 42.3641ms +2021-09-04 14:47:34.557 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:34.559 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:34.564 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.0824ms +2021-09-04 14:47:36.477 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:36.477 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:36.477 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:36.480 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:36.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:36.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:36.516 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.9323ms +2021-09-04 14:47:36.569 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:36.571 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:36.575 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5435ms +2021-09-04 14:47:38.522 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:38.522 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:38.522 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:38.524 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:38.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:38.559 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:38.559 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9792ms +2021-09-04 14:47:38.579 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:38.582 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:38.586 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3030ms +2021-09-04 14:47:40.564 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:40.564 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:40.564 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:40.567 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:40.593 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:40.602 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:40.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:40.605 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:40.605 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 41.3271ms +2021-09-04 14:47:40.606 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 14.6713ms +2021-09-04 14:47:42.611 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:42.611 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:42.611 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:42.612 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:42.613 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:42.614 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:42.617 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 5.7630ms +2021-09-04 14:47:42.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:42.658 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:42.658 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3017ms +2021-09-04 14:47:44.623 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:44.626 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:44.630 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.8800ms +2021-09-04 14:47:44.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:44.663 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:44.663 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:44.665 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:44.700 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:44.700 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:44.700 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.3859ms +2021-09-04 14:47:46.635 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:46.637 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:46.642 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9367ms +2021-09-04 14:47:46.709 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:46.709 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:46.709 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:46.711 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:46.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:46.748 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:46.748 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.5624ms +2021-09-04 14:47:48.648 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:48.650 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:48.654 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3908ms +2021-09-04 14:47:48.754 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:48.754 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:48.755 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:48.757 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:48.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:48.793 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:48.793 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.8949ms +2021-09-04 14:47:49.242 +08:00 [DBG] Transport connection checking... +2021-09-04 14:47:49.242 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:47:49.942 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:47:50.659 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:50.662 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:50.666 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.5715ms +2021-09-04 14:47:50.799 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:50.799 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:50.799 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:50.801 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:50.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:50.839 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:50.839 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.3294ms +2021-09-04 14:47:52.672 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:52.675 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:52.679 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7783ms +2021-09-04 14:47:52.845 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:52.846 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:52.846 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:52.848 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:52.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:52.882 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:52.882 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.9957ms +2021-09-04 14:47:54.684 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:54.686 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:54.690 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6981ms +2021-09-04 14:47:54.889 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:54.889 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:54.889 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:54.891 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:54.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:54.928 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:54.928 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.4335ms +2021-09-04 14:47:56.697 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:56.699 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:56.704 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9732ms +2021-09-04 14:47:56.935 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:56.935 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:56.935 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:56.937 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:56.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:56.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:56.974 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.8531ms +2021-09-04 14:47:58.710 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:47:58.713 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:58.717 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6230ms +2021-09-04 14:47:58.981 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:47:58.981 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:47:58.981 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:47:58.984 +08:00 [INF] Successfully validated the token. +2021-09-04 14:47:59.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:59.033 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:47:59.033 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 52.3433ms +2021-09-04 14:48:00.723 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:00.725 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:00.729 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1657ms +2021-09-04 14:48:01.040 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:01.040 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:01.040 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:01.042 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:01.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:01.087 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:01.087 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3236ms +2021-09-04 14:48:02.734 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:02.737 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:02.741 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5305ms +2021-09-04 14:48:03.093 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:03.094 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:03.094 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:03.097 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:03.143 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:03.143 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:03.143 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 49.9078ms +2021-09-04 14:48:04.746 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:04.749 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:04.753 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5725ms +2021-09-04 14:48:05.151 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:05.151 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:05.151 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:05.154 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:05.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:05.191 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:05.191 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 40.4004ms +2021-09-04 14:48:06.758 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:06.760 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:06.764 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4405ms +2021-09-04 14:48:07.197 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:07.197 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:07.197 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:07.199 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:07.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:07.234 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:07.235 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0633ms +2021-09-04 14:48:08.769 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:08.771 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:08.775 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3926ms +2021-09-04 14:48:09.240 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:09.240 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:09.240 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:09.242 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:09.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:09.276 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:09.276 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2049ms +2021-09-04 14:48:10.780 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:10.783 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:10.787 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4735ms +2021-09-04 14:48:11.282 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:11.282 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:11.282 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:11.285 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:11.319 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:11.320 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:11.320 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.7362ms +2021-09-04 14:48:12.792 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:12.795 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:12.799 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9036ms +2021-09-04 14:48:13.327 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:13.327 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:13.327 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:13.330 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:13.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:13.374 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:13.374 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.3846ms +2021-09-04 14:48:14.804 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:14.806 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:14.810 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6997ms +2021-09-04 14:48:15.381 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:15.382 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:15.382 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:15.384 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:15.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:15.419 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:15.419 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.5765ms +2021-09-04 14:48:16.816 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:16.818 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:16.822 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2862ms +2021-09-04 14:48:17.425 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:17.425 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:17.425 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:17.427 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:17.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:17.460 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:17.460 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5295ms +2021-09-04 14:48:18.827 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:18.830 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:18.834 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5312ms +2021-09-04 14:48:19.244 +08:00 [DBG] Transport connection checking... +2021-09-04 14:48:19.244 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:48:19.467 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:19.467 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:19.467 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:19.469 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:19.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:19.503 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:19.504 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.8078ms +2021-09-04 14:48:20.081 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:48:20.839 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:20.842 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:20.846 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7900ms +2021-09-04 14:48:21.510 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:21.510 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:21.510 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:21.512 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:21.546 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:21.546 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:21.546 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3851ms +2021-09-04 14:48:22.852 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:22.854 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:22.859 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 7.1191ms +2021-09-04 14:48:23.552 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:23.552 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:23.552 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:23.555 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:23.588 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:23.588 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:23.588 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.3024ms +2021-09-04 14:48:24.864 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:24.867 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:24.871 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3414ms +2021-09-04 14:48:25.593 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:25.594 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:25.594 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:25.596 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:25.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:25.629 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:25.629 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2188ms +2021-09-04 14:48:26.877 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:26.918 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:26.922 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 44.5014ms +2021-09-04 14:48:27.635 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:27.635 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:27.635 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:27.637 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:27.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:27.670 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:27.670 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.6230ms +2021-09-04 14:48:28.927 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:28.930 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:28.933 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0892ms +2021-09-04 14:48:29.676 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:29.676 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:29.676 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:29.678 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:29.722 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:29.723 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:29.723 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.1704ms +2021-09-04 14:48:30.938 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:30.940 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:30.944 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2940ms +2021-09-04 14:48:31.729 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:31.729 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:31.729 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:31.731 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:31.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:31.764 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:31.764 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.0463ms +2021-09-04 14:48:32.950 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:32.952 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:32.956 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3108ms +2021-09-04 14:48:33.771 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:33.771 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:33.771 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:33.773 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:33.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:33.819 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:33.819 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 48.0031ms +2021-09-04 14:48:34.961 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:34.963 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:34.967 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.6022ms +2021-09-04 14:48:35.825 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:35.825 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:35.825 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:35.828 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:35.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:35.872 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:35.873 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.5553ms +2021-09-04 14:48:36.972 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:36.974 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:36.978 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.4972ms +2021-09-04 14:48:37.878 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:37.878 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:37.878 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:37.880 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:37.924 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:37.924 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:37.924 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.0726ms +2021-09-04 14:48:38.984 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:38.986 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:38.990 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7674ms +2021-09-04 14:48:39.929 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:39.930 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:39.930 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:39.932 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:39.965 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:39.965 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:39.966 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.2450ms +2021-09-04 14:48:40.996 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:40.999 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:41.002 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2940ms +2021-09-04 14:48:41.970 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:41.971 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:41.971 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:41.973 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:42.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:42.006 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:42.006 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.4752ms +2021-09-04 14:48:43.007 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:43.009 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:43.013 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3657ms +2021-09-04 14:48:44.013 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:44.013 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:44.013 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:44.015 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:44.047 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:44.048 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:44.048 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.8966ms +2021-09-04 14:48:45.018 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:45.021 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:45.025 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2237ms +2021-09-04 14:48:46.055 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:46.055 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:46.055 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:46.057 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:46.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:46.090 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:46.091 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.8683ms +2021-09-04 14:48:47.031 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:47.033 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:47.037 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3351ms +2021-09-04 14:48:48.096 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:48.097 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:48.097 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:48.099 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:48.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:48.136 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:48.136 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 39.6893ms +2021-09-04 14:48:49.043 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:49.046 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:49.049 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1327ms +2021-09-04 14:48:49.148 +08:00 [DBG] Collecting expired data from table: cap.published +2021-09-04 14:48:49.150 +08:00 [DBG] Collecting expired data from table: cap.received +2021-09-04 14:48:49.242 +08:00 [DBG] Transport connection checking... +2021-09-04 14:48:49.242 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:48:49.480 +08:00 [DBG] Aggregating records in 'Counter' table... +2021-09-04 14:48:49.497 +08:00 [INF] 1 servers were removed due to timeout +2021-09-04 14:48:50.119 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:48:50.141 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:50.142 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:50.142 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:50.144 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:50.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:50.175 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:50.175 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.1516ms +2021-09-04 14:48:51.055 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:51.058 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:51.062 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1657ms +2021-09-04 14:48:52.182 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:52.182 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:52.182 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:52.185 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:52.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:52.220 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:52.220 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 38.0622ms +2021-09-04 14:48:53.067 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:53.069 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:53.073 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3385ms +2021-09-04 14:48:54.226 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:54.227 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:54.227 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:54.229 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:54.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:54.272 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:54.272 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.7084ms +2021-09-04 14:48:55.080 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:55.082 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:55.087 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9287ms +2021-09-04 14:48:56.281 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:56.281 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:56.281 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:56.285 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:56.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:56.326 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:56.326 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 45.0659ms +2021-09-04 14:48:57.093 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:57.095 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:57.099 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2558ms +2021-09-04 14:48:58.333 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:48:58.333 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:48:58.333 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:48:58.335 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:58.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:58.380 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:48:58.380 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.0717ms +2021-09-04 14:48:59.105 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:48:59.108 +08:00 [INF] Successfully validated the token. +2021-09-04 14:48:59.112 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3576ms +2021-09-04 14:49:00.385 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:00.385 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:00.385 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:00.387 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:00.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:00.420 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:00.420 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.9127ms +2021-09-04 14:49:01.118 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:01.120 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:01.124 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5125ms +2021-09-04 14:49:02.426 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:02.426 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:02.426 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:02.428 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:02.461 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:02.461 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:02.461 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.6162ms +2021-09-04 14:49:03.129 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:03.131 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:03.135 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.5042ms +2021-09-04 14:49:04.468 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:04.468 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:04.468 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:04.470 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:04.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:04.515 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:04.515 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.9822ms +2021-09-04 14:49:05.140 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:05.142 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:05.146 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1246ms +2021-09-04 14:49:06.521 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:06.521 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:06.521 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:06.523 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:06.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:06.556 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:06.556 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5201ms +2021-09-04 14:49:07.151 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:07.153 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:07.157 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.1428ms +2021-09-04 14:49:08.562 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:08.562 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:08.562 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:08.564 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:08.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:08.597 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:08.597 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.5136ms +2021-09-04 14:49:09.162 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:09.164 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:09.168 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.0178ms +2021-09-04 14:49:10.604 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:10.604 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:10.604 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:10.606 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:10.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:10.639 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:10.639 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 34.9549ms +2021-09-04 14:49:11.174 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:11.176 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:11.180 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2366ms +2021-09-04 14:49:12.644 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:12.645 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:12.645 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:12.647 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:12.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:12.692 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:12.692 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 47.9744ms +2021-09-04 14:49:13.186 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:13.188 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:13.192 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2406ms +2021-09-04 14:49:14.699 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:14.699 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:14.699 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:14.701 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:14.734 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:14.735 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:14.735 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 36.1357ms +2021-09-04 14:49:15.198 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:15.200 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:15.204 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2910ms +2021-09-04 14:49:16.741 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:16.741 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:16.741 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:16.743 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:16.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:16.778 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:16.778 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0690ms +2021-09-04 14:49:17.210 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:17.213 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:17.217 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.3296ms +2021-09-04 14:49:18.784 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:18.784 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:18.784 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:18.786 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:18.835 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:18.835 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:18.835 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 51.1500ms +2021-09-04 14:49:19.222 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:19.224 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:19.229 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.9362ms +2021-09-04 14:49:19.249 +08:00 [DBG] Transport connection checking... +2021-09-04 14:49:19.249 +08:00 [DBG] Transport connection healthy! +2021-09-04 14:49:20.183 +08:00 [DBG] Server szqh003802a:34712:a5926b79 heartbeat successfully sent +2021-09-04 14:49:20.841 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:20.841 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:20.841 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:20.843 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:20.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:20.878 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:20.878 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 37.0183ms +2021-09-04 14:49:21.234 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:21.237 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:21.240 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2106ms +2021-09-04 14:49:22.884 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:22.885 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:22.885 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:22.887 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:22.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:22.931 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:22.931 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 46.8879ms +2021-09-04 14:49:23.247 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:23.249 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:23.253 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.2467ms +2021-09-04 14:49:24.938 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 +2021-09-04 14:49:24.938 +08:00 [INF] CORS policy execution failed. +2021-09-04 14:49:24.938 +08:00 [INF] Request origin http://localhost:44315 does not have permission to access the resource. +2021-09-04 14:49:24.940 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:24.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:24.974 +08:00 [DBG] Added 0 entity changes to the current audit log +2021-09-04 14:49:24.974 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:44315/hangfire/stats application/x-www-form-urlencoded;+charset=UTF-8 228 - 200 - application/json 35.9070ms +2021-09-04 14:49:25.258 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:44315/cap/api/stats - - +2021-09-04 14:49:25.260 +08:00 [INF] Successfully validated the token. +2021-09-04 14:49:25.264 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:44315/cap/api/stats - - - 200 - application/json;+charset=utf-8 6.7509ms diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/ProjectNameHttpApiHostModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/ProjectNameHttpApiHostModule.cs index 0f3d72f3..651ca5a5 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/ProjectNameHttpApiHostModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/ProjectNameHttpApiHostModule.cs @@ -41,6 +41,7 @@ using Volo.Abp.Modularity; using Volo.Abp.Swashbuckle; using Volo.Abp.VirtualFileSystem; using System.Threading.Tasks; +using CompanyName.ProjectName.CAP; namespace CompanyName.ProjectName { @@ -55,7 +56,8 @@ namespace CompanyName.ProjectName typeof(AbpSwashbuckleModule), typeof(AbpAccountWebModule), typeof(AbpAspNetCoreAuthenticationJwtBearerModule), - typeof(AbpBackgroundJobsHangfireModule) + typeof(AbpBackgroundJobsHangfireModule), + typeof(AbpCapModule) )] public class ProjectNameHttpApiHostModule : AbpModule { @@ -75,7 +77,7 @@ namespace CompanyName.ProjectName //ConfigureConventionalControllers(); //ConfigureAuthentication(context, configuration); ConfigureLocalization(); - ConfigureCache(configuration); + ConfigureCache(context); ConfigureVirtualFileSystem(context); ConfigureRedis(context, configuration, hostingEnvironment); ConfigureCors(context, configuration); @@ -84,6 +86,7 @@ namespace CompanyName.ProjectName ConfigureHealthChecks(context); ConfigureJwtAuthentication(context, configuration); ConfigureHangfireMysql(context); + ConfigurationCap(context); } public override void OnApplicationInitialization(ApplicationInitializationContext context) @@ -134,7 +137,8 @@ namespace CompanyName.ProjectName app.UseEndpoints(endpoints => { endpoints.MapHealthChecks("/health"); }); app.UseHangfireDashboard("/hangfire", new DashboardOptions() { - Authorization = new[] {new CustomHangfireAuthorizeFilter()} + Authorization = new[] {new CustomHangfireAuthorizeFilter()}, + IgnoreAntiforgeryToken = true }); } @@ -143,7 +147,7 @@ namespace CompanyName.ProjectName Configure(options => { options.IsJobExecutionEnabled = true; }); context.Services.AddHangfire(config => { - config.UseStorage(new MySqlStorage(context.Services.GetConfiguration().GetConnectionString("Hangfire"), + config.UseStorage(new MySqlStorage(context.Services.GetConfiguration().GetConnectionString("Default"), new MySqlStorageOptions() { //CommandBatchMaxTimeout = TimeSpan.FromMinutes(5), @@ -196,25 +200,23 @@ namespace CompanyName.ProjectName currentContext.Token = accessToken; } - // 如果请求来自hangfire - if (!path.ToString().StartsWith("/hangfire")) + // 如果请求来自hangfire 或者cap + if (path.ToString().StartsWith("/hangfire") || path.ToString().StartsWith("/cap")) { - return Task.CompletedTask; - } - - currentContext.HttpContext.Response.Headers.Remove("X-Frame-Options"); - if (!string.IsNullOrEmpty(accessToken)) - { - currentContext.Token = accessToken; - currentContext.HttpContext.Response.Cookies - .Append("HangfireCookie", accessToken); - } - else - { - var cookies = currentContext.Request.Cookies; - if (cookies.ContainsKey("HangfireCookie")) + currentContext.HttpContext.Response.Headers.Remove("X-Frame-Options"); + if (!string.IsNullOrEmpty(accessToken)) { - currentContext.Token = cookies["HangfireCookie"]; + currentContext.Token = accessToken; + currentContext.HttpContext.Response.Cookies + .Append("ProjectNameCookie", accessToken); + } + else + { + var cookies = currentContext.Request.Cookies; + if (cookies.ContainsKey("ProjectNameCookie")) + { + currentContext.Token = cookies["ProjectNameCookie"]; + } } } @@ -233,33 +235,44 @@ namespace CompanyName.ProjectName context.Services.Configure(context.Services.GetConfiguration().GetSection("Jwt")); } - private void ConfigureCache(IConfiguration configuration) + /// + /// Redis缓存 + /// + private void ConfigureCache(ServiceConfigurationContext context) { - Configure(options => { options.KeyPrefix = "ProjectName:"; }); + var redisConnectionString = + context.Services.GetConfiguration().GetValue("Cache:Redis:ConnectionString"); + var redisDatabaseId = context.Services.GetConfiguration().GetValue("Cache:Redis:DatabaseId"); + var password = context.Services.GetConfiguration().GetValue("Cache:Redis:Password"); + var connectString = $"{redisConnectionString},password={password},defaultdatabase={redisDatabaseId}"; + var redis = ConnectionMultiplexer.Connect(connectString); + context.Services.AddStackExchangeRedisCache(options => { options.Configuration = connectString; }); } private void ConfigureVirtualFileSystem(ServiceConfigurationContext context) { - var hostingEnvironment = context.Services.GetHostingEnvironment(); - - if (hostingEnvironment.IsDevelopment()) - { - Configure(options => - { - options.FileSets.ReplaceEmbeddedByPhysical( - Path.Combine(hostingEnvironment.ContentRootPath, - $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Domain.Shared")); - options.FileSets.ReplaceEmbeddedByPhysical( - Path.Combine(hostingEnvironment.ContentRootPath, - $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Domain")); - options.FileSets.ReplaceEmbeddedByPhysical( - Path.Combine(hostingEnvironment.ContentRootPath, - $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Application.Contracts")); - options.FileSets.ReplaceEmbeddedByPhysical( - Path.Combine(hostingEnvironment.ContentRootPath, - $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Application")); - }); - } + Configure(options => { options.FileSets.AddEmbedded(); }); + + // var hostingEnvironment = context.Services.GetHostingEnvironment(); + // + // if (hostingEnvironment.IsDevelopment()) + // { + // Configure(options => + // { + // options.FileSets.ReplaceEmbeddedByPhysical( + // Path.Combine(hostingEnvironment.ContentRootPath, + // $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Domain.Shared")); + // options.FileSets.ReplaceEmbeddedByPhysical( + // Path.Combine(hostingEnvironment.ContentRootPath, + // $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Domain")); + // options.FileSets.ReplaceEmbeddedByPhysical( + // Path.Combine(hostingEnvironment.ContentRootPath, + // $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Application.Contracts")); + // options.FileSets.ReplaceEmbeddedByPhysical( + // Path.Combine(hostingEnvironment.ContentRootPath, + // $"..{Path.DirectorySeparatorChar}CompanyName.ProjectName.Application")); + // }); + // } } private void ConfigureConventionalControllers() @@ -278,11 +291,11 @@ namespace CompanyName.ProjectName private void ConfigureHealthChecks(ServiceConfigurationContext context) { var redisConnectionString = - context.Services.GetConfiguration().GetValue("Redis:Configuration") - + ",defaultdatabase=" - + context.Services.GetConfiguration().GetValue("Redis:DatabaseId", 1); - var mysqlConnectionString = context.Services.GetConfiguration().GetConnectionString("Default"); - context.Services.AddHealthChecks().AddRedis(redisConnectionString).AddMySql(mysqlConnectionString); + context.Services.GetConfiguration().GetValue("Cache:Redis:ConnectionString"); + var redisDatabaseId = context.Services.GetConfiguration().GetValue("Cache:Redis:DatabaseId"); + var password = context.Services.GetConfiguration().GetValue("Cache:Redis:Password"); + var connectString = $"{redisConnectionString},password={password},defaultdatabase={redisDatabaseId}"; + context.Services.AddHealthChecks().AddRedis(redisConnectionString).AddMySql(connectString); } private static void ConfigureSwaggerServices(ServiceConfigurationContext context, IConfiguration configuration) @@ -368,9 +381,10 @@ namespace CompanyName.ProjectName if (!hostingEnvironment.IsDevelopment()) { var redisConnectionString = - context.Services.GetConfiguration().GetValue("Redis:Configuration") - + ",defaultdatabase=" - + context.Services.GetConfiguration().GetValue("Redis:DatabaseId", 1); + context.Services.GetConfiguration().GetValue("Cache:Redis:ConnectionString"); + var redisDatabaseId = context.Services.GetConfiguration().GetValue("Cache:Redis:DatabaseId"); + var password = context.Services.GetConfiguration().GetValue("Cache:Redis:Password"); + var connectString = $"{redisConnectionString},password={password},defaultdatabase={redisDatabaseId}"; var redis = ConnectionMultiplexer.Connect(redisConnectionString); context.Services .AddDataProtection() @@ -400,5 +414,27 @@ namespace CompanyName.ProjectName }); }); } + + private void ConfigurationCap(ServiceConfigurationContext context) + { + var configuration = context.Services.GetConfiguration(); + context.AddAbpCap(capOptions => + { + capOptions.UseEntityFramework(); + capOptions.UseRabbitMQ(option => + { + option.HostName = configuration.GetValue("RabbitMq:HostName"); + option.UserName = configuration.GetValue("RabbitMq:UserName"); + option.Password = configuration.GetValue("RabbitMq:Password"); + }); + + var hostingEnvironment = context.Services.GetHostingEnvironment(); + bool auth = !hostingEnvironment.IsDevelopment(); + capOptions.UseDashboard(options => + { + options.UseAuth = auth; + }); + }); + } } } \ No newline at end of file diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/appsettings.json b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/appsettings.json index 9ca8f830..dbef0067 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/appsettings.json +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi.Host/appsettings.json @@ -4,12 +4,15 @@ }, "ConnectionStrings": { "Default": "Data Source=localhost;Database=CompanyNameProjectNameDB;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true", - "DataDictionaryManagement": "Data Source=localhost;Database=DataDictionaryManagement;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true", - "Hangfire": "Data Source=localhost;Database=CompanyNameProjectNameHangfireDB;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" + // "DataDictionaryManagement": "Data Source=localhost;Database=DataDictionaryManagement;uid=root;pwd=mypassword;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true", }, - "Redis": { - "Configuration": "localhost,password=mypassword", - "DatabaseId": 1 + + "Cache": { + "Redis": { + "ConnectionString": "localhost", + "Password": "mypassword", + "DatabaseId": 1 + } }, "AuthServer": { "Authority": "https://localhost:44354", @@ -29,6 +32,11 @@ "ExpirationTime": 24 //过期时间 hour }, + "RabbitMq": { + "HostName": "localhost", + "UserName": "admin", + "Password": "admin" + }, "LogToElasticSearch": { "Enabled": "true", "ElasticSearch": { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/CompanyName.ProjectName.HttpApi.csproj b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/CompanyName.ProjectName.HttpApi.csproj index 41db3bd2..70ebf8cd 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/CompanyName.ProjectName.HttpApi.csproj +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/CompanyName.ProjectName.HttpApi.csproj @@ -9,6 +9,7 @@ + diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiResourceController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiResourceController.cs index 8e73940d..24ceb45b 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiResourceController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiResourceController.cs @@ -2,7 +2,9 @@ using System.Threading.Tasks; using CompanyName.ProjectName.IdentityServers; using CompanyName.ProjectName.IdentityServers.Dtos; +using CompanyName.ProjectName.Permissions; using CompanyName.ProjectName.Publics.Dtos; +using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Annotations; using Volo.Abp.Application.Dtos; @@ -10,6 +12,7 @@ using Volo.Abp.Application.Dtos; namespace CompanyName.ProjectName.Controllers.IdentityServers { [Route("IdentityServer/ApiResource")] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiResource.Default)] public class ApiResourceController : ProjectNameController { private readonly IApiResourceAppService _apiResourceAppService; @@ -36,6 +39,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("create")] [SwaggerOperation(summary: "新增ApiResource", Tags = new[] {"ApiResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiResource.Create)] public Task CreateAsync(CreateApiResourceInput input) { return _apiResourceAppService.CreateAsync(input); @@ -44,6 +48,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("delete")] [SwaggerOperation(summary: "删除ApiResource", Tags = new[] {"ApiResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiResource.Delete)] public async Task DeleteAsync(IdInput input) { await _apiResourceAppService.DeleteAsync(input); @@ -51,6 +56,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("update")] [SwaggerOperation(summary: "删除ApiResource", Tags = new[] {"ApiResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiResource.Update)] public Task UpdateAsync(UpdateApiResourceInput input) { return _apiResourceAppService.UpdateAsync(input); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiScopeController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiScopeController.cs index 03d8d4b1..264c2316 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiScopeController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ApiScopeController.cs @@ -4,7 +4,9 @@ using System.Threading.Tasks; using CompanyName.ProjectName.Extensions.Customs.Dtos; using CompanyName.ProjectName.IdentityServers.ApiScopes; using CompanyName.ProjectName.IdentityServers.ApiScopes.Dtos; +using CompanyName.ProjectName.Permissions; using CompanyName.ProjectName.Publics.Dtos; +using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Annotations; using Volo.Abp.Application.Dtos; @@ -12,6 +14,7 @@ using Volo.Abp.Application.Dtos; namespace CompanyName.ProjectName.Controllers.IdentityServers { [Route("IdentityServer/ApiScope")] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiScope.Default)] public class ApiScopeController:ProjectNameController { private readonly IApiScopeAppService _apiScopeAppService; @@ -30,6 +33,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("create")] [SwaggerOperation(summary: "创建ApiScope", Tags = new[] {"ApiScope"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiScope.Create)] public Task CreateAsync(CreateApiScopeInput input) { return _apiScopeAppService.CreateAsync(input); @@ -37,6 +41,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("update")] [SwaggerOperation(summary: "更新ApiScope", Tags = new[] {"ApiScope"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiScope.Update)] public Task UpdateAsync(UpdateCreateApiScopeInput input) { return _apiScopeAppService.UpdateAsync(input); @@ -44,6 +49,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("delete")] [SwaggerOperation(summary: "删除ApiScope", Tags = new[] {"ApiScope"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.ApiScope.Delete)] public Task DeleteAsync(IdInput input) { return _apiScopeAppService.DeleteAsync(input); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ClientController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ClientController.cs index 11da386f..a4a14c85 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ClientController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/ClientController.cs @@ -1,6 +1,8 @@ using System.Threading.Tasks; using CompanyName.ProjectName.IdentityServers.Clients; +using CompanyName.ProjectName.Permissions; using CompanyName.ProjectName.Publics.Dtos; +using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Annotations; using Volo.Abp.Application.Dtos; @@ -8,6 +10,7 @@ using Volo.Abp.Application.Dtos; namespace CompanyName.ProjectName.Controllers.IdentityServers { [Route("IdentityServer/Client")] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Default)] public class ClientController : ProjectNameController { private readonly IIdentityServerClientAppService _identityServerClientAppService; @@ -27,6 +30,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("create")] [SwaggerOperation(summary: "创建Client", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Create)] public Task CreateAsync(CreateClientInput input) { return _identityServerClientAppService.CreateAsync(input); @@ -34,6 +38,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("delete")] [SwaggerOperation(summary: "删除client", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Delete)] public Task DeleteAsync(IdInput input) { return _identityServerClientAppService.DeleteAsync(input); @@ -41,6 +46,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("updateBasic")] [SwaggerOperation(summary: "更新基本信息", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task UpdateBasicDataAsync(UpdataBasicDataInput input) { return _identityServerClientAppService.UpdateBasicDataAsync(input); @@ -48,6 +54,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("updateScopes")] [SwaggerOperation(summary: "更新client scopes", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task UpdateScopesAsync(UpdateScopeInput input) { return _identityServerClientAppService.UpdateScopesAsync(input); @@ -55,6 +62,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("addRedirectUri")] [SwaggerOperation(summary: "新增回调地址", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task AddRedirectUriAsync(AddRedirectUriInput input) { return _identityServerClientAppService.AddRedirectUriAsync(input); @@ -62,6 +70,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("removeRedirectUri")] [SwaggerOperation(summary: "删除回调地址", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task RemoveRedirectUriAsync(RemoveRedirectUriInput input) { return _identityServerClientAppService.RemoveRedirectUriAsync(input); @@ -69,6 +78,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("addLogoutRedirectUri")] [SwaggerOperation(summary: "新增Logout回调地址", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task AddLogoutRedirectUriAsync(AddRedirectUriInput input) { return _identityServerClientAppService.AddLogoutRedirectUriAsync(input); @@ -76,6 +86,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("removeLogoutRedirectUri")] [SwaggerOperation(summary: "删除Logout回调地址", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task RemoveLogoutRedirectUriAsync(RemoveRedirectUriInput input) { return _identityServerClientAppService.RemoveLogoutRedirectUriAsync(input); @@ -83,6 +94,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("addCors")] [SwaggerOperation(summary: "添加cors", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task AddCorsAsync(AddCorsInput input) { return _identityServerClientAppService.AddCorsAsync(input); @@ -90,6 +102,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("removeCors")] [SwaggerOperation(summary: "删除cors", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Update)] public Task RemoveCorsAsync(RemoveCorsInput input) { return _identityServerClientAppService.RemoveCorsAsync(input); @@ -97,6 +110,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("enabled")] [SwaggerOperation(summary: "禁用client", Tags = new[] {"Client"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.Client.Enable)] public Task EnabledAsync(EnabledInput input) { return _identityServerClientAppService.EnabledAsync(input); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/IdentityResourceController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/IdentityResourceController.cs index f4d7b600..c233916b 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/IdentityResourceController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/IdentityServers/IdentityResourceController.cs @@ -1,7 +1,9 @@ using System.Threading.Tasks; using CompanyName.ProjectName.IdentityServers.IdentityResources; using CompanyName.ProjectName.IdentityServers.IdentityResources.Dtos; +using CompanyName.ProjectName.Permissions; using CompanyName.ProjectName.Publics.Dtos; +using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Annotations; using Volo.Abp.Application.Dtos; @@ -9,6 +11,7 @@ using Volo.Abp.Application.Dtos; namespace CompanyName.ProjectName.Controllers.IdentityServers { [Route("IdentityServer/IdentityResource")] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.IdentityResources.Default)] public class IdentityResourceController : ProjectNameController { private readonly IIdentityResourceAppService _identityResourceAppService; @@ -28,6 +31,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("create")] [SwaggerOperation(summary: "创建IdentityResource", Tags = new[] {"IdentityResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.IdentityResources.Create)] public Task CreateAsync(CreateIdentityResourceInput input) { return _identityResourceAppService.CreateAsync(input); @@ -35,6 +39,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("update")] [SwaggerOperation(summary: "更新IdentityResource", Tags = new[] {"IdentityResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.IdentityResources.Update)] public Task UpdateAsync(UpdateIdentityResourceInput input) { return _identityResourceAppService.UpdateAsync(input); @@ -42,6 +47,7 @@ namespace CompanyName.ProjectName.Controllers.IdentityServers [HttpPost("delete")] [SwaggerOperation(summary: "删除IdentityResource", Tags = new[] {"IdentityResource"})] + [Authorize(Policy = ProjectNamePermissions.IdentityServer.IdentityResources.Delete)] public Task DeleteAsync(IdInput input) { return _identityResourceAppService.DeleteAsync(input); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/AuditLogController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/AuditLogController.cs index 4bd443ec..c145851a 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/AuditLogController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/AuditLogController.cs @@ -11,8 +11,8 @@ using Volo.Abp.Identity; namespace CompanyName.ProjectName.Controllers.Systems { [Route("AuditLogs")] - //[Authorize] - public class AuditLogController:ProjectNameController + [Authorize(Policy = IdentityPermissions.Users.Default)] + public class AuditLogController : ProjectNameController { private readonly IAuditLogAppService _auditLogAppService; @@ -20,10 +20,10 @@ namespace CompanyName.ProjectName.Controllers.Systems { _auditLogAppService = auditLogAppService; } - + [HttpPost("page")] - //[Authorize(ProjectNamePermissions.AbpIdentityExtend.AuditLogQuery)] - [SwaggerOperation(summary: "分页获取用户信息", Tags = new[] { "AuditLogs" })] + [Authorize(Policy = ProjectNamePermissions.SystemManagement.AuditLog)] + [SwaggerOperation(summary: "分页获取用户信息", Tags = new[] {"AuditLogs"})] public Task> ListAsync(PagingAuditLogListInput input) { return _auditLogAppService.GetListAsync(input); diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/RoleController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/RoleController.cs index f61ea919..e1ad7b0a 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/RoleController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/RoleController.cs @@ -13,6 +13,7 @@ using Volo.Abp.Identity; namespace CompanyName.ProjectName.Controllers.Systems { [Route("Roles")] + [Authorize(Policy = IdentityPermissions.Roles.Default)] public class RoleController : ProjectNameController { private readonly IRoleAppService _roleAppService; @@ -23,7 +24,6 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("all")] - [Authorize(IdentityPermissions.Roles.Default)] [SwaggerOperation(summary: "获取所有角色", Tags = new[] { "Roles" })] public Task> AllListAsync() { @@ -31,7 +31,6 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("page")] - [Authorize(IdentityPermissions.Roles.Default)] [SwaggerOperation(summary: "分页获取角色", Tags = new[] { "Roles" })] public Task> ListAsync(PagingRoleListInput input) { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/UserController.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/UserController.cs index 10d50ef5..7421d36a 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/UserController.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/Controllers/Systems/UserController.cs @@ -13,7 +13,7 @@ using Volo.Abp.Identity; namespace CompanyName.ProjectName.Controllers.Systems { [Route("Users")] - [Authorize] + [Authorize(Policy = IdentityPermissions.Users.Default)] public class UserContoller:ProjectNameController { private readonly IUserAppService _userAppService; @@ -24,7 +24,6 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("page")] - [Authorize(IdentityPermissions.Users.Default)] [SwaggerOperation(summary: "分页获取用户信息", Tags = new[] { "Users" })] public Task> ListAsync(PagingUserListInput input) { @@ -56,7 +55,6 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("role")] - [Authorize(IdentityPermissions.Users.Default)] [SwaggerOperation(summary: "获取用户角色信息", Tags = new[] { "Users" })] public Task> GetRoleByUserId(IdInput input) { @@ -64,7 +62,6 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("changePassword")] - [Authorize(IdentityPermissions.Users.Default)] [SwaggerOperation(summary: "修改当前用户密码", Tags = new[] { "Users" })] public Task ChangePasswordAsync(ChangePasswordInput input) { @@ -72,7 +69,7 @@ namespace CompanyName.ProjectName.Controllers.Systems } [HttpPost("lock")] - [Authorize(ProjectNamePermissions.AbpIdentityExtend.UserEnable)] + [Authorize(ProjectNamePermissions.SystemManagement.UserEnable)] [SwaggerOperation(summary: "锁定用户", Tags = new[] { "Users" })] public Task LockAsync(LockUserInput input) { diff --git a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/ProjectNameHttpApiModule.cs b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/ProjectNameHttpApiModule.cs index bca86218..2f080e53 100644 --- a/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/ProjectNameHttpApiModule.cs +++ b/aspnet-core/services/src/CompanyName.ProjectName.HttpApi/ProjectNameHttpApiModule.cs @@ -1,6 +1,7 @@ using CompanyName.ProjectName.DataDictionaryManagement; using Localization.Resources.AbpUi; using CompanyName.ProjectName.Localization; +using CompanyName.ProjectName.NotificationManagement; using Volo.Abp.Account; using Volo.Abp.FeatureManagement; using Volo.Abp.Identity; @@ -20,7 +21,8 @@ namespace CompanyName.ProjectName typeof(AbpTenantManagementHttpApiModule), typeof(AbpFeatureManagementHttpApiModule), typeof(AbpSettingManagementHttpApiModule), - typeof(DataDictionaryManagementHttpApiModule) + typeof(DataDictionaryManagementHttpApiModule), + typeof(NotificationManagementHttpApiModule) )] public class ProjectNameHttpApiModule : AbpModule { diff --git a/vben271/.env b/vben271/.env index 06697b6d..1cd4fc06 100644 --- a/vben271/.env +++ b/vben271/.env @@ -2,7 +2,7 @@ VITE_PORT = 4200 # spa-title -VITE_GLOB_APP_TITLE = Abp Vnext +VITE_GLOB_APP_TITLE = ProjectName # spa shortname -VITE_GLOB_APP_SHORT_NAME = Abp Vnext \ No newline at end of file +VITE_GLOB_APP_SHORT_NAME = ProjectName \ No newline at end of file diff --git a/vben271/package-lock.json b/vben271/package-lock.json index 2f9049df..fc3e38b0 100644 --- a/vben271/package-lock.json +++ b/vben271/package-lock.json @@ -2045,6 +2045,28 @@ "preact": "^10.4.8" } }, + "@microsoft/signalr": { + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-5.0.9.tgz", + "integrity": "sha512-pQufk3+mChfystnmYpglyRYQFp+036QmOxbZUFr2cFf2iiS8ekBX5uVBOG8OexKcsG4TcJNAU/ref90Y9+3ZiA==", + "requires": { + "abort-controller": "^3.0.0", + "eventsource": "^1.0.7", + "fetch-cookie": "^0.7.3", + "node-fetch": "^2.6.0", + "ws": "^6.0.0" + }, + "dependencies": { + "ws": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", + "requires": { + "async-limiter": "~1.0.0" + } + } + } + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3221,6 +3243,14 @@ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", "dev": true }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "requires": { + "event-target-shim": "^5.0.0" + } + }, "acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", @@ -3490,6 +3520,11 @@ "lodash": "^4.17.14" } }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, "async-validator": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-3.5.2.tgz", @@ -6380,6 +6415,11 @@ "is-symbol": "^1.0.2" } }, + "es6-denodeify": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/es6-denodeify/-/es6-denodeify-0.1.5.tgz", + "integrity": "sha1-MdTV/pxVA+ElRgQ5MQ4WoqPznB8=" + }, "esbuild": { "version": "0.12.24", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.24.tgz", @@ -6797,12 +6837,25 @@ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", "dev": true }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + }, "eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", "dev": true }, + "eventsource": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", + "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "requires": { + "original": "^1.0.0" + } + }, "exec-buffer": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz", @@ -7192,6 +7245,26 @@ "pend": "~1.2.0" } }, + "fetch-cookie": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-0.7.3.tgz", + "integrity": "sha512-rZPkLnI8x5V+zYAiz8QonAHsTb4BY+iFowFBI1RFn0zrO343AVp9X7/yUj/9wL6Ef/8fLls8b/vGtzUvmyAUGA==", + "requires": { + "es6-denodeify": "^0.1.1", + "tough-cookie": "^2.3.3" + }, + "dependencies": { + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + } + } + }, "figures": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", @@ -12027,6 +12100,14 @@ } } }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, "os-filter-obj": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz", @@ -13202,8 +13283,7 @@ "psl": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" }, "pug": { "version": "3.0.2", @@ -13342,8 +13422,7 @@ "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "q": { "version": "1.5.1", @@ -13385,6 +13464,11 @@ "strict-uri-encode": "^1.0.0" } }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -13738,8 +13822,7 @@ "requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", - "dev": true + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" }, "resize-observer-polyfill": { "version": "1.5.1", @@ -16458,6 +16541,15 @@ "integrity": "sha1-WvIvGMBSoACkjXuCxenC4v7tpyg=", "dev": true }, + "url-parse": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, "url-parse-lax": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", diff --git a/vben271/package.json b/vben271/package.json index cc4f8c5d..769f7244 100644 --- a/vben271/package.json +++ b/vben271/package.json @@ -33,6 +33,7 @@ "gen:icon": "esno ./build/generate/icon/index.ts" }, "dependencies": { + "@microsoft/signalr": "^5.0.8", "@iconify/iconify": "^2.0.3", "@logicflow/core": "^0.6.9", "@logicflow/extension": "^0.6.9", diff --git a/vben271/src/components/Table/src/hooks/useColumns.ts b/vben271/src/components/Table/src/hooks/useColumns.ts index 8702f2a6..6e7ee1fc 100644 --- a/vben271/src/components/Table/src/hooks/useColumns.ts +++ b/vben271/src/components/Table/src/hooks/useColumns.ts @@ -65,7 +65,7 @@ function handleIndexColumn( columns.unshift({ flag: INDEX_COLUMN_FLAG, - width: 50, + width: 70, title: t('component.table.index'), align: 'center', customRender: ({ index }) => { diff --git a/vue3/src/hooks/web/useSignalR.ts b/vben271/src/hooks/web/useSignalR.ts similarity index 68% rename from vue3/src/hooks/web/useSignalR.ts rename to vben271/src/hooks/web/useSignalR.ts index 6d38591a..13869e50 100644 --- a/vue3/src/hooks/web/useSignalR.ts +++ b/vben271/src/hooks/web/useSignalR.ts @@ -1,19 +1,20 @@ -import * as signalR from "@microsoft/signalr"; +import * as signalR from '@microsoft/signalr'; import { useMessage } from '/@/hooks/web/useMessage'; import { useUserStoreWithOut } from '/@/store/modules/user'; export function useSignalR() { - /** * 开始连接SignalR */ function startConnect(): void { - let connection = connectionsignalR() + let connection = connectionsignalR(); //接收普通文本消息 - connection.on("ReceiveTextMessageAsync", ReceiveTextMessageHandlerAsync); + connection.on('ReceiveTextMessageAsync', ReceiveTextMessageHandlerAsync); //接收广播消息 - connection.on("ReceiveBroadCastMessageAsync", ReceiveBroadCastMessageHandlerAsync); + connection.on('ReceiveBroadCastMessageAsync', ReceiveBroadCastMessageHandlerAsync); //开始连接 - connection.start().catch((err) => { console.error('SignalR连接失败:' + err) }); + connection.start().catch((err) => { + console.error('SignalR连接失败:' + err); + }); // 当连接关闭时,尝试重新连接 connection.onclose(() => { try { @@ -24,7 +25,7 @@ export function useSignalR() { connection = connectionsignalR(); }, 5000); } - }) + }); } /** @@ -33,8 +34,11 @@ export function useSignalR() { function connectionsignalR(): signalR.HubConnection { const userStore = useUserStoreWithOut(); const token = userStore.getToken; - const url = import.meta.env.VITE_API_URL as string + '/signalr/notification'; - const connection = new signalR.HubConnectionBuilder().withUrl(url, { accessTokenFactory: () => token }).withAutomaticReconnect([1000, 3000, 5000, 8000, 10000, 15000]).build(); + const url = (import.meta.env.VITE_API_URL as string) + '/signalr/notification'; + const connection = new signalR.HubConnectionBuilder() + .withUrl(url, { accessTokenFactory: () => token }) + .withAutomaticReconnect([1000, 3000, 5000, 8000, 10000, 15000]) + .build(); return connection; } @@ -53,7 +57,6 @@ export function useSignalR() { }); } - /** * 接收广播消息 * @param message 消息体 @@ -65,8 +68,7 @@ export function useSignalR() { message: message.title, description: message.content, }); - } - return { startConnect } + return { startConnect }; } diff --git a/vben271/src/layouts/default/header/components/notify/NoticeList.vue b/vben271/src/layouts/default/header/components/notify/NoticeList.vue index aab8f1ef..7dc51fcd 100644 --- a/vben271/src/layouts/default/header/components/notify/NoticeList.vue +++ b/vben271/src/layouts/default/header/components/notify/NoticeList.vue @@ -1,50 +1,37 @@